html, body {
  	width: 100%;
  	margin: 0;
   padding: 0;
   background: #F1F1B8;
   /*background: url(/media/bg_content.gif) repeat-y #FBF8AE;*/

}

#main {
	width: 62.500em; /*1000px;*/
   min-height: 100%;
   height: 100%;

}

#header {
	width: 100% !important;
   height: 181px; /*11.313em;*/
   /*background: url(/media/bg_body.gif) top repeat-x #FBF8AE;*/
}

#bg_header {
	position: absolute;
   top: 125px; /*7.813em;*/
   left: 0px;
	width: 100%;
   height: 55px; /*3.438em;*/
   border-top: 1px solid #FFF;
   border-bottom: 1px solid #778001;
   z-index: 1;
}

#logo {
	/*float: left;*/
   position: absolute;
   top: 0px;
   left: 0px;
	z-index: 2;
}

#rundung {
	position: absolute;
   top: 0px;
   left: 238px; /*14.875em;*/
   background: none;
	width: 8.000em; /*128px;*/
   height: 7.813em; /*125px;*/
   overflow: hidden;
   z-index: 2;
}
*html #rundung { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/rundung.png'); }

#bilderreihe {
	position: absolute;
   top: 0px;
   left: 238px; /*14.875em;*/
	/*height: 7.813em; /*125px;*/
   width: 47.625em; /*762px;*/
   z-index: 2;
}

#hauptmenue {
	position: absolute;
   top: 126px; /*7.875em;*/
   left: 19.688em; /*315px;*/
	float: left;
   /*width: 35.750em; /*572px;*/
   text-align: center;
   z-index: 2;
}

.hmenue {
	float:left;
   width:90px;
   height:45px;
   font-size: 14px;
   font-weight: bold;
   /*text-align: center;*/
   margin-right: 5px;
	}
.hmenue a, .hmenue a:hover, .hmenue a:active, .hmenue a:visited, .hmenue a:link {
	display: block;
   width: 90px;
   height: 45px;
   color: #FFF;
   text-decoration: none;
	}

#quicknav {
	/*float: left;*/
   /*margin-top: 20px;*/
   position: absolute;
   top: 147px; /*13.364em;*/
   left: 74.273em; /*817px;*/
   font-size: 0.688em;
   z-index: 2;
}

#quicknav a { text-decoration: none; }

#optionen {
	height: 1.875em; /*30px;*/
   background: #F1F1B8;
   border-bottom: 10px solid #F1F1B8;
}

#suche {
	float: left;
   width: 14.625em; /*234px;*/
   height: 1.875em; /*30px;*/;
	text-align: center;
   background: #F1F1B8;
   margin-right: 0.625em; /*10px;*/
}

#breadcrumb {
	float: left;
   width: 52.600em; /*541px;*/
   height: 2.900em; /*30px;*/;
   font-size: 65%; /*10px;*/
   background: #F1F1B8;
   /*margin-right: 2.200em; /*25px;*/
}
*html #breadcrumb { width: 52.200em; }

#breadcrumb a { color: #000; }


#schrift {
	float: right;
   width: 15.550em; /*190px;*/
   height: 2.500em; /*30px;*/
   font-size: 75%; /*11px;*/
   font-weight: bold;
   line-height: 2.364em;
	background: #F1F1B8;
}
*html #schrift { width: 15.700em; }
/*********************************************/

#container {
	width: 100%;
   min-height: 400px;
   padding:0px;
   margin:0px;
   margin-left: auto;
   margin-right: auto;
}

#outer {
	background: #F1F1B8;
	border-left: 14.625em solid #F1F1B8;
   border-right-color: #F1F1B8;
}

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

/*#left {
	float:left;
	position:relative;
   width:14.625em;
   margin-left:-14.625em;
   margin-right:1px;
}*/

/**********************************************/
#content {
	display: inline;
	float: left;
   position: relative;
   width: 62.833em; /*754px;*/
   font-size: 75%;
   background: #FFF;
   margin-left: 0.833em; /*10px;*/
   /*border-bottom: 15px solid #FFF;*/
   overflow: hidden;
}

#rechts { display: none; }

#footer {
	clear: left;
   width: 73.000em;
   font-size: 65%;
   line-height: 3.000em;
   text-align: right;
   background: #FFF;
   border-top: 1px solid #778001;
   margin-left: 1.000em; /*10px;*/
}
*html #footer { width: 72.500em; }

.icons { margin-right:3px; }

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

@media print {
	body, html { height: auto; }
	body { width: 17cm; background: none; text-align: left; }
	#main { position: static; height: auto; width: 17cm; margin: 0; border-left:0; }
	#header, #optionen, #menue, #footer, #drucken, #rechts { display: none; }
   #content { margin-left:-20.200em; width: 17cm; }
   #outer { border-right:0px solid #FFF; }
}