
* {
	padding:0;
	margin:0;
}
html {
	background:#E8F1F0 url(../images/body_bg.gif) repeat center top;
	height:100%;
}


body{
	font-family: Arial, Verdana, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:lighter;
	color:#333;
	
}

bg_overall {
	background:#fff url(../images/bg.gif) repeat-y center top;

}
a img{ border:none; }

.zentriert {
	width:950px;
	margin:0px auto;

	
}

#headerlogo {
	text-align:left;
	background:url(../images/header_bg.gif) repeat-x;
}

#headerlogo .zentriert {
	
	height:111px;
	
		
}

#headerlogo .zentriert #lefttop{
	width:700px;
	float:left;
	margin:0px 0px 0px 0px;	
	text-align:left;
	border:0px solid #000;
}

#headerlogo .zentriert #righttop{
	width:240px;
	float:left;
	text-align:right;
	margin:0px 0px 0px 0px;	
	border:0px solid #000;
}



#inhalt {
	margin-top:20px;
	color:#333333;
	text-align:center;
	

}

* html body #inhalt {
	color:#333333;
	text-align:center;
	margin-top:0px;
}


#inhalt .zentriert {
	border:0px solid #000;
	
}

#inhalt .zentriert #left{
	width:640px;
	float:left;
	margin:0px 0px 0px 0px;	
	text-align:left;
	border:0px solid #000;
}

#inhalt .zentriert #right{
	width:305px;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;	
	border:0px solid #000;
}


/** inhalt dunkler hintergrund **/

#inhalt_dunkel {
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	background:#C6DBDA;

}

* html body #inhalt_dunkel {
	color:#333333;
	text-align:center;
	margin-top:0px;
}


#inhalt_dunkel .zentriert {
	border:0px solid #000;
	
	
}

#inhalt_dunkel .zentriert #left{
	width:305px;
	float:left;
	margin:0px 0px 0px 0px;	
	text-align:left;
	border:0px solid #000;
}

#inhalt_dunkel .zentriert #right{
	width:640px;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;	
	border:0px solid #000;
}

/** inhalt heller hintergrund **/

#inhalt_hell {
	
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	

}

* html body #inhalt_hell {
	color:#333333;
	text-align:center;
	margin-top:0px;
}


#inhalt_hell .zentriert {
	border:0px solid #000;
	
	
}

#inhalt_hell .zentriert #left{
	width:305px;
	float:left;
	margin:0px 0px 0px 0px;	
	text-align:left;
	border:0px solid #000;
}

#inhalt_hell .zentriert #right{
	width:640px;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;	
	border:0px solid #000;
}

#button {
	margin-top:10px;
}

#textbox {
	width:600px;
	margin-left:0px;
}

#boxweiss {
	width:300px;
	background:#fff;
	
}

#boxweiss_img {
	background:url(../images/boxweiss_bg.jpg);
	
}

#boxweiss_footer {
	background:url(../images/boxweiss_bg_footer.jpg) no-repeat bottom left;
}

#boxweiss_text {
	padding:10px 25px 30px 20px;
}

#footer {
	text-align:center;
	
	
	
}

#footer .zentriert {
	width:1100px;
	height:200px;
	background:transparent url(../images/footer_bg.gif) no-repeat center top;
	text-align:left;
	
}

#footer .zentriert #thumb{
	margin:5px 0px 0px 200px;	
	text-align:left;
	width:600px;
	font-size:11px;
	
	
		
}
#footer .zentriert #thumb #icon {
	float:left;
	margin:0px 12px 0px 0px;
	padding-top:0px;
}


#footer .zentriert #fusstext a.fuss{
	color:#C00000;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px dashed #fff;
}


#footer .zentriert #fusstext a.fuss:hover{
	color:#C00000;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px dashed #C00000;
}

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

#map {
	border:1px solid #8fc9c6;
}

@media print {

body {
	
	background:#ffffff;
	text-align:center;
}

#wrapper {
	margin: 0 auto;
	width:700px;
	background:#ffffff;
	text-align: left;
}

div.kopf {
	background:#ffffff;
	text-align:left;
	width:900px;
	height:100px;
	
}

div.nebenmenu {
	display:none;
}

div.inhalt {
	text-align:left;
	width:731px;
	margin-top:2px;
	background:#fff;
	color:#000000;
}

div.text {background:#fff;}

div.rechtespalte {background:#fff;}

p,li,dl{
	color:#000;
	font-size:0.9em;
	line-height:135%;
}


#footer {
	display:none;
	
}

div.menu {
	display:none;
		
}

div.logo {
	width:332px;
	height:65px;
	position:relative;
	top:0px;
	left:40px;
		
}
	
}