/**************************/
/*LAYOUT - FORMATIERUNGEN*/
/**************************/

html, body{
	margin-top: 30px;
	text-align: center;
}

body{
	background-color:#505863;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#container{
	background-color:#FFFFFF;
	width:998px;
	text-align:center;
}

#header {
	background-image: url(../images/bgHeader1.gif);
	width:998px;
	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:558px;
	padding:0px;
	height:18px;
	text-align:right;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#header #navTop a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#header #navTop a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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:218px;
	height:36px;
	margin-left:18px;
	padding-left: 10px;
	float:left;
	text-align:left;
}

		/* 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:733px;
	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:236px;
	float:left;
	margin-left:18px;
	padding:0px;
	background-image: url(../images/bgNavSub1.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{
	
	width:226px;
	text-align:left;
	padding-right: 10px;
}

#navSub #search{
	width:236px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EEEEEE;
	
}

#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:695px;	
	float:left;
	text-align:justify;
	margin:0px;
	margin-left:10px;
	margin-top:10px;
	padding:0px;
	padding-right:10px;
	padding-left: 10px;
	background-image: url(../images/bgContent1.gif);
}


		

#content #left{
	width:500px;
	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:500px;
		}
		/* Ende von IE5/mac verstecken*/

#content #right{
	width:174px;
	margin-left:10px;
	float:left;
	text-align:left;
}

#footer {
	background-color:#000000;
	background-image: url(../images/bgFooter1.gif);
	width:998px;
	height:15px;
}


/**************************/
/*CONTENT - FORMATIERUNGEN*/
/**************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
	

/*---Haupt-Navigation---*/
table.navigation{
	padding:0px;
	margin:0px;
	height:36px;
	width:733px;
}

ul.navigation li{
	display:inline;
	text-transform:uppercase;
	float:left;
}

table.navigation div{
	height:23px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	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_active1.jpg);
	align:center;
	padding: 0px 15px;
}

table.navigation td.inactive{
	background-image: url(../images/bgNavMain_inactive1.jpg);
	align:center;
	padding: 0px 15px;
}

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: 11px;
	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: 11px;
	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:220px;
	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:220px;
			
		}
		/* Ende von IE5/mac verstecken*/
		
div#menu div.subnav1_active2{
	width:220px;
	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:220px;
			
		}
		/* Ende von IE5/mac verstecken*/
				
div#menu div.subnav1_active3{
	width:220px;
	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:220px;
			
		}
		/* 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:220px;
	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:220px;
		}
		/* Ende von IE5/mac verstecken*/


div#menu div.subnav1_inactive2{
	width:220px;
	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:220px;
		}
		/* 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:220px;
	padding-left:7px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav2_active{
			width:220px;
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav2_active a{
	color: #BD2939;
	
}

div#menu div.subnav2_inactive{
	width:220px;
	padding-left:7px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav2_inactive{
			width:220px;
		}
		/* Ende von IE5/mac verstecken*/

/*NAV3*/		
div#menu div.subnav3_active{
	width:210px;
	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:210px;
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav3_active a{
	color: #BD2939;
	
}

div#menu div.subnav3_inactive{
	width:210px;
	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:210px;
		}
		/* Ende von IE5/mac verstecken*/

/*NAV4*/
div#menu div.subnav4_active{
	width:190px;
	padding-left:30px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav4_active{
			width:190px;
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav4_active a{
	color: #BD2939;
	font-size:11px;
	
}

div#menu div.subnav4_inactive{
	width:190px;
	padding-left:30px;
}

		/* Vom IE mac 5.x verstecken. Fix für den Windows IE sBug \*/
		* html div#menu div.subnav4_inactive{
			width:190px;
		}
		/* Ende von IE5/mac verstecken*/

div#menu div.subnav4_inactive a{
	color:#505050;
	font-size:11px;	
}



#backToHome a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BD2939;
	font-weight: bold;
	text-decoration:none;
	display: block; 
	margin-top: -24px;
	margin-left: 30px;
}

#backToHome #btnHome{
	margin-top:0px;
	margin-right:20px;
}

.searchField, input {
	height: 20px;
	margin:0px;
	padding:0px;
	float:left;
	border: 1px solid #666666;
}
.searchField{
	width: 180px;
	margin-right:5px;
}
.searchButton {
	width: 30px;
	height: 22px;
	margin:0px;
	padding:0px;
}
