html, body {
   width: 100%;
  	height: 100%;
   color: #384204;
   background: #FFF;
  	margin: 0em;
  	padding: 0em;
	}
html { background: url(/media/bg_body.gif) repeat-y left #FFF; }
body { background: url(/media/bg_main.gif) repeat-x top #FFF; }

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

#main {
	width: 62.250em; /*996px;*/
   min-height: 100%;
	}
*html #main { height: 100%; }

#randlinks { float:left; }

#navigation {
   float: left;
   width: 243px;
   height: 100%;
   background: url(/media/bg_men_schatten.gif) repeat-y right #F1FAC0;
   }

#logo {  }

#suche {
	width: 206px;
	height: 61px;
   background: #E5E5D1;
   border-left: 1px solid #A8A866;
   padding-left: 33px;
   }
*html #suche { width: 240px; }

#links_schatten {
	float: left;
   width: 3px;
   background: url(/media/bg_men_schatten.gif) repeat-y #FFF;
	}

#weiss {
	clear: left;
   width: 239px;
   height: 35px;
   background: #FFF;
   border-left: 1px solid #BCDD11;
	}

#gelb {
	clear: left;
   width: 239px;
   height: 39px;
   background: #F1FAC0;
   border-top: 1px solid #BCDD11;
   border-left: 1px solid #BCDD11;
	}

#schriftoptionen {
   clear: left;
   float: right;
   display: inline;
	width: 94px;
   height: 23px;
   font-size: 75%;
   background: url(/media/bg_schriftoptionen.gif) no-repeat #EEEEDF;
   margin-top: 7px;
   margin-right: 11px;
	}

#headbild {
   /*float:left;*/
   position: relative;
   width: 738px;
   height: 161px;
   z-index: 0;
	}
#headbild img {
   width: 738px;
   height: 161px;
	}

#quicknav {
   position: absolute;
   top: 147px;
   left: 515px;
   font-family: Arial,Verdana,Helvetica,SunSans-Regular;
   font-size: 70%;
   z-index: 20;
	}
#quicknav a { text-decoration:none; }

/*#outer {
   border-left: 258px solid #EEEEDF;
	}*/

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

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

#links_inner {
   float: left;
   width: 15.000em; /*240px;*/
/*	}*/

#breadcrumb {
	width: 718px;
   line-height: 1.818em; /*20px;*/
   font-size: 70%;
   border-bottom: 1px solid #384204;
   margin-top: 15px;
   margin-left: 20px;
	}

#content {
   font-size: 75%;
   margin-top: 20px;
   margin-left: 20px;
	}



/************************  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; }
	#randlinks, #navigation, #headbild, #breadcrumb { display: none; }
   #content { margin-left:0px; margin-top:0px; width: 17cm; }
}