@charset "iso-8859-1";
/* CSS Document */

body{
	background-image:url(bg/body_innen.png);
	background-repeat:repeat-x;	
	padding:0px;
	margin:0px;
	background-color:#99b3c6;
}

#kopf{
	height:86px;
}
#sprachwahl{
	position:absolute;
	left:817px;
	top:15px;
	width:102px;	
}

/*modul sprachwechsler anpassen*/
#sprachwahl ul,#sprachwahl ul li{padding:0px;margin:0px;display:inline;list-style:none;float:left;}

#suchbox{
	position:absolute;
	right:-919px;
	top:62px;
	width:500px;
	text-align:right;

}

#navi{
	height:83px;	
}
#oben_schmal_bg{
	background-image:url(bg/oben_schmal_bg.png);
}
#oben_schmal{
	background-image:url(bg/oben_schmal.png);
	background-repeat:no-repeat;
	height:174px;

}
#oben_schmal_innen{
	padding-left:10px;
	padding-right:10px;	
}


#oben{
	background-image:url(bg/oben.png);
	background-repeat:no-repeat;
	height:304px;
	padding-top:3px;
}

#oben_links{
	float:left;
	width:269px;
	padding-right:20px;
	padding-left:10px;
	color:#FFF;

}
#oben_rechts{
	float:right;
	width:614px;

	padding-right:6px;
	padding-top:1px;
}

.oben_schatten_gross,.oben_imgrahmen_gross div img{
	background-image:url(bg/oben_bildrahmen_614_261.png);
	background-repeat:no-repeat;
	border:0px;
	padding:4px;
}


#oben_rechts .ce_image .image_container .caption{

	padding-top:7px;
	font-size:12px;
	padding-left:15px;

}



.bgweiss{
	background-color:#FFF;	
}
#inhaltgrund{
	min-height: 290px; 
	height: auto !important;
	height:290px;	
	padding-top:20px;
	padding-bottom:15px;
}
#inhalt{
	margin-left:auto;
	margin-right:auto;
	width:899px;
}
#inhalt_schmal{
	width:269px;
/*	background-color:#6FC;*/
}

#inhalt_breit{
	width:605px;
/*	background-color:#FF9;*/
}

#fussbg{
	background-image:url(bg/fuss.png);
	background-repeat:repeat-x;
	
}
#fuss{
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
		height:50px;
}
#fuss a{
	color:#FFFFFF;text-decoration:none;
}
#fuss a:hover{
	text-decoration:underline;	
}
#fuss_links{
	float:left;	
	padding-left:20px;
}
#fuss_rechts{
	float:right;
	padding-right:20px;
}

.grundcont_breite{
	width:919px;
	padding-left:42px;
	padding-right:30px;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;	
}

