@import url("content.css");
/*test*/
body{
	margin:0px;
	padding:0px;
	background:#666;
	font-size:10px;
	color:#454444;
	font-family:Arial,Helvetica,sans-serif;
}

body *{
	margin:0px;
	padding:0px;
	font-size:1em;
}

img, div{ behavior: url(iepngfix.htc) }

#bodywrapper{
	top:0px;
	width:960px;
	height:642px;
	margin:auto;
	
}

#hauptmenuecontainer{
	clear:both;
	background:#3366CC;
	line-height:25px;
	height:25px; 
	overflow:visible;
}

#kopfzeile{
	background:#fff;
	width:100%;
	height:95px;
}

#fusszeile{
	clear:both;
	background:url(img/bg-fusszeile.jpg) repeat-y #98C9FF;
	line-height:25px;
	height:25px; 
	overflow:hidden;
}

#contentcontainer{
	background:#fff;
	height:497px; 
	overflow:hidden;
}

#content-links{
	background:#fff;
	height:497px; 
	overflow:hidden;
	float:left;
	width:645px;
}

#content-rechts{
	background:#D7E3F1;
	overflow:auto;
	float:left;
	margin-left:15px;
	width:300px;
	height:497px;
}

#page-image{
	background:#efefef;
	float:left;
	width:125px;
	height:95px;
}

#submenuecontainer{
	background:#D7E3F1;
	overflow:hidden;
	float:left;
	margin-left:15px;
	width:300px;
	height:95px;

}

#submenue{
	background:url(img/bg-submenue.jpg) repeat-y #92C2F7;
	float:left;
	height:95px;
	width:175px;
}

#submenue h1{
	text-transform:uppercase;
	color:#000;
	padding-left:10px;
	font-size:16px;
	margin-top:4px;
}

#submenue ul.submenue{
	list-style-type:none;
}

#submenue ul.submenue li.active{
	background:url(img/submenue-pfeil-rechts.gif) no-repeat;
	background-position:12px 2px;
	padding-left:28px;
}

#submenue ul.submenue li{
	line-height:17px;
	font-size:15px;
	padding-left:12px;
}



#submenue li a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

#submenue li a:hover{
	color:#03c;
}

#submenue li.ACT a{
	color:#0033CC;
}


#logocontainer{
	background:url(img/bg-logocontainer.jpg) repeat-y #92C2F7;
	float:left;
	height:95px;
	width:645px;
}

#logo{
	width:238px;
	height:95px;
	float:left;
}

#logo img{
	margin-top:8px;
	margin-left:14px;
}

#eilers-schriftzug{
	width:284px;
	height:95px;
	float:left;
	overflow:hidden;
}

#eilers-schriftzug h4{
	color:#03C;
	font-size:22px;
	font-style:italic;
	padding-left:15px;
	margin-top:10px;
}

#eilers-schriftzug h5{
	color:#03C;
	font-size:15px;
	font-style:italic;
	padding-left:15px;
}

#gmp-logo{
	width:123px;
	height:95px;
	float:left;
	overflow:hidden;
}

#gmp-logo img{
	margin-top:5px;
}

#fussmenue{
	height:25px; 
	overflow:hidden;
	width:645px;
	float:left;
	text-align:right;
}

#sprachauswahl{
	height:25px; 
	overflow:hidden;
	width:300px;
	margin-left:15px;
	background:red;
	float:left;
	display:none;
}

ul.hauptmenue,
ul.fussmenue{
	list-style-type:none;
}

ul.hauptmenue{
	margin-left:15px;
}

ul.hauptmenue li{
	display:inline;
	line-height:25px;	
	font-size:14px;
	font-weight:bold;
}





ul.hauptmenue a{
	text-decoration:none;
	color:#CAE2FF;
	text-transform:uppercase;
	display:block;
	float:left;
	height:25px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/bg-hauptmenue-strich.jpg) no-repeat;
	background-position:0px 5px;
}

ul.hauptmenue a:hover{
	color:#fff;
	
	/*
	background:#98C9FF;
	*/
}

ul.hauptmenue li.first a{
	background:none;
}

ul.fussmenue li{
	display:inline;
	line-height:25px;	
	font-size:12px;
	font-weight:bold;
}

ul.fussmenue a{
	text-decoration:none;
	color:#0033CC;
	text-transform:uppercase;
	height:25px;
	text-align:right;
	padding-left:15px;
}

ul.hauptmenue li.active a,
ul.fussmenue li.active a{
	color:#fff;
}

ul.fussmenue a:hover{
	/*
	background:#fff;
	*/
	color:#fff;
}







