html, body {
   width: 100%;
  	margin: 0em;
  	padding: 0em;
	}

img { margin:0; padding:0; border: 0; }
.icons { margin-left: 0.313em; /*5px;*/ }


#main_outer {
	display: table;
   height: 100%;
   min-height: 100%;
   border-left: 2.375em solid #E6E6E6;
	}

#main {
	width: 46.813em !important; /*749px;*/
   height: 100%;
   min-height: 100%;
	}

#main_inner {
   display: block;
   position: relative;
   width: 59.375em;
   height: 100%;
   min-height: 100%;
   margin-left: -12.563em; /*-201px;*/
	}

#oben {
   height:1.250em;
   background:#FFF;
	}

#header {
	position: relative;
   width: 58.125em; /*930px;*/
   text-align: left !important;
   height: 4.875em; /*78px;*/
   background: #F0F0F0;
   border: 1px solid #464646;
   padding: 10px;
	}
*html #header { width:59.375em; /*950px;*/ height:6.250em;/*100px;*/ }

#wappen {
   position: absolute;
   top: 5px;
   left: 10px;
   z-index:3;
	}

#schriftzug { float: left; }

#header_rechts { float: right; width:42.688em; /*683px;*/ }

#suche {
	display: inline;
	float: right;
   margin-right: 2.375em; /*38px;*/
	}

#schriftoptionen { float: right; }

#strich {
   width: 42.500em; /*680px;*/
   height: 1px;
   background: #AAAAAA;
   margin: 0.625em 0em; /*10px 0px;*/
	}

#quicknav {
	float: right;
   font-size: 0.688em; /*11px;*/
   color: #464646;
	}
#quicknav a { text-decoration:none; color: #464646; }
#quicknav a:hover { text-decoration:underline; color:#464646; }

#content_outer {
   margin-left: 12.563em; /*201px;*/
	}

#content_inner {
   margin: 0px;
   width: 100%;
	}

#submenue {
   float: left;
   position: relative;
   width: 12.563em; /*201px;*/
   margin-left: -12.563em; /*-201px;*/
   overflow: hidden;
	}

#mainnav {
	position: absolute;
   top: 4.813em; /*77px;*/
   left: 17.063em; /*273px;*/
   width: 41.250em; /*660px;*/
   z-index: 2;
   }

#header_schatten {
   height: 3px;
   background: url(/media/bg_header_schatten.gif) repeat-x #FFF;
   margin-bottom: 1.188em; /*19px;*/
	}
*html #header_schatten { margin-bottom:0em; }

#content {
   display: inline;
   float: right;
   overflow: hidden;
   width: 41.625em; /*666px;*/
   background: #FFF;
   margin: 0.625em 0.625em 0em 0em;
	}

#breadcrumb {
   font-size: 70%;
   line-height: 2.182em; /*24px;*/
   border-bottom: 1px solid #464646;
	}



/************************  DRUCKAUSGABE  *************************/

@media print {
	body, html { height: auto; }
	body { width: 17cm; background: none; text-align: left; }
   #main, #main_outer, #main_inner, #content_outer { position: static; height: auto; width: 17cm; margin: 0; border-left:0; }
	#wappen, #oben, #header, #submenue, #breadcrumb { display: none; }
   #content { margin-left:0px; width: 17cm; }
}

/* ONLY FOR OPERA < v.9 */
@media all and (min-width: 0px){

    #main {
      height: 100%;
      width: 53.75em;
    }
}