/* Style Sheet */
body { background-image:url(bilder/hintergrund.jpg); background-attachment:fixed; }
div#mainframe
{
position: absolute;
left: 50%;
width: 800px;
margin-left: -400px; /* negative Hälfte von width:800px = horizontal zentriertes DIV  */
top: 50%;
height: 600px;
margin-top: -300px; /* negative Hälfte von height:600px = vertikal zentriertes DIV  */
}
table { border-collapse:collapse; border-style:hidden; }
td { padding:0px; }