body
{
     background-color: rgb(77,77,77);
     color: #ffffff;
}
div#center
{
     position:absolute;
     left:50%;
     height:800px;
     width:705px;
     margin-left:-550px;
}
div#layout
{
    position:absolute;
    top:0px;
    left:150px;
    height:800px;
    width:705px;

}
div#header
{
     position:absolute;
     top:08px;
     left:35px;
}
table#header
{
     background-color:rgb(0,0,0);
     height:318px;
     width:795px;
}
table#agb_leiste 
{                
     height:40px;
     width:705px;
}                      
div#inhalt
{
     position:absolute;
     top:326px;
     left:35px;
     border:0px;
}   

table#inhalt
{
     border-width: 0.2pt;
     border-style:solid; 
     border-color: rgb(176,176,176);
     background-color:rgb(0,0,0);

}
table#copyright
{
     background-color:rgb(15,32,55);
     height:15px;
     width:704px;
}
.font
{
     font-size: 10pt;
     font-family: "Verdana";
     color: rgb(255,255,255);
}
a
{
     color: rgb(197,15,18);
     text-decoration: none;
}
a:hover
{
     text-decoration: underline;
}

