html, body {
	width: 100%;
  	height: 100%;
  	margin: 0;
  	padding: 0;
}

html { overflow-y:scroll; }

body { text-align:center; }

#main {
	width: 62.500em; /*1000px;*/
   height: 100%;
   margin: 0px auto;
   text-align: left;
}

#head {
	height: 7.938em; /*127px;*/
   margin-bottom: 1px;
}

#headbild {
	position: relative;
   /*height: 6.250em; /*100px;*/
   /*width: 62.500em; /*1000px;*/
}
#headbild img { width:62.500em;/*1000px;*/ height:6.250em;/*100px;*/ }

#logo {
	position: absolute;
   top: 0px;
   right: 0px;
   z-index:2;
}
#logo img { display: block; width:27.188em;/*435px;*/ height:6.250em;/*100px;*/ border:none; }

#balken_rot { height:0.938em;/*15px;*/ background:url(/media/bg_balkenrot.gif) top repeat-x #cc1e3a; border-top:2px solid #cc1e3a; overflow:hidden; }

#head_grau {
	clear: left;
	float: left;
	height: 1.625em; /*26px;*/
   width: 11.250em; /*180px;*/
}

#mainnav {
	float: left;
   /*height: 2.167em; /*26px;*/
   /*width: 56.083em; /*673px;*/
   font-size: 0.750em;/*12px;*/
   padding-left: 14.750em;/*177px;*/
}
*html #mainnav { width: 70.833em; /*850px;*/ }

#quicknav {
	float: right;
   height: 1.625em; /*26px;*/
   width: 5.625em; /*90px;*/
	text-align: right;
}

#breadcrumb {
	clear:both;
	line-height: 1.500em;/*15px;*/
   font-size: 0.625em;/*10px;*/
   color: #828282;
   padding-left:18.000em;/*180px;*/
   margin-bottom:0.500em;/*5px;*/
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited { color:#828282; text-decoration:none; }
#breadcrumb a:hover { color:#828282; }

#container {
	padding:0px;
   margin:0px;
   margin-left: auto;
   margin-right: auto;
   min-height: 400px;
}

#outer {
   border-left: 11.250em solid #ececec;/*180px;*/
   border-right: 11.250em solid #ececec;/*180px;*/
}

#inner {
	margin: 0px;
   width: 100%;
}

#subnav {
	float: left;
   position: relative;
	width: 15.000em; /*180px;*/
   font-size: 75%;
   margin-left: -15.000em; /*-180px;*/
   margin-right: 1px;
	background: #E1E1E1;
}

#content {
	position: relative;
   margin: 0px;
   /*min-height: 400px;*/
   padding: 0em 0.625em;
}

#content_inner {
	float: left;
	display: inline;
   width: 51.667em; /*620px;*/
	/*margin: 0em 20px;*/
   min-height: 400px;
   overflow: hidden;
}

#rechts {
	float: right;
   position: relative;
   width: 11.250em; /*180px;*/
   margin-left: 1px;
   margin-right: -11.250em; /*-180px;*/
}

#optionen {
	height: 11.182em; /*123px;*/
   width: 16.364em; /*180px;*/
   font-size: 69%;
   background: #c8c8c8;
   border-top: 1px solid #c8c8c8;
   border-bottom: 20px solid #FFF;
}

*html #optionen { height:12.900em; width:16.320em; }

#suche {
	text-align: center;
	border-bottom: 1px solid #FFF;
	padding-bottom: 0.625em;/*10px;*/
}

#schrift {
	text-align:center;
	border-bottom:1px solid #c8c8c8;
	padding-bottom: 0.625em;/*10px;*/
}

#footer {
	clear: both;
	font-size: 65%;
   height: 2.500em; /*25px;*/
   text-align: right;
   line-height: 2.000em;
   border-top: 1px solid #E1E1E1;
   margin: 10px 20px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited { color:#282828; }
#footer a:hover { color:#61666B; }

.quicknav { margin-right: 3px; }
.icons { margin-right:8px; }

/************************  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:none; }
	#head, #breadcrumb, #subnav, #rechts, #footer { display: none; }
   #content { margin-left:0px; width: 17cm; }
   #outer { border-left: none; border-right:none; }
}