html, body {
   width: 100%;
   color: #37373a;
  	margin: 0em;
  	padding: 0em;
	}

body { font-size:75%; text-align:center; background:#FFF; }

img { padding:0px; }
a img { border:none; }

#container { width:61.250em;/*980px;*/ text-align:left; background:#FFF; margin:0px auto; }

/******************************** HEADER *******************************/

#header { height:50px;/*3.125em;*/ }

#logo { float:left; width:9.375em;/*150px;*/ }

#darstellung { float:right; width:6.25em;/*100px;*/ text-align:right; padding-top:1.375em;/*22px;*/ }
.icon { margin-right:5px;/*0.313em;*/ }

#quicknav { float:right; width:31.75em;/*381px;*/ font-size:0.750em;/*12px;*/ padding-top:2.167em;/*26px;*/ }
#quicknav a, #quicknav a:visited, #quicknav a:active, #quicknav a:link { text-decoration:underline; color:#37373a; }
#quicknav a:hover { text-decoration:none; color:#000; }

#headfoto { width:61.250em;/*980px;*/ }
#headfoto img { width:61.250em;/*980px;*/ height:7.500em;/*120px;*/ }

/***********************************************************************/

#mainnav { padding:0.625em 0em 1.063em;/*10px 0px 17px 0px;*/ }

#breadcrumb { font-size:0.750em;/*12px;*/ padding-left:0.833em;/*10px;*/ margin-bottom:2em;/*16px;*/ }

#suche { position:absolute; top:0px; right:-12.500em;/*-200px;*/ width:12.375em;/*198px;*/ background:#FFF; border:1px solid #c8c8c8; }
*html #suche { width:12.500em;/*200px;*/ }

.suche  { font-size:0.938em;/*15px;*/ font-weight:bold; text-indent:0.667em;/*10px;*/ height:1.867em;/*28px;*/ width:11.300em;/*170px;*/ background:#FFF; color:#37373a; border:none; vertical-align:top; padding-top:0.333em;/*5px;*/ }
.suchenbutton { width:2.154em;/*28px;*/ height:2.154em;/*28px;*/ font-size:0.813em;/*13px;*/ }

/************************    CONTENT     *************************/

#outer {
   background: #FFF;
   border-right: 12.500em solid #FFF;/*200px;*/
   margin-bottom:0.625em;/*10px;*/
	}

#inner {
   width: 100%;
   margin:0px;
	}

#content { position:relative; width:36.250em;/*580px;*/ }

#content_inner { float:left; width:560px;/*760px;*/ font-size:0.750em;/*12px;*/ line-height:1.500em;/*18px;*/ padding:0em 0.833em;/*0px 10px;*/ }
* html #content_inner {width:580px;}

/************************     LINKS      *************************/

#links {
	float: left;
   position: relative;
	width: 12.500em;/*200px;*/
	margin-left: -12.500em;/*-200px;*/
	}


#subnav { width:12.500em;/*200px;*/ }

/*****************************************************************/

/***********************     RECHTS      *************************/

#rechts {
	float: right;
   position: relative;
	width: 12.500em;/*200px;*/
	margin-right: -12.500em;/*-200px;*/
   overflow:hidden;
	}


#re_bereich { font-size:0.750em;/*12px;*/ padding:0.833em;/*10px;*/ margin-top:3.333em;/*40px;*/ }



/*****************************************************************/

#footer {
   clear: both;
   height: 6.125em;/*98px;*/
   background:url(/media/bg_footer.gif) bottom repeat-x;
   border:1px solid #e3e3e3;
   margin-bottom:1.250em;/*20px;*/
	}
*html #footer { height: 6.250em;/*100px;*/ }

.fot_adr { float:left; height:7.333em;/*88px;*/ width:29.000em;/*348px;*/ font-size:0.750em;/*12px;*/ line-height:1.750em;/*21px;*/ border-right:1px solid #e9e9e9; padding:0.833em 0em 0em 1.667em;/*10px 0px 0px 20px;*/ }
*html .fot_adr { width:30.667em;/*368px;*/ height:8.167em;/*98px;*/ }
.fot_opt { float:left; height:1.833em;/*22px;*/ width:34.083em;/*409px;*/ font-size:0.750em;/*12px;*/ text-align:center; border-left:1px solid #c1c1c1; border-right:1px solid #e9e9e9; padding-top:6.333em;/*76px;*/ }
*html .fot_opt { height:8.167em;/*98px;*/ }

.seitenanfang {
	background: url(/media/icon_seitenanfang.gif) 0px 0px no-repeat;
	padding-left: 17px;
	padding-bottom:2px;
	margin-right:2.438em;/*39px;*/
	}

.drucken {
	background: url(/media/icon_drucken.gif) 0px 0px no-repeat;
	padding-left: 21px;
	padding-bottom:2px;
	}

.fot_wappen { float:left; width:8.125em;/*130px;*/ height:4.938em;/*79px;*/ text-align:right; border-left:1px solid #c1c1c1; padding-top:1.188em;/*19px;*/ }
*html .fot_wappen { height:6.125em;/*98px;*/ }
.fot_wappen img { width:3.375em;/*54px;*/ height:4.000em;/*64px;*/ }


/************************  DRUCKAUSGABE  *************************/

@media print {
	body, html { height:auto; }
	body { width:16cm; background:none; text-align:left; }
	#container { position:static !important; height:auto !important; width:16cm; padding:0px; margin:0px; overflow:visible; }
	#header, #headfoto, #mainnav, #links, #rechts, #breadcrumb, #footer { display: none !important; }
	#outer { border-left:none !important; border-right:none !important; margin-bottom:0px; }
	#content_inner { padding:0px; }
	}