/**************************/
/*LAYOUT - FORMATIERUNGEN*/
/**************************/

html, body{
	height: 100%;
	text-align: center;
}

body{
	background-color:#505863;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#container{
	background-color:#FFFFFF;
	width:783px;
	height: 590px;
	text-align:center;
}

#header {
	background-image: url(../images/bgHeader.gif);
	width:783px;
	height:182px;
}

#header #border{
	margin-top:19px;
	width:18px;
	height:33px;
	float:left;
}

#header #logo{
	margin-left:18px;
	margin-top:19px;
	float:left;
}

#header #navTop{
	margin:0px;
	margin-top:36px;
	width:343px;
	padding:0px;
	height:15px;
	text-align:right;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#header #navTop a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#header #navTop a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

#header #navDot{
	padding:0px;
	margin:0px;
	float:left;
	margin-top:8px;
	margin-right:0px;
	margin-left:14px;
}

#imageLine{
	margin-left:18px;
	float:left;
}

#backToHome{
	background-image: url(../images/bgNavMain.jpg);
	width:154px;
	height:29px;
	margin-left:18px;
	float:left;
	text-align:left;
	padding-top:7px;
}
		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html #backToHome {
			margin-left:9px;
		}
		/* Ende von IE5/mac verstecken*/

#navMain{
	background-image: url(../images/bgNavMainMenu.jpg);
	width:592px;
	height:36px;
	margin-left:0px;
	text-align:left;
	float:left;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html #navMain {
			margin-left:0px;
		}
		/* Ende von IE5/mac verstecken*/


#navSub{
	width:160px;
	height:347px;
	float:left;
	margin-left:18px;
	padding:0px;
	background-image: url(../images/bgNavSub.jpg);
	
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html #navSub {
			margin-left:9px;
		}
		/* Ende von IE5/mac verstecken*/

#navSub #menu{
	background-image: url(../images/bgNavSub.jpg);
	width:160px;
	height:300px;
	text-align:left;
	overflow:auto;
	overflow-x:hidden;
	scrollbar-3dlight-color : #efefef;
	scrollbar-highlight-color : #000000;
	scrollbar-darkshadow-color : #efefef;
	scrollbar-face-color : #efefef;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #efefef;
	scrollbar-arrow-color : #000000;
}

#navSub #search{
	width:160px;
	height:47px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EEEEEE;
	background-image: url(../images/bgNavSub.jpg);
}

#headline{
	width:380px;
	margin-left:10px;
	margin-top:15px;
	height:20px;
	float:left;
	text-align:left;
	vertical-align: middle;
	background-image: url(../images/bgHeadline.gif);
}

#content{
	width:576px;
	height:312px;
	float:left;
	text-align:justify;
	margin:0px;
	margin-left:10px;
	margin-top:10px;
	padding:0px;
	padding-right:19px;
	overflow: auto;
	overflow-x:hidden;
	background-image: url(../images/bgContent.gif);
	scrollbar-3dlight-color : #efefef;
	scrollbar-highlight-color : #000000;
	scrollbar-darkshadow-color : #efefef;
	scrollbar-face-color : #efefef;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #efefef;
	scrollbar-arrow-color : #000000;
}


		

#content #left{
	width:378px;
	padding-right:10px;
	margin:0px;
	float:left;
	text-align:left;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html #content #left{
			width:380px;
		}
		/* Ende von IE5/mac verstecken*/

#content #right{
	width:160px;
	margin-left:10px;
	float:left;
	text-align:left;
}

#footer {
	background-color:#000000;
	background-image: url(../images/bgFooter.gif);
	width:783px;
	height:15px;
}


/**************************/
/*CONTENT - FORMATIERUNGEN*/
/**************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
	

/*---Haupt-Navigation---*/
table.navigation{
	padding:0px;
	margin:0px;
	height:36px;
	width:576px;
}

ul.navigation li{
	display:inline;
	text-transform:uppercase;
	float:left;
}

table.navigation div{
	height:23px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:13px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html ul.navigation div{
			height:36px;
		}
		/* Ende von IE5/mac verstecken*/

table.navigation td.active{
	background-image: url(../images/bgNavMain_active.jpg);
	align:center;
}

table.navigation td.inactive{
	background-image: url(../images/bgNavMain_inactive.jpg);
	align:center;
}

table.navigation td a,table.navigation td a:active,table.navigation td a:visited,table.navigation td a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	text-decoration:none;
}



table.navigation td a:hover{
	color: #BD2939;
}


/*---Sub-Navigation---*/

#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	text-decoration:none;
}

#menu a:hover{
	color: #BD2939;
}

div#menu div{
	padding-top:1px;
	padding-bottom:1px;
}


/*NAV1*/
div#menu div.subnav1_active1{
	width:143px;
	padding-left:2px;
	border-top:1px solid #666666;
	border-left:5px solid #BD2939;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav1_active1{
			width:141px;
			
		}
		/* Ende von IE5/mac verstecken*/
		
div#menu div.subnav1_active2{
	width:143px;
	padding-left:2px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:5px solid #BD2939;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav1_active2{
			width:141px;
			
		}
		/* Ende von IE5/mac verstecken*/
				
div#menu div.subnav1_active3{
	width:143px;
	padding-left:2px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:5px solid #BD2939;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav1_active3{
			width:141px;
			
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav1_active1 a, div#menu div.subnav1_active2 a, div#menu div.subnav1_active3 a{
	color: #BD2939;
	font-weight: bold;
}


div#menu div.subnav1_inactive1{
	width:144px;
	padding-left:7px;
	border-top:1px solid #666666;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav1_inactive1{
			width:144px;
		}
		/* Ende von IE5/mac verstecken*/


div#menu div.subnav1_inactive2{
	width:144px;
	padding-left:7px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav2_inactive1{
			width:144px;
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav1_inactive1 a, div#menu div.subnav1_inactive2 a{
	color: #505050;
	font-weight: bold;
}

div#menu div.subnav1_inactive1 a:hover, div#menu div.subnav1_inactive2 a:hover{
	color: #BD2939;
	font-weight: bold;
}

/*NAV2*/
div#menu div.subnav2_active{
	width:144px;
	padding-left:7px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav2_active{
			width:144px;
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav2_active a{
	color: #BD2939;
	
}

div#menu div.subnav2_inactive{
	width:144px;
	padding-left:7px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav2_inactive{
			width:144px;
		}
		/* Ende von IE5/mac verstecken*/

/*NAV3*/		
div#menu div.subnav3_active{
	width:134px;
	margin-left:5px;
	padding-left:10px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav3_active{
			width:134px;
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav3_active a{
	color: #BD2939;
	
}

div#menu div.subnav3_inactive{
	width:134px;
	margin-left:5px;
	padding-left:10px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav3_inactive{
			width:134px;
		}
		/* Ende von IE5/mac verstecken*/

/*NAV4*/
div#menu div.subnav4_active{
	width:119px;
	padding-left:30px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav4_active{
			width:119px;
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav4_active a{
	color: #BD2939;
	font-size:9px;
	
}

div#menu div.subnav4_inactive{
	width:119px;
	padding-left:30px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav4_inactive{
			width:119px;
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav4_inactive a{
	color:#505050;
	font-size:9px;	
}



#backToHome a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BD2939;
	font-weight: bold;
	text-decoration:none;
}

#backToHome #btnHome{
	margin-top:0px;
	margin-right:10px;
}

.searchField, input {
	height: 20px;
	margin:0px;
	padding:0px;
	float:left;
	border: 1px solid #666666;
}
.searchField{
	width: 100px;
	margin-right:5px;
}
.searchButton {
	width: 30px;
	height: 22px;
	margin:0px;
	padding:0px;
}
