body {
background-image: url(bilder/bg_page.jpg); 
padding: 1em 1em 1em 1em;
margin:  0 0 0 0;
}

#seite {
text-align: left;
margin: 0 auto;
padding: 0;
width: 800px;
}

/* folgende Anweisungen gelten fuer die Navigation zurueck zur startseite */
.zustart, A.zustart {
 font-family: Tahoma, Arial;
 font-size: 12px;
 color: #bab6b3;
 text-decoration: none;
 font-weight: bold;
}

A.zustart:Hover  {
 font-family: Tahoma, Arial;
 font-size: 12px;
 color: #df0404;
 text-decoration: none;
 font-weight: bold;
}

#zentrieren 
{
position:absolute; 
left:50%; 
top:50%; 
margin-left:-400px; 
margin-top:-280px; 
width:800px; 
height:560px;
}