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

body {
	height: 100%;
	min-height: 100%;
	font-size: 75%;
   background: #FFF;
   }

img { margin:0; padding:0; /*vertical-align:top;*/ }
a img, img a { border:0px; }

#container { width:61.438em;/*983px;*/ }

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

#header { height: 7.375em;/*118px;*/ overflow: hidden; }

#logo {
   float: left;
   width: 17.625em;/*282px;*/
   border-top: 0.563em solid #a9c606;
   padding-top: 0.125em;/*2px;*/
   margin-right: 0.125em;/*2px;*/
   overflow: hidden;
	}
#logo img { width:15.750em;/*252px;*/ height:6.688em;/*107px;*/ }

#header_inner {
	float: left;
   width: 43.58em;/*697px;*/
	border-top: 0.563em solid #009434;
	padding-top: 0.125em;/*2px;*/
	overflow: hidden;
	}

#headfotos { width:43.58em; margin-bottom:0.125em;/*2px;*/ overflow:hidden; }

#mainnav { width:43.58em;/*697px;*/ overflow:hidden; }
#mainnav img { width:14.430em;/*231px;*/ height:1.125em;/*18px;*/ }

.navmargin { margin-right:0.125em; }
*html .navmargin { margin-right:0.1em; }

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

#main { padding-top:0.313em;/*5px;*/ }

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

#links {
	float: left;
	width: 13.813em;/*221px;*/
	padding-left: 1.938em;/*31px;*/
	overflow: hidden;
	}
*html #links { width: 15.750em;/*252px;*/ }

#suche {
	margin-top: 1.875em;/*30px;*/
	}

#quicknav {
	line-height: 2.182em;/*24px;*/
	font-size: 0.688em;/*11px;*/
	border-bottom: 1px solid #74b31f;
	}
#quicknav a { color: #000; text-decoration: none; }

.sitemap { background:url(/media/icon_sitemap.gif) 0em 0.273em/*3px*/ no-repeat; padding-left:1.545em;/*17px;*/ margin-right:1.818em;/*20px;*/ }
.kontakt { background:url(/media/icon_kontakt.gif) 0em 0.182em/*2px*/ no-repeat; padding-left:1.545em;/*17px;*/ margin-right:1.818em;/*20px;*/ }
.impressum { background:url(/media/icon_impressum.gif) 0em 0.182em/*2px*/ no-repeat; padding-left:17px; }

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

/************************    CONTENT     *************************/

#content {
	float: left;
	display: inline;
	width: 41.688em;/*667px;*/
	margin-left: 2.000em;/*32px;*/
	}

#content_head {
	font-size: 0.688em;/*11px;*/
	line-height: 2.091em;/*23px;*/
	border-bottom: 1px solid #75b31f;
	}

#breadcrumb {
	float: left;
	width: 42.182em;/*464px;*/
	}
#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:link { color:#000; }

#optionen {
	float: right;
	width: 18.273em;/*201px;*/
	}
*html #optionen { padding-top: 0.455em;/*5px;*/ }
#optionen a, #optionen a:hover, #optionen a:active, #optionen a:visited, #optionen a:link { color:#000; }

.icon { margin-right:0.545em; }
.drucken { display:inline-block; background:url(/media/icon_drucken.gif) 0em 50% no-repeat; padding-left:1.727em;/*19px;*/ margin-left:1.364em;/*15px;*/ }
.ver_drucken { font-size:0.917em;/*11px;*/ color:#000 !important; background:url(/media/icon_drucken.gif) 0em 0.182em no-repeat; padding-left:19px; }
.ver_zurueck { font-size:0.917em;/*11px;*/ color:#000 !important; background:url(/media/icon_zurueck.gif) 0em 0.182em no-repeat; padding-left:15px; }

#content_inner {
	float: left;
position:relative;
	width: 37.00em;/*445px;*/
	font-size: 0.750em;/*12px;*/
	margin-right: 1.75em;/*21px;*/
padding-top: 1.776em; /*20px;*/
	overflow: hidden;
	}

#footer {
	font-size: 0.917em;/*11px;*/
	text-align: right;
	padding-top: 1.818em;/*20px;*/
	}
#footer a, #footer a:hover, #footer a:active, #footer a:visited, #footer a:link { color:#000; }

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

#rechts {
	float: left;
	width: 16.750em;/*201px;*/
	font-size: 0.750em;/*12px;*/
	padding-top: 1.776em; /*20px;*/
	overflow: hidden;
	}

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

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

@media print {
	body, html { height: auto; }
	body { width: 17cm; background: none; text-align: left; }
	#main { position: static !important; height: auto !important; width: 17cm; padding:0; margin: 0; border-left:0; overflow:visible; }
	#mainnav, #header, #links, #rechts, #breadcrumb, #footer { display: none !important; }
	#content { margin:0px; }
   #outer { border:none; margin-left:0px; width:100%; }
   #main_inner { padding:0; }
	}
