@charset "UTF-8";

* {
margin: 0;
padding: 0;
}


body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #666666;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #666666;
    }
    .thrColFixHdr #container {
	width: 950px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #666666;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin: 0 auto;
	font-size: 14px;
    } 
    .thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/logo_ibr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #ECECEC;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #006BB3;
    } 
    .thrColFixHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 0px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 135px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #006BB3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	height: 552px;
	overflow:hidden;
	display: inline;
	margin-top: 15px;
    }
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 220px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB;
	height: 550px;
	border-left-width: 2px;
	border-left-style: groove;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-top-width: 2px;
	border-top-style: groove;
	overflow:hidden;
	display: inline;
		margin-top: 15px;
	}
      .thrColFixHdr #mainContent {
	height: 530px;
	margin-top: 15px;
	margin-right: 230px;
	margin-bottom: 15px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

/* Hack für IE 7. */
	
	*:first-child+html .thrColFixHdr #mainContent {
    height: 530px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
  }
  
  
  	  .thrColFixHdr #mainContent_o {
		height: 530px;
	margin-top: 15px;
	margin-right: 230px;
	margin-bottom: 15px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow-x: hidden; 
	overflow-y:  scroll;
	width: 510px;
	min-height:530px;
	} 


 
 /* exploder V6 only */
* html .thrColFixHdr #mainContent_o {
	overflow-x: hidden; 
	overflow-y:  scroll;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
		width: 510px;
			 height: 530px;
}



 
  *:first-child+html .thrColFixHdr #mainContent_o {
 height: 530px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow-x: hidden; 
	overflow-y:  scroll;
		width: 510px;
  }
	
	
	  	  .thrColFixHdr #mainContent_b {
		height: 530px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow-x: hidden; 
	overflow-y:  scroll;
	width: 720px;
	min-height:530px;
	} 


 
 /* exploder V6 only */
* html .thrColFixHdr #mainContent_b {
	overflow-x: hidden; 
	overflow-y:  scroll;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
		width: 720px;
			 height: 530px;
}



 
  *:first-child+html .thrColFixHdr #mainContent_b {
 height: 530px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow-x: hidden; 
	overflow-y:  scroll;
		width: 720px;
  }
	
	.twoColFixLt #mainContent3 {
	display: inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	
	} 
	
	

	    .thrColFixHdr #footer {
	background:#DDDDDD;
	background-color: #272727;
	overflow:hidden;
	color: #fff;
	font-size: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear:both
    } 
    .thrColFixHdr #footer ul {
	margin: 0;
	padding: 5px;
    }
	
   
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

ol, ul, li {
	list-style: none;
	margin: 0;
}
p {
margin: 15px 0;
}

h1, h2, h3  {
	font-size: 16px;
	font-weight: bold;
	color: #006BB3;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}



hc  {
	font-size: 9px;
	font-weight: normal;
	color: #006BB3;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-style: italic;
}


h1.csc-firstHeader {
	padding-bottom: 10px;
}
h2 {
	font-size: 12px;
	padding: 12px 0;
}
h3 {
	font-weight: normal;
	font-size: 12px;

}

a {
	text-decoration:none;
	color: #e33423;
}



p.bodytext {
	padding: 10px 0;
	line-height: 16px;
}

#logo {
	position:absolute;
	right:0;
	top:30px;
	width: 325px;
	z-index: 10;
}

.clear {
  clear:both;
  font-size: 0px;
}

.clearfix:after {
    
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content_related {
	width: 269px;
	background:#fff repeat-x top;
	margin-left: 1px;
	float:left;
	padding: 30px 30px 50px 25px;
}

#content_related h1 {
	font-size: 12px;
	color: #535353;
	padding: 0 0 5px;
}

#content_related p.bodytext {
	padding: 3px 0;
}

/* content-related topserach */
ul.topsearch {
	overflow:hidden;
	padding: 3px 0;
}

* html ul.topsearch {
	overflow:hidden;
	padding: 0;

}

ul.topsearch li{
	float:left;
	margin-right: 5px;
	display:block;
	line-height: 18px;
	display: inline;
}

ul.topsearch li.tag1 {
	font-size: 10px;
}

ul.topsearch li.tag2 {
	font-size: 14px;
}
ul.topsearch li.tag3 {
	font-size: 14px;
	font-weight: bold;
}
ul.topsearch li.tag4 {
	font-size: 18px;
	font-weight: bold;
}

#content_related hr {
	clear: both;
	border: 0;
	height: 1px;
	background-color: #d5d5d5;
	margin: 15px 0; 
}

#content_related a {
	font-weight: bold;
}


a:hover { 
text-decoration:underline;
}
a:focus { 
text-decoration:underline; 

}

#topmenu a {
        color: #fff;

}

#topmenu li.active a, #topmenu li.current a{
    color: #fff;
	font-weight: bold;
}



#topmenu ul{
    list-style-type: none;
    width: 230px;
    padding-right: 11px;
}

#topmenu ul li{
    padding: 4px 0;
	display: inline;
}

#topmenu ul li ul {
    padding-top: 9px;
    margin-bottom: -9px;
}




#topmenu {
	padding: 10px 0 25px 0;
	white-space: normal;
	line-height: 30px;
	font-style: normal;
}


#bottommenu {
	padding: 10px 0 40px 0;
	line-height: 30px;
}


#bottommenu a {
        color: #fff;

}

#footer a {
	color: #fff;
}

#credits {
	float: left;
	width: 950px;
	vertical-align: top;
	margin-bottom: 7px;
	padding-top: 3px;
	text-align: center;	
}

#footer ul li {
	float:left;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
.c1, .c2 {
	width: 50%;
	float:left;
	overflow:hidden;
}
.c1_content {
	background:#EBEBEB;
	line-height: normal;
	font-style: normal;
	padding: 10px;
	height: 235px;
		float:left;
		border-right-width: thick;
	border-right-style: solid;
	border-right-color: #FFFFFF;
		
}
.c2_content {
	background:#EBEBEB;
	padding: 10px;
	height: 235px;
	float:right;
		border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FFFFFF;
		
}


.c1a, .c2a {
	width: 100%;
	background:#EBEBEB;
}
.c1_contenta {
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 10px;	
}
.c2_contenta {
	padding: 10px; 
	margin-bottom: 10px;
	
	

}


.header_pa {
	background:#fff;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	padding: 5px;
	top: 5px;
	left: 0px;
	overflow:hidden;
}

* html .header_pa {
	overflow:hidden;
	padding: 5px;
background:#fff;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	top: 5px;
	display: inline-block;

}


.ca {
	width: 100%;
	float:left;
	overflow:hidden;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

