html, body {
   width: 100%;
   color: #003ebd;
  	margin: 0em;
  	padding: 0em;
	}

body {
	height: 100%;
	width: 100%;
	text-align:center;
	background:#f5f5f5;
   }

img { padding:0; }
a img { border: 0; }

/*********************************************************************/

#container { width: 980px;/*61.250em;*/height:100%;text-align:left; margin:0px auto;position: relative;background:url(/media/background_container.gif) top left repeat-y;}
* html #container {height:110%;}
/*******************************************************************/


/****************************** HEADER *****************************/

#header { position:relative; height:148px;/*9.250em;*/ }

#head_welle {
	position: relative;
	top: 0px;
	left: 0px;
	height: 124px;/*7.750em;*/
	background: url(/media/head_welle.png) top left no-repeat;
	z-index: 999;
	}
.startseite { display:block; position:absolute; z-index:10000; width:245px; height:80px; }

#head_fotos {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 124px;/*7.750em;*/
	z-index:1;
	}

#head_nav {
	position: absolute;
	top: 124px;
	left: 0px;
}

#head_nav { /*margin:0.188em 0em 0.250em 0em;/*3px 0px 4px 0px;*/ }

#optionen { display:inline; float:left; width:195px;/*12.188em;*/ background:#FFF; border-top:0.250em solid #dcdee2;/*4px;*/ }
.schrift { float:left; display:inline; width:72px;/*7.200em;*/ font-size:0.625em;/*10px;*/ padding-top:2px;/*0.200em;*/ margin-left:17px;/*1.700em;*/ }
.icon { margin-left:3px;/*0.188em;*/ }

#gemeinden { float:left; }

/*****************************************************************/

#bg_outer { background: url(/media/bg_outer.gif) top repeat-x; padding-top:8px; position: relative; }

#outer {
   border-left: 195px solid #e5e7ea; /*12.188em;*/
   position: relative;
	}


#inner {
   width: 100%;
   margin:0px;
   position: relative;
}

/************************     LINKS      *************************/

#links {
   float: left;
   position: relative;
   width: 195px;/*12.188em;*/
   margin-left: -195px;/*-12.188em;*/
   margin-top: -8px;
   padding:0 0 10px 0;
   background:#e5e7ea;
}
*html #links { display:block; width: 195px;/*11.188em;*/}

#suche {
	background: #1856ad;
	padding: 0.813em 0em 0.688em 1.063em;/*13 0px 11px 17px;*/
	}

#subnav {width:195px;height:auto;background:#e5e7ea;/*border-right: 1px solid #1856ad;*/}

/************************     RECHTS      *************************/

#rechts {
   float: right;
   position: relative;
   width: 185px;/*11.563em;*/
   margin-right: -185px;/*-11.563em;*/
   overflow: hidden;
}

/************************    MAIN     *************************/
#breadcrumb_outer  {
	position: relative;
}


#breadcrumb {
	float: left;
	font-size: 0.750em;/*12px;*/
	padding: 0px 13px;/*0em 0.813em;*/
	}

#zurueck {
	float: right;
	width:100px;/*8.333em;*/
	font-size: 0.750em;/*12px;*/
	text-align:right;
	overflow:hidden;
	padding:0 10px 0 0;
	}

#main_outer {
   border-right: 185px solid #f5f5f5; /*#e5e7ea 11.563em;*/
   position: relative;
}

#main_inner {
	width:100%;
	margin:0px;
	padding-top: 1.438em;/*23px;*/
}

* html #main_inner {
   padding-top: 1.250em;/*20px;*/
   position: relative;
}

#main {
	float: left;
	width: 577px;/*36.063em;*/
	padding: 0px 10px 0px 13px/*0em 0.813em;*/;
}

*html #main {width:600px;/*37.688em;*/ position: relative;}


#content {
	width:100%;
	padding:0 0 25px 0;
	font-size: 0.750em;/*12px;*/
	background:#eee;
}
*html #content { float:left; margin-right:-3px; position: relative;}


/*****************************************************************/

#footer {
	text-align:center;
	width:980px;
	height:30px;
	margin:0 auto;
	padding:10px 0;
	border-top:1px solid #b6b7b8;
	font-size:.7em;
	color:#656669;
	}
.footer_content {text-align:left;}
.footer_right {float:right;}
.footer_content a, .footer_content a:link, .footer_content a:visited {color:#656669;} 
.footer_content a:hover, .footer_content a:active {color:#656669;}

/************************  DRUCKAUSGABE  *************************/

@media print {
	body, html { height: auto; }
	body { background: none; text-align: left; }
	#main { position: static !important; height: auto !important; padding:0; margin: 0; border-left:0; }
	#header, #links, #subnav, #breadcrumb, #zurueck, #awnf_kontakt, #footer { display: none !important; }
	#content { width:95%; margin-top:0px; }
	#outer { border:none; margin-left:0px; width:100%; }
	}