/* 
________________________________________________

www.ibt-gmbh.de  MASTER-CSS

author..: Marcel Boehnert (www.boehnert.com)
version.: june 2008
________________________________________________ */

/* _________________ general ___________________ */

html, body {
	width:  99.9%;
	height: 99.9%;
	margin:  0;
	padding: 0;	
}
body {
	font-family: Verdana, Sans-Serif;
	font-size: 73%; /* resets 1em to 10px */
	font-style: normal;
	text-align: center;
	line-height: 1.4em;
	color: #111;
/* vorher overflow: auto;
*/
}
body.b_c2 { 
	background: #fff;
}
/* for IE 5 Mac */
#horizon {
	position: absolute;
	top:  10px; 
	left: 10px;
}
/* hack for IE 5 \*/ 
#horizon {
	top:  10px; 
	left: 0;
	width: 99.9%;
	min-width: 950px;
} /* end Hide from IE-mac */
.container {
	width: 950px;
	padding: 0;  /* vorher padding: 3px */
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

/* _________ general content structure _________ */

.content {
	float: left;
	width: 950px;
	min-height: 430px;
	margin: 2px 0;
	border: none;
}

/* hack for WinIE: Hide From IE5/Mac \*/
* html .content {
	height: 430px;
} /* End Hide From IE5/Mac */

#c2 {
	width: 99.99%;
	height: 1%;
	margin: 0;
}
#maincol, #headcol, #wrapper1 {
	float: left;
}
#leftcol {
	float: left;
	width: 206px;
}
#rightcol {
	float: right;
	width: 206px;
}
#wrapper1, #maincol, #headcol, #leftcol, #rightcol { 
	margin:  0;
	padding: 0;
}
#hc2, #mc2, #lc2, #lc3, #rc2 {
	margin:  0;
	padding: 0;
}
/* ______ content-structure 3col _______ */

#c3_01 {
	background: transparent url("../img/_bgrd_c3_10.gif") repeat-y;
}
.c3_grey {
	background: transparent url("../img/_bgrd_c3_18.gif") repeat-y !important;
}
.c3_green {
	background: transparent url("../img/_bgrd_c3_04.gif") repeat-y !important;
}
.c3_lightblue {
	background: transparent url("../img/_bgrd_c3_19.gif") repeat-y !important;
}
.c3_blue {
	background: transparent url("../img/_bgrd_c3_03.gif") repeat-y !important;
}
.c3_orange {
	background: transparent url("../img/_bgrd_c3_09.gif") repeat-y !important;
}

.c3_blue .textbox_01 p {
	color: #fff;
}

#c3_01 #maincol, #c3_01 #headcol, #c3_01 #wrapper1 {
	width: 538px;
}
#c3_01 #hc2 {
	padding: 26px 40px 0 40px;
}
#c3_01 #mc2 {
	padding: 0 24px 10px 40px;
}
#c3_01 #rc2 {
	padding: 26px 4px 0;
}
#c3_01 #lc2 {
	padding: 25px 4px 0 2px;
}
/* ______ content-structure 2col _______ */

#c2_01 {
	background: transparent url("../img/_bgrd_c2_01.gif") repeat-y;
}
.c2_grey {
	background: transparent url("../img/_bgrd_c2_02.gif") repeat-y !important;
}
.c2_green {
	background: transparent url("../img/_bgrd_c2_04.gif") repeat-y !important;
}
.c2_lightblue {
	background: transparent url("../img/_bgrd_c2_19.gif") repeat-y !important;
}
.c2_blue {
	background: transparent url("../img/_bgrd_c2_03.gif") repeat-y !important;
}
.c2_orange {
	background: transparent url("../img/_bgrd_c2_09.gif") repeat-y !important;
}
.c2_blue .textbox_01 p {
	color: #fff;
}

#c2_01 #maincol, #c2_01 #headcol, #c2_01 #wrapper1  {
	width: 743px;
}
#c2_01 #hc2 {
	padding: 26px 24px 0;
}
#c2_01 #mc2 {
	padding: 0 8px 10px 24px;
}
#c2_01 #lc2 {
	padding: 25px 4px 0 3px;
}
/* ______ content-structure 1col_basic _______ */

#c1_01 {
	background-image: none;
	background: transparent url("../img/_bgrd_c_02.gif") repeat-y;
	
}
#c1_01 #maincol,  #c1_01 #headcol, #c1_01 #wrapper1 {
	width: 950px;
	height: auto;
}
#c1_01 #hc2 {
	padding: 26px 2px 0;
}
#c1_01 #mc2 {
	padding: 0 0 20px;
	background-color: transparent;
}

/* ______ content-structure textbox_01 _______ */

.textbox_01, .textbox_02 {
	float: left;
	width: 99.99%;
	height: 1%;
	margin: 0 0 10px;
	padding: 0;
}
.textbox_02 {
	width: 355px;
	background-color: transparent;
}

.textbox_01 .tb2, .textbox_02 .tb2 {
	margin-right: 16px;
	padding: 0;
	background-color: transparent;
}

#leftcol .textbox_01, #rightcol .textbox_01 {

}
#leftcol .textbox_01 .tb2, #rightcol .textbox_01 .tb2 {
	margin: 0;
	padding: 4px 6px 0;
	border-top: 1px solid #BAC3CB;
	border-bottom: 2px dotted #BAC3CB;
	background-color: #fff;
}
#rightcol .textbox_01 .tb2 {
	border-top: 1px solid #FFF;
}
/* Stupid 3px margin bug in IE/Win floats, which fixes a lot of things, including 
  disapearing company nav, randomly appearing text and wrappers pushed too wide.*/ 
* html #leftcol .textbox_01, * html #rightcol .textbox_01 {
    	margin-right:-3px;
}
.textbox_01 h3.title, .textbox_02 h3.title {
	margin-bottom: 5px;
}
.textbox_01 a {
	border-bottom: 1px dotted #666;
}
.textbox_01 img {
	width: 99.9%;
	border: 1px solid #ccc;
	padding: 0;
	margin-bottom: 5px;
}
.textbox_01 ul, .textbox_01 ol {
	text-align: left;
	margin: 7px 3px 12px 28px;
	padding: 0;
}
.textbox_01 ul {
	list-style-image: url(../img/_ico_arrowr.gif); 
	list-style-position: outside;
}
* html .textbox_01 ul, * html .textbox_01 ol {
}
.textbox_01 li {
	line-height: 1.35em;
 	margin: 0;
	padding: 0;
}
/* ______ content-structure imgbox_01 _______ */

.imgbox_01 {
	float: left;
	width: 99.9%;
	height: 1%;
	margin: 0 0 20px;
	padding: 0;
}
.imgbox_01 div {
	float: left;
	background-color: #BAC3CB;
}
.imgbox_01 img {
	float: left;
	margin-right: 0;		/* *** 2px; */
	background-color: #fff;
}
.imgbox_01 p {
	float: left;
	width: 99.9%;
	display: block;
	padding-top: 4px;
	line-height: 1.0;
	background-color: #fff;
	color: #bbb;
}
#leftcol .imgbox_01 {
	width: 205px;
	margin-bottom: 0;
}
#c3_01 #lc2 .imgbox_01 {  /* vorher img */
	padding-top: 1px;
	padding-bottom: 8px;
	background-color: #BAC3CB;  
}
#c3_01 #lc2 .imgbox_01 img {
	width: 205px;
	height: 1%;
}

/* ______ content-structure infobox_01 _______ */

.infobox_01, .infobox_02, .infobox_04 {
	float: left;
	width: 99.99%;
	height: 1%;
	padding: 0;
	margin: 0 0 12px;
	background-color: transparent;	
}
* html .infobox_01, * html .infobox_02, * html .infobox_04 {
	height: 1%;
}
.infobox_02 {
	width: 355px;
	background-color: transparent;
}
.infobox_04 {
	width: 117px;
	background-color: transparent;
}

.infobox_01 .ib2, .infobox_02 .ib2, .infobox_04 .ib2 {
	padding: 0;
	margin: 0 16px 0 0;
	border: 1px solid #BAC3CB;
	background-color: #fff; /*#F9F9F9;*/
}
.infobox_04 .ib2 {
	border: 0;
}
.infobox_01 img {
	background-color: #fff;
}
.infobox_01 img.left1, .infobox_01 img.left2 {
	float: left;
	margin-right: 11px;
}
.infobox_01 img.left2 {
	margin:  7px 11px 8px 8px;
	border: 1px solid #eee;
}
/* Anfang 19.04.09 */

* html .infobox_01 img.left2 {
	margin-bottom: 4px;
}
* html .infobox_01 img.left1 {
	margin-bottom: -8px;
}
*+html .infobox_01 img.left1 {
	margin-bottom: -4px;
}
*+html .infobox_01 img.left2 {
	margin-bottom: 4px;
}

/* Ende 19.04.09 */

.infobox_01 div.itop, .infobox_02 div.itop, .infobox_04 div.itop {

	width: 99.99%;
	height: 1%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: transparent;
	overflow: hidden;
}
.infobox_01 img.topsize1 {  /* Bild zentriert */
	margin: 0 auto;
	padding: 0;
	border: 1px solid #fff;
}
.infobox_01 img.topsize2, .infobox_02 img.topsize2, .infobox_04 img.topsize2 {  /* Bild auf voller Boxbreite */
	width: 99.99%;
	margin: 0;

margin-bottom: -3px;

	padding: 0;
	border: none;
}
.infobox_01 img.topsize3, .infobox_01 img.topsize4 {  /* Bild in Boxbreite im Rahmen */
	width: 97%;
	margin-top: 8px;
	margin-bottom: 5px;
	border: 1px solid #eee;
}
.infobox_01 img.topsize4 {  /* Bild in Boxbreite im Rahmen ohne Rand */
	width: 98% !important;
	border: none;
}
.infobox_01 h4, .infobox_01 h3, .infobox_01 h2, .infobox_01 h1 {
	padding: 0;
	margin: 6px 0 2px 8px;
	line-height: 1em;
}
* html .infobox_01 h4, * html .infobox_01 h3, * html .infobox_01 h2, * html .infobox_01 h1 {
	margin-bottom: 2px;
}
.infobox_01 p {
	margin: 5px 7px 5px 8px;
	padding: 0;
}
* html .infobox_01 p {
	margin-right: 10px;
}
.infobox_01 p.left, infobox_01 h4.left, .infobox_01 h3.left, .infobox_01 h2.left, .infobox_01 h1.left {
	float: left;
	width: 96%;
}
* html .infobox_01 p.left {
	margin-left: 5px;
}
.infobox_01 div.lboxcont {
	float: left;
/* 19.04.09
	display: inline-block;
*/
	padding: 0;
	margin: 0;
	width: 45%;
	height: 1%;
}
.infobox_01 div.left {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	width: 96%;
}
.infobox_01 ul, .infobox_01 ol {
	text-align: left;
	margin: 4px 8px 12px;
	padding-left: 14px;
	list-style-position: outside;
}
.infobox_01 ul {
	list-style-image: url(../img/_ico_arrowr.gif); 
	list-style-position: outside;
}

* html .infobox_01 div.left ul, * html .infobox_01 div.left ol {
	margin-left: 3px;
}
.infobox_01 .lboxcont ul, .infobox_01 .lboxcont ol {
	margin: 0 8px 0 0;
}
* html .infobox_01 .lboxcont ul, * html .infobox_01 .lboxcont ol {
	position: relative;
	padding-left: 7px;
	height: 1em;
}

/* 19.04.09
*+html .infobox_01 .lboxcont ul, *+html .infobox_01 .lboxcont ol {
	position: relative;
	padding-left: 10px;
	height: 1em;
}
*/
.infobox_01 li {
	line-height: 1.35em;
 	margin: 4px 5px;
	padding: 0;
}
* html .infobox_01 li {
 	margin-right: 15px;
}




#leftcol .infobox_01, #rightcol .infobox_01 {
	padding: 0;
	margin: 0 0 8px 0;
}
#leftcol .infobox_01 {
	background-color: #BAC3CB;
width: 199px;
}
*+html #leftcol .infobox_01 {
	width: 200px;
}

#leftcol .infobox_01 .ib2, #rightcol .infobox_01 .ib2 {
	padding: 0;
	margin: 0;
	border-width: 1px 0;
	border-top-color: #eee;
	background-color: #eee;
}
#leftcol .infobox_01 .ib2, #rightcol .infobox_01 .ib2 {
	border-bottom-color: #BAC3CB;
}
#leftcol .infobox_01 img.topsize3, #rightcol .infobox_01 img.topsize3 {  /* Bild in Boxbreite im Rahmen */
	width: 95%;
	margin-top: 4px;
	margin-bottom: 0;
	border: 1px solid #eee;
}
#leftcol .infobox_01 img.left2, #rightcol .infobox_01 img.left2 {
	margin: 5px;
}
#leftcol .infobox_01 h4, #leftcol .infobox_01 h3, #leftcol .infobox_01 h2, #leftcol .infobox_01 h1,
#rightcol .infobox_01 h4, #rightcol .infobox_01 h3, #rightcol .infobox_01 h2, #rightcol .infobox_01 h1 {
	margin: 4px 7px 0 7px;
}
#leftcol .infobox_01 p, #rightcol .infobox_01 p {
	margin: 5px 7px 4px;
	font-size: 0.98em;
	line-height: 1.3em;
}
#rightcol .infobox_01 p {
	font-size: 0.98em;
	line-height: 1.2em;
}

* html #leftcol .infobox_01 p, * html #rightcol .infobox_01 p {
	font-size: 0.96em;
	margin-top: 8px;
	margin-right: 8px;
}
* html #leftcol .infobox_01 h4, * html #leftcol .infobox_01 h3, * html #leftcol .infobox_01 h2, * html #leftcol .infobox_01 h1,
* html #rightcol .infobox_01 h4, * html #rightcol .infobox_01 h3, * html #rightcol .infobox_01 h2, * html #rightcol .infobox_01 h1 {
	margin-bottom: 0;
}
#leftcol .infobox_01 li {
	font-size: 0.98em;
	line-height: 1.2em;
}
/* ______ content-structure linkbox _______ */

.linkbox_01 {
	float: left;
	display: inline;
	width: 99.99%;
	height: 1%;
	padding: 0;
	margin: 0 0 14px 0;
	background-color: transparent;	
}
* html .linkbox_01 {
	height: 1%;
}
.linkbox_01 .lb2 {
	padding: 0;
	margin: 0 16px 0 0;
	border: 1px solid #BAC3CB;
	background-color: #fff;
}
#rightcol .linkbox_01 .lb2, #leftcol .linkbox_01 .lb2 {
	padding: 0 0 6px 0;
	margin: 0;
	border-width: 0 0 1px;
	background-color: #eee;
	border-color: #BAC3CB;
}
#leftcol .linkbox_01 .lb2 { 
	background-color: #fff;
}
#leftcol .linkbox_01 { 
	width: 200px;
}

.linkbox_02, .linkbox_03 {
	float: left;
	width: 237px;
	height: 1%;
	margin: 0 0 14px;
	padding: 0;
}
.linkbox_02 .lb2, .linkbox_03 .lb2 {
	text-align: left;
	margin: 0 16px 1px 0;
	padding: 0 0 3px;
	border: 1px solid #BAC3CB;
	border-width: 0 0 1px;
	background-color: #eee;
}
.linkbox_03 .lb2 {
	margin-bottom: 0;
	border: 1px solid #BAC3CB;
	border-width: 0 0 2px;
	background-color: #fff;
}
.linkbox_02 .lb2:hover, .linkbox_03 .lb2:hover {
	background-color: #BAC3CB;
}

* html #leftcol .linkbox_02, * html #leftcol .linkbox_03,
* html #rightcol .linkbox_02, * html #rightcol .linkbox_03 { /*IE6 only*/
    	margin-right:-3px;
}
*+html .linkbox_02, *+html .linkbox_03 { /*IE7 only*/

}

.linkbox_01 .lb2 h3, .linkbox_02 .lb2 h3, .linkbox_03 .lb2 h3 {
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.5em;
	font-size: 0.95em;
	word-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #aaa;
	background-color: #BAC3CB;
	color: #fff;
}
.linkbox_01 .lb2 div, .linkbox_02 .lb2 div, .linkbox_03 .lb2 div {
	width: 100%;
	height: auto;
	max-height: 160px;
	overflow: hidden;
	text-align: center;
	padding: 0;
	border-bottom: 0px solid #BAC3CB;
}
* html .linkbox_01 .lb2 div, * html .linkbox_02 .lb2 div, * html .linkbox_03 .lb2 div {
	height: expression(this.height > 159 ? "160px" : "auto");
} 
#maincol .linkbox_01 .lb2 div {
	max-height: 377px;
}
* html #maincol .linkbox_01 .lb2 div {
	height: expression(this.height > 376 ? "377px" : "auto");
} 

.linkbox_01 img {
	width: 99.99%;
	margin-bottom: -3px;
}
.linkbox_02 img, .linkbox_03 img {
	width: 100%;
	margin-bottom: -3px;
}
* html .linkbox_01 img {
	margin-bottom: -1px;
}

.linkbox_01 p, .linkbox_02 p, .linkbox_03 p {
	padding: 0;
	font-size: 0.95em;
	line-height: 1.3em;
	margin: 6px 10px 0;
}
.linkbox_01 ul, .linkbox_02 ul, .linkbox_03 ul {
	float: left;
	padding: 0 9px 0 28px;
	margin: 4px 0 0;
}
.linkbox_01 li, .linkbox_02 li, .linkbox_03 li {
	list-style: disc url(../img/_ico_arrowr.gif) outside;
	font-size: 0.95em;
	line-height: 1.3em;
	margin: 2px 0;
}
li.pdf {
	list-style-image: url(../img/ico_pdf2.gif);
}
li.mail {
	list-style-image: url(../img/ico_mail.gif);
}
li.ext {
	list-style-image: url(../img/ico_link.gif);
}
* html .linkbox_01 ul, * html .linkbox_02 ul, * html .linkbox_03 ul {
}
* html .linkbox_01 p, * html .linkbox_01 li, * html .linkbox_02 li, * html .linkbox_03 li {
	font-size: 0.85em;
	line-height: 1.3em;
}
.linkbox_01 a, .linkbox_02 a, .linkbox_03 a, .infobox_01 a {
	color: #15329F; /* #06c; */
}
.linkbox_01 a:hover, .linkbox_02 a:hover, .linkbox_03 a:hover, .infobox_01 a:hover, .linkbox_03 a:hover span {
	color: #FF6600;
}

#leftcol .linkbox_01 .lb2 {
	border-bottom: 2px dotted #BAC3CB;
	padding-bottom: 3px;
	background-color: #fff;
}
#leftcol .linkbox_01 img {
	width: 96%;
	margin-bottom: -4px;
	margin-top: 4px;
}
#leftcol .linkbox_01 p {
	padding-bottom: 1px;
	color: #A9B1BA;
	margin: 0 6px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
	border-top: 0 solid #ddd;
}
#leftcol .linkbox_01 a {
	color: #111;
}
#leftcol .linkbox_01 a:hover {
	color: #FF6600;
}
#leftcol .linkbox_01 ul {
	padding-left: 23px;
}
* html #leftcol .linkbox_01 ul {
	padding-left: 18px;
}

* html .linkbox_01 li, * html .linkbox_02 li, * html .linkbox_03 li, * html .linkbox_01 p {
	font-size: 0.95em;
}

/* ______ content-structure tablebox _______ */

.tablebox_01, .tablebox_02, .tablebox_03, .tablebox_04 {
	float: left;
	width: 100%;
	height: 1%;
	padding: 0;
	margin: 0 0 14px 0;
	border: none;
	background-color: transparent;	
}

/* Stupid 3px margin bug in IE/Win floats, which fixes a lot of things, including 
  disapearing company nav, randomly appearing text and wrappers pushed too wide.*/ 
* html .tablebox_01, * html .tablebox_02, * html .tablebox_03 {
    	margin-right:-3px;
}
.tablebox_02, .tablebox_04 {
	width: 355px;
}
.tablebox_03 {
	width: 236px;
}

.tablebox_01 .tb2, .tablebox_02 .tb2, .tablebox_03 .tb2, .tablebox_04 .tb2 {
	padding: 0;
	margin: 0 16px 0 0;
}
.tablebox_04 .tb2 {
	border: 1px solid #BAC3CB;
}
.tablebox_01 .tb3, .tablebox_02 .tb3, .tablebox_03 .tb3, .tablebox_04 .tb3 {
	width: 99.6%;
	overflow: auto;
	padding: 0;
	margin: 0;
	border: 1px solid #BAC3CB;
}
.tablebox_04 .tb3 {
	float: right;
	width: 230px;
	margin: 0 1px 1px 0;
	border: 1px solid #ccc;	
	border-width: 0 0 1px 1px;
}
.tablebox_01 .hmax, .tablebox_02 hmax, .tablebox_03 hmax {
	max-height: 320px;
}

* html .tablebox_01 .hmax, * .tablebox_02 .hmax, * .tablebox_03 .hmax {
	height: 320px;
	overflow: scroll;
}
*+html .tablebox_01 .hmax, *+html .tablebox_02 .hmax, *+html .tablebox_03 .hmax, *+html .tablebox_04 .hmax {
	overflow: scroll;
}
.tablebox_01 h3, .tablebox_02 h3, .tablebox_03 h3, .tablebox_04 h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 	padding-bottom: 4px;
	color: #111;
}
.tablebox_04 h4 {
	width: 327px;
}
.tablebox_04 .tbimg {
	float:left;
	width: 102px;
	margin: 1px;
	overflow: hidden;
}
.tablebox_01 table, .tablebox_02 table, .tablebox_03 table, .tablebox_04 table {
	width: 100%;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0; 
	empty-cells: show;
	line-height: 1.3em;
	background-color: #fff;
}
* html .tablebox_01 table, * html .tablebox_02 table, * html .tablebox_03 table, * html .tablebox_04 table {
	border-collapse: separate;
}
*+html .tablebox_01 table, *+html .tablebox_02 table, *+html .tablebox_03 table, *+html .tablebox_04 table {
	border-collapse: separate;
}
.tablebox_01 tr, .tablebox_02 tr, .tablebox_03 tr, .tablebox_04 tr {
/* line-height: 1.0em;  24.11.2008 */
	background-color: #dedede; /* #2D2D99;  #0F0FAA; #000099; */
	color: #15329f;
}
.tablebox_01 tr.color1, .tablebox_02 tr.color1, .tablebox_03 tr.color1, .tablebox_04 tr.color1 {
	background-color: #fff; /* #F9FAF7; */
	color: #333;
}
.tablebox_01 tr.color2, .tablebox_02 tr.color2, .tablebox_03 tr.color2, .tablebox_04 tr.color2 {
	background-color: #F3F3F3; /* #F3F1E8; */
	color: #333;
}
.tablebox_01 tr.marked, .tablebox_02 tr.marked, .tablebox_03 tr.marked, .tablebox_04 tr.marked {
	color: #FF6600;
}
.tablebox_01 th, .tablebox_01 td, .tablebox_02 th, .tablebox_02 td, .tablebox_03 th, .tablebox_03 td, .tablebox_04 th, .tablebox_04 td {
	text-align: right;
	text-align: center;
line-height: 1.6em;
	font-size: 0.85em;
 	padding: 1px 10px 1px 5px;	/* 17 */
 	border: none;
	border-bottom: 1px solid #F9F9F9;
	border-right:  1px solid #F9F9F9;
	white-space: nowrap;
}
* html .tablebox_01 th, * html .tablebox_01 td, * html .tablebox_02 th, * html .tablebox_02 td, * html .tablebox_03 th, * html .tablebox_03 td {
line-height: 1.5em;
}
.tablebox_01 th, .tablebox_02 th, .tablebox_03 th, .tablebox_04 th {
line-height: 1.2em;
	font-weight: 400;
	text-align: center;
 	padding-left: 9px;	/* 10 */
 	padding-right: 9px;	/* 10 */
/*	24.11.08 gestrichen border-bottom: 1px solid #dedede; */
}
* html .tablebox_01 th, * html .tablebox_02 th, * html .tablebox_03 th {
	border-bottom: none;
}
.tablebox_01 tr.thr0 th.c0, .tablebox_01 tr.last th.c0, .tablebox_02 tr.thr0 th.c0, .tablebox_02 tr.last th.c0, .tablebox_03 tr.thr0 th.c0, .tablebox_03 tr.last th.c0 {
	border: none;
	border-left: 1px solid #F9F9F9;
	border-right:  1px solid #F9F9F9;
}
.tablebox_01 th.c0, .tablebox_01 td.c0, .tablebox_02 th.c0, .tablebox_02 td.c0, .tablebox_03 th.c0, .tablebox_03 td.c0 {
	text-align: left;
 	padding-left: 10px;
	border-left: 1px solid #F9F9F9;
}
.tablebox_01 tr.thr0 th, .tablebox_01 tr.thr0 th.c0, .tablebox_02 tr.thr0 th, .tablebox_02 tr.thr0 th.c0, .tablebox_03 tr.thr0 th, .tablebox_03 tr.thr0 th.c0, .tablebox_04 tr.thr0 th, .tablebox_04 tr.thr0 th.c0 {
	border-top: 1px solid #F9F9F9;
  	padding-top: 2px;
  	padding-bottom: 0;
	border-bottom: 1px solid #dedede;
}
.tablebox_01 thead tr.thr2 th, .tablebox_02 thead tr.thr2 th, .tablebox_03 thead tr.thr2 th, .tablebox_04 thead tr.thr2 th {
 	padding-top: 0;
 	padding-bottom: 2px;
}
.tablebox_01 thead tr.last th, .tablebox_02 thead tr.last th, .tablebox_03 thead tr.last th, .tablebox_04 thead tr.last th {
  	padding-top: 0;
  	padding-bottom: 3px;
}
.tablebox_01 tr.caption th, .tablebox_02 tr.caption th, .tablebox_03 tr.caption th, .tablebox_04 tr.caption th {
	padding: 3px 10px 2px 5px;
	text-align: left;
	color: #666;
	border: 1px solid #fff;	
	border-top: 2px solid #ddd;
	background-color: #eee;	
}
.tablebox_01 tbody a, .tablebox_02 tbody a, .tablebox_03 tbody a {
	color: #333;
	border-bottom: 1px dotted #bbb;
}
.tablebox_01 tbody a:hover, .tablebox_02 tbody a:hover, .tablebox_03 tbody a:hover, .tablebox_04 tbody a:hover,
.tablebox_01 tbody tr:hover a:hover, .tablebox_02 tbody tr:hover a:hover, .tablebox_03 tbody tr:hover a:hover, .tablebox_04 tbody tr:hover a:hover {
	color: orange;
}
.tablebox_01 tbody tr:hover, .tablebox_02 tbody tr:hover, .tablebox_03 tbody tr:hover, .tablebox_04 tbody tr:hover,
.tablebox_01 tbody tr:hover a, .tablebox_02 tbody tr:hover a, .tablebox_03 tbody tr:hover a, .tablebox_04 tbody tr:hover a {
	color: #fff;
	background-color: #15329F;
}
* html .tablebox_01 tbody tr.hover, * html .tablebox_02 tbody tr.hover, * html .tablebox_03 tbody tr.hover, * html .tablebox_04 tbody tr.hover {
	color: #fff;
	background-color: #15329F;
}

/* ______ content-structure search _______ */

#c1_se {
	background-image: none;
}
#c1_se #hc2 {
	padding: 40px 0 10px 206px;
}
#c1_se p {
	margin: 6px 6px 6px 0;
	color: #999;
}
#c1_se #maincol {
	float: left;
	width: 950px;
}
#c1_se #mc2 {
	font-size:0.9em;
	line-height: 1.2em;
	margin-left: 0;
	padding: 33px 0 0;
	border-color: #ddd;
}
#c1_se #search {
	width: 490px;
	padding: 0;
	margin: 0;
	color: #666;
}
#search input#r1, #search input#s1 {
	margin-left: 10px;
	padding: 0;
	color: #666;
}
#search input#s1:hover {
	cursor: pointer;
}
#search input#r1:hover {
	cursor: pointer;
	color: #FF6600;
}
#c1_se searchresult {
	float: left;
	width: 99.9%;
	height: 1%;
	margin:0;
	padding: 0;
}
/* Stupid 3px margin bug in IE/Win floats, which fixes a lot of things, including 
  disapearing company nav, randomly appearing text and wrappers pushed too wide. 
  http://www.positioniseverything.net/explorer/threepxtest.html */
* html #searchresult {
    	margin-right:-3px;
}
/* ___________________ header __________________ */

#header {
	width: 950px;
	height: 115px;
	margin:  0;
	padding: 0;
	border:  0;
	background: transparent url(../img/_bgrd_header_04.gif) repeat-x 0 0; 
}
#header_coll, #header_col2, #header_col3 {
	float: left;
	width: 206px;
	height: 71px;
	margin: 0;
	background-color: transparent;
}
#header_coll {
	background: #fff;
}
#header_col2 {
	width: 538px;
}
#header img {
	width: 206px; 
	margin: -6px 0 0 -5px;
	padding: 0;
}
/* ___________________ footer __________________ */

#footer {
	position:relative;
	clear: both;
	width: 99.9%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../img/bgrd_footer.gif) repeat-x;
}
#footer p {
	text-align: center;
	padding: 22px 0 0;
	line-height: 1em;
	color: #999;
}
/* ________________ main navibar ____________________ */

#nav_main {
	float: left;
	width: 950px; /*744px; */
	height: auto;
	margin: 0;
	background: transparent url(../img/_bgrd_header_03.gif) repeat 0 0;
}
#nav_main ul {
	margin: 0;
	padding-left: 206px;
	list-style: none;
}
#nav_main li { 
	float: left;
	display: inline;
}
#nav_main li#no_mp { 
	font-size: 1em;
	font-weight: 600;
	padding: 2px 0;
/*	line-height: 1.4em;   */
	color: #fff;
}
#nav_main a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.95em;
	font-weight: 600;
	display: block;
	height: auto;
	text-align: center;
	line-height: 2em; 
	padding: 0 30px 1px 30px;
	text-decoration: none;
	border: none;
	color: #15329F;
}
#nav_main a.hover, #nav_main a:hover, #nav_main a:focus {
	color: #FF6600;
	background-color: #F9F9F9; 
}
#nav_main .active a, #nav_main .active a:hover {
	color: #fff;
	background: #15329F url(../img/_navmain_activ.gif) repeat 0 0; 
}
#nav_main .active a:hover, #nav_main .active a.hover, #nav_main .active a:focus {
	color: orange;
}
/* ________________ sub navibar ____________________ */

#nav_sub {
	float: left;
	width: 100%;
	height: 1%;
	margin: 0;
	padding: 13px 0 5px;
	background-color: #fff; 
}
/* Stupid 3px margin bug in IE/Win floats, which fixes a lot of things, including 
  disapearing company nav, randomly appearing text and wrappers pushed too wide.*/ 
* html #nav_sub {
    	margin-right:-3px;
}
#c2_01 #nav_sub, #c3_01 #nav_sub {
	padding: 14px 0 11px;
}
#ns2 {
	height: 1%;
	margin: 0;
	padding: 0;
}
#nav_sub a, #nav_sub p {
	display: block;
	text-align:left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.95em;
	line-height: 1.2em;
	margin: 0 2px 0 1px;
	padding: 3px 0 4px 4px;
	text-decoration: none;
	border-bottom: 2px dotted #BAC3CB;
	color: #A9B1BA;
}
#nav_sub a {
	padding-left: 20px;
	color: #111;
	background: transparent url(../img/_ico_arrowr.gif) no-repeat 0 2px;
}
#nav_sub a#sp0 {
	padding-left: 0;
	color: #666;
	background: transparent;
}
#nav_sub a#sp0:hover {
	color: #FF6600;
}
#nav_sub a#back {
	background: transparent url(../img/_ico_back.gif) no-repeat 0 2px;
	margin-bottom: 0;  /* 0 */
	border-bottom: 2px dotted #BAC3CB;
}
* html #nav_sub a#back {
	margin-bottom: 0;  /* 0 */
}
#nav_sub a:hover, #nav_sub a:focus, #nav_sub a#back:hover {
	color: #FF6600;
	background: transparent url(../img/dd-on.gif) no-repeat 0 2px;		
}
#nav_sub a.active {
	color: #FF6600;
}
/* ___________ func navibar _____________ */

#nav_func {
float: left;
	width: 740px;
	height: 22px;
	margin:  0;
	padding: 0;
        background-color: #fff; /* #A8C3D2; */
}
#nav_func a {
	float: right;
	font-family: Arial, Helvetica, Sans-Serif; 	
	padding: 0 10px 0 15px;
	font-size: 0.98em;
	text-align: right;
	border: none;
	background: transparent url(../img/_ico_arrowr.gif) no-repeat 0 0;
	color: #AAA; /* #bbb; */
}
#nav_func a#off {
	text-decoration: underline; 
}
#nav_func a:hover, #nav_func a.active  {
	color: #FF6600;
}

/* ---- hack zur Korrektur der Textgröße in IE/WIN ---- */
/* \*/ * html #nav_func a { font-size: 0.95em; } /* */

/* ___________ setLang _____________ */

#nav_lang {
	float: right;
	width: 209px;
	height: 22px;
	margin:  0;
	padding: 0;
        background-color:  #fff; /* #A8C3D2; */
	
}
#nav_lang span { 
	float: left;
	color: #BBB;
	margin-top: -1px;
}

#setLang input {
	float: left;
	width: 81px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: 1px solid #eee;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 0.98em;
	color: #BBB; /*#15329F;  */
	background-color: transparent;
}
#setLang input {
	margin-top: -1px;
	padding: 0;
	border: none;
}
#setLang input.hover {
	cursor: pointer;
	border-color: #aaa;
	color: #FF6600;
}
#setLang input.deactive, #setLang input.deactive:hover {
	text-decoration: none; 
	cursor: default;
	outline: 0; 
	color: #ccc;
}
#setLang img {
	float: left;
	width: 18px;
	height: 11px;
	margin: 3px -18px 0 10px;
 	background-color: #F2F4EE;
}
* html #setLang img {
	margin-top: 3px;
}
*+html #setLang img {
	margin-top: 3px;
}

/* ---- hack zur Korrektur der Textgröße in IE/WIN ---- */
/* \*/ * html #setLang input { font-size: 0.95em; height: 18px;} /* */

/* _________________ Miscellany ________________ */

img { 
	border: none;
	margin: 0;
	padding: 0;
}
hr { 
	clear: both;
	display: none;
}
p, p a { 
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4em;
	text-align: left;
/*	font-size: 0.95em;     26.11.08 */
	word-spacing: 0.1em;
	color: #111;	
}
p.clr, .infobox_01 p.clr {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0; 
	margin: 0;
	padding: 0; 
	line-height: 0; 
	font-size: 0; 
	background-color: red;

	display: none;
}

/* ---------- Anfang 19.04.09

* html p.clr, * html .infobox_01 p.clr {
	display: inline-block;
}

----- Ende 19.04.09 ----- */

* html p.clr, * html .infobox_01 p.clr
{
	display: inline-block;
}

*+html p.clr, *+html .infobox_01 p.clr {
	display: inline-block;
}

* html #leftcol .infobox_01 p.clr, * html #rightcol .infobox_01 p.clr {
	display: none;
}

.gtitle {
	display: block;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.3em;
	word-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
 	padding: 0 5px;
 	margin: -1px 0 1px;
	color: #fff !important;
	background-color: #BAC3CB;
	border-bottom: 1px solid #aaa;
}
#rightcol .gtitle {
 	padding: 0 -5px !important;
	font-size: 1.3em;
}
.tablebox_04 .gtitle {
	color: #333 !important;
	background-color: #fff;
	border: 1px solid #BAC3CB;
	border-width: 1px 0;

}
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 10px 0;
 	padding: 0;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.25em !important;
	text-align: left;
}
h1 a, h2 a, h3 a, h4 a {
	color: #15329F;
}
h1 {
	font-size: 1.9em;
	line-height: 0.98em !important;
}
h2 {
	font-size: 1.7em;
	line-height: 1.1em !important;
}
h3 {
	font-size: 1.5em;
}
#headcol h3 {
 	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 	padding-bottom: 14px;
 	margin-bottom: 15px;
	font-size: 1.2em;
	border-bottom: 2px dotted #BAC3CB;
	color: #A9B1BA;
}
.c2_grey #headcol h3, .c3_grey #headcol h3 {
	border-bottom: 2px dotted #fff;
	color: #99A2AC;
}
.c2_lightblue #headcol h3, .c2_orange #headcol h3, .c3_orange #headcol h3 {
	border-bottom: 2px dotted #fff;
	color: #fff;
}

h1.exclam {
	float: left;
	margin: 10px 0;
	padding: 4px 0;
	font-size: 1.2em;
	font-weight: 500;
	text-indent: 27px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #15329F; /*#0000CC;*/
	background: transparent url(../img/ico_err.gif) no-repeat 0 4px;
}

.hide  { display: none; }
.unvis { visibility: hidden; }
.bold  { font-weight: bold; }
.italic{ font-style: italic; }
.stil02{ text-transform: uppercase; }
.col00 { color: #666666; }
.col01 { color: #CC6633; }
.left  { text-align: left; }
.right { text-align: right; }
.center{ text-align: center; }
.bottom{ vertical-align: bottom; }
.clear { clear: both; }
.nobord{ border-bottom: none; } 
.u     { text-decoration: underline; }

strong {
	font-weight: bold;
}

/* 	.clearfix-hack by Tony Aslett for any box that has to contain a sizable float
	http://www.positioniseverything.net/easyclearing.html# 
*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* *** vorher :.clearfix {display: inline-table;} */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p#noscript {
	position:absolute;
	top:0; left:0;
	z-index: 100;
	width: 100.1%;
	padding: 5px 0;
	margin: 0;
	text-align: center;
	line-height: 1.1em;
	font-size: 1em; 
	color: #0000CC;
	background-color: #F5F5F5;
}
/* __________________ hyperlinks ________________ */ 

a {
	text-decoration: none;
	border: none;
}
a:hover, .pdf:hover {
	color: #FF6600;
}
a.col01 {
	color: #CC6633;
}
					/*
					.pdf {
						padding-left: 20px;
						text-decoration: none;
						border: none;
						color: #666;
						background: transparent url(../img/ico_pdf.gif) no-repeat 0 0;
					}
					*/
/* ________________ private _________________ */

#private {
	float: left;
	padding: 5px 0 0;
	margin: 0;
}
#private p, #private h3 {
	float: left;
	display: block;
	font-size: 1em;
	line-height: 1em;
	padding: 0;
}
#private h3 {
	margin-top: 10px;	
	font-size: 1.1em;
	line-height: 1.1em;
	color: #fff;
	background-color: #FF6600;
	border: 2px solid #FF6600;
}
#private input {
	float: left;
	width: 126px;
	height: 12px;
	padding: 0;
	margin: -2px 10px 0;
	font-size: 0.95em;
}
input#private-submit, input#private-logout {
	float: right;
	display: block;
	width: auto;
	height: auto;
	font-size: 0.95em;
	margin: 10px 57px 10px 0;
	padding: 0 5px 0;
}
* html #private p {
	height: 20px;
	padding-bottom: 6px;
	padding-left: 5px;
}
* html #private input {
	margin-left: 25px;
}

/* ---- hack zur Korrektur der Textgröße in IE/WIN ---- */
/* \*/ * html #private input { 	margin-top: -4px; margin-bottom: -3px;} /* */

/* ---- hack zur Korrektur der Textgröße in IE/WIN ---- */
/* \*/ * html input#private-submit, * html input#private-logout { font-size: 90%; margin:14px 20px 6px;} /* */

p#private-errormsg, p#private-msg {
	clear: both;
    	text-align: left;
	margin: 5px 0 0 10px;
}
p#private-errormsg {
	color: red;
}

/* TinyMCE specific rules */

/* inlinepopup.css - dort eintragen */

.mceWindow {
	border: 1px solid #6D93E1;
	background-color: #F2F4EE;
}
.mceWindowHead {
	background-color: #6D93E1;
}
.mceWindowStatusbar {
	background-color: #F2F4EE;
}
.mceWindowTitle {
	font-family: swiss, helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 20px;
}

/* editor_ui.css - dort eintragen */

.mceToolbarBottom select {
	float: left; display: inline; width: auto; vertical-align: top; margin: 4px 0 0 2px; border-color: #ddd;
}

.ttiplnk {
	cursor: pointer;
	word-spacing: 0.1em;
	line-height: 1.3em !important;
	padding: 5px 0 6px !important;
	background-color: transparent;
	border-bottom: 1px dotted #BAC3CB;
}
.ttiplnk.hover {
	background-color: #BAC3CB;
}
.ttiptag {
	display: none;
	margin: 5px 0 -5px;
	padding: 5px 1px;
	border-top: 1px solid #eee;
	background-color: #eee;
}
* html .ttiptag {
	border-top: 1px solid #ccc;
}

#cform {
	width: 99.9%;
	padding: 15px 0 35px;
}
#cform table {
	width: 99.9%;
}
#cform tr.dy td {

	font-size: 0.1em;
}
#cform th {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 8px;
	color: #15329F;
}
#cform td.sep {
	text-align: center;
	line-height: 1.9em;
	vertical-align: top;
}
*+html #cform td.sep {
	line-height: 2.1em;
}
#cform input {
	margin: 0 0 3px 0;
	padding-left: 2px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #9999FF;
	color: #111;
}
#cform input.focus {
	background-color: #eee;
}


#sform {
	float: left;
	width: 100%;
	padding: 10px 0;
}
#sform table {
	float: left;
	margin: 0;
}
#sform button {
	width: 84px;
	height: 65px;
	padding: 0;
	font-size: 0;
}
*+html #sform button {
	margin-right: 4px;
	padding-bottom: -3px;
}
#sform button.selected {
	border-style: inset;
	border-width: 3px;
	border-color: #15329F;
}
#sform #ort, #sform #firma, #sform #plz, #sform #land {
	height: 16px;
	width: 202px;
}
#sform #plz {
	width: 50px;
}
#sform #land {
	height: 21px;
	width: 128px;
	margin-left: 20px;
}
#sform img {
	width: 72px;
}
#sform img#map {
	float: right;
	width: 201px;
	height:280px;
	margin: 2px 20px 0 0;
}
#sform th {
	width: 72px;
	padding: 7px 0 7px 10px;
	font-size: 0.9em;
	text-align: left;
	color: #111;
}
#sform p {
	margin: 0 0 5px 0;
}
#sform td {
	padding: 7px 0;
}
#sform td.unvis {
	visibility: hidden;
}
#sform_rsp {
	float: left;
	width: 100%;
	height: 1%;
	visibility: hidden;
	display: none;
	margin: 0;
	padding-top: 5px;
}
#sform_rsp div {
	margin: 10px;
	padding: 5px 0;
	background-color: #EEE;
}
#sform_rsp p {
	margin-left: 11px;
}
#sform_rsp span.th {
	display: inline-block;
	width: 80px;
}
#sform_rsp #info {
	color: #333;
}
#sform_rsp #errinfo {
	margin-right: 10px;
	padding: 0 4px;
	color: #fff;
	background-color: #666;
}
#sform_rsp .tt {
	font-weight: bold;
}
#sform_rsp .th {

}




