
/* Print-Layout am Schluss machen, wenn sonst alles fertig ist */
body { background-image: none ! important; background-color: #ffffff; }

#container { position: absolute;
background-color: white;
left: 0px;
top:  0px;
padding:0px;	
height: 100%;
width: 800px;
text-align: left;
overflow:visible;
margin: 30mm 0 0 98mm; }

/* IE Mac Hack (top:50% funktioniert nicht) */
 /*\*//*/
#container {margin-top:20mm;}
/* end IE Mac Hack */


#sidebar-left { display: none ! important; }
#sidebar-right { display: none ! important; }

#content { position:relative; left:0; top:0; float:left; height: 100%; }
#content .mceContentBody {  }


#pfeilenav { display: none ! important; }


#footer { display: none ! important; }

