html, body {
   width: 100%;
  	height: 100%;
   text-align: center;
   color: #656565;
  	margin: 0em;
  	padding: 0em;
	}

body { background: url(/media/bg_body.gif) repeat-x #214864; }

img { margin:0; padding:0; border: 0; }

#oben {
	width: 58.750em; /*940px;*/
   /*height: 3.750em; /*60px;*/
   height: 0.313em;/*5px;*/
   background: url(/media/bg_oben.gif) no-repeat;
   margin: 0px auto;
   overflow: hidden;
	}

#main {
	width: 57.500em; /*920px;*/
   margin: 0px auto;
   text-align: left;
   background: #FFF;
   padding: 0.625em; /*10px;*/
	}
*html #main { width: 58.750em; /*940px;*/ }

#logo {
   float: left;
   width: 19.125em; /*306px;*/
   height: 7.250em; /*116px;*/
	}

#header {
   width: 57.500em; /*920px;*/
   height: 7.250em; /*116px;*/
   }

#menue {
   float: left;
   width: 38.313em; /*613px;*/
   height: 7.250em; /*116px;*/
   text-align: center;
   background: url(/media/bg_header.jpg) no-repeat #FDFDFD;
	}

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

#links {
   float: left;
   width: 15.375em; /*246px;*/
   background: url(/media/bg_links.gif) no-repeat;
   padding: 1.875em; /*30px;*/
   margin-left: 1px;
}

#direktauswahl {
   /*height: 6.500em; /*78px;*/
   font-size: 0.750em; /*12px;*/
	}

.direktauswahl {
   width: 20.417em; /*245px;*/
   font-size: 100%;
   border: 1px solid #E2E2E2;
	}

.trenner {
	width: 15.313em; /*245px;*/
   line-height:0px;
   border-top: 1px solid #E2E2E2;
   border-bottom: 1px solid #FBFBFB;
	}

#suche {
	width: 20.417em; /*245px;*/
   /*height: 7.167em; /*86px;*/
   font-size: 0.750em; /*12px;*/
   margin-top: 0.4em; /*0.833em;*/ /*12px;*/
}

#submenue {

   margin-top: 3.125em; /*50px;*/
}

#rechts {
   float: right;
   position: relative;
   width: 38.313em; /*613px;*/
	}

#start_headbild {
	position: relative;
   width: 38.313em; /*613px;*/
   height: 13.000em; /*208px;*/
	margin-top: -2.938em; /*-47px;*/
	}

#content {
	width:51.083em;/*613px;*/
   font-size: 75%;
   /*padding: 0em 2.083em 2.083em 0em; /*25px;*/
   overflow: hidden;
}
*html #content { width:51.083em;/*613px;*/ }

#footer {
   width: 94.000em; /*940px;*/
   line-height: 6.000em; /*60px;*/
   font-size: 0.625em; /*10px;*/
   color: #6E889A;
   margin: 0px auto;
	}


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

@media print {
	body, html { height: auto; }
	body { width: 17cm; background: none; text-align: left; }
	#main { position: static; height: auto; width: 17cm; margin: 0; padding:0; border-left:0; background:none; }
	#oben, #header, #links, #start_headbild, #footer { display: none; }
   #content { padding:0px; }
}