/* Formatierungen Layout (grob) */
body { 
background : #fff; 
background:#fff url(images/hintergrund_weiss.jpg) no-repeat;
font : 0.8em "trebuchet ms", arial, sans-serif; 
text-align : center; 
} 
#seite{
 position : absolute; 
 top : 0px; 
 left : 10px;
 padding:10px 10px 0px 0px;
 text-align:left;
 width:900px
}
#footer{
 background:#C8333A;
 text-align : center; 
 clear:both;
 width:980px
}