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

body { background: #E9F0F4; }
img { margin:0; padding:0; border: 0; }


#main {
   width: 62.250em; /*996px;*/
   min-height: 100%;
   background: url(/media/schatten_rechts.gif) right repeat-y #FFF;
	}
*html #main { height:100%; }

#header {
   width: 61.938em; /*991px;*/
   height: 2.688em; /*43px;*/
   background: url(/media/bg_header.jpg) no-repeat #B7D7FF;
   border-top: 1px solid #48586B;
	}
*html #header { height:2.750em;/*44px;*/ }

#wappen { float:left; }
#headbilder { float: left; }
#lustaufwissen { float: right; }

#mainnav {
	overflow: hidden;
   width: 61.938em; /*991px;*/
   height: 1.188em; /*19px;*/
   background: url(/media/bg_mainnav.gif) repeat-x #DADADA;
	}

#quicklinks {
	float: left;
   width: 10.438em; /*167px;*/
   text-align: right;
   background: url(/media/bg_quicklinks.gif) repeat-y #DAE8F9;
	}

#subnav {
	float: left;
   width: 51.500em; /*824px;*/
   height: 2.313em; /*37px;*/
   background: url(/media/bg_subnav.gif) repeat-y #DADADA;
	}

#submenue {
	float: left;
   width: 52.000em;
	height: 2.909em; /*32px;*/
	font-size: 0.688em; /*11px;*/
   color: #276791;
   background: url(/media/bg_submen.gif) no-repeat;
   margin-top: 0.455em; /*5px;*/
   margin-left: 0.455em; /*5px;*/
   padding-left: 1.818em; /*20px;*/
	}

#pfeil {
   float: right;
   width: 0.938em; /*15px;*/
   height: 2.000em; /*32px;*/
   background: url(/media/bg_submen2.gif) no-repeat;
	}

#outer {
	clear: both;
   width: 51.500em; /*824px;*/
   background: url(/media/bg_outer.gif) repeat-y #FFF;
   border-left: 10.438em solid #DAE8F9; /*167px;*/
	}
*html #outer { width: 61.938em; /*991px;*/ /*height: 100%;*/ /*margin-bottom: -6.250em; /*100px;*/ }

#inner {
   width: 100%;
   background: url(/media/bg_outer.gif) repeat-y #FFF;
   margin:0px;
	}

#links {
   float: left;
   position: relative;
   width: 10.438em; /*167px;*/
   background: url(/media/bg_links.jpg) left bottom no-repeat;
   margin-left: -10.438em; /*-167px;*/
	}

#quicknavi {
   width: 15.182em; /*167px;*/
   font-size: 0.688em; /*11px;*/
   text-align: right;
	}

#suche {
   width: 10.438em; /*167px;*/
   text-align: right;
	}

#info {
   width: 10.438em; /*167px;*/
   text-align: right;
   margin-top: 0.938em; /*15px;*/
	}

#content {
   float: left;
   position: relative;
   width: 65.333em; /*784px;*/
   font-size: 75%;
   margin:0px;
   padding: 1.667em 0em 0em 1.667em; /*20px;*/
	}
*html #content { width:67.000em;/*804px;*/ }


.abstand { margin-right:1px; }
.icons { margin-left: 0.313em; /*5px;*/ }


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

@media print {
	body, html { height: auto; }
	body { width: 16cm; background: none; text-align: left; }
	#main { position: static; height: auto; width: 16cm; margin: 0; padding:0; border-left:0; background:none; }
	#header, #mainnav, #quicklinks, #subnav, #links { display: none; }
	#outer { border-left:none; width:100%; }
   #content { padding:0px; width:100%; }
}