/*body { background: url(/media/bg_content_start.gif) repeat-y #FBF8AE; }*/

#outer {
   border-right-style: solid;
   border-right-width: 12.500em;/*200px;*/
   border-bottom-color: #FFF;
}

#content {
   float: left;
   position: relative;
   width: 45.083em; /*541px;*/
   font-size: 75%;
   margin-left: 0.833em; /*10px;*/
}

#rechts {
	display: inline;
	float: right;
   position: relative;
   width: 16.667em; /*190px;*/
   font-size: 0.750em;
   margin-left: 1px;
   margin-right: -16.667em;
}

#footer {
   width: 52.600em; /*541px;*/
   font-size: 65%;
   text-align: right;
   margin-left: 0.833em; /*10px;*/
}
*html #footer { width: 52.200em; }


/************************  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; }
	#header, #optionen, #menue, #footer, #drucken, #rechts { display: none; }
   #content { margin-left:-20.200em; width: 17cm; }
   #outer { border-right:0px solid #FFF; }
}