#gesamt {
         position:absolute;
         top:20px;
         left:1%;
         width:1000px;
         height:auto;
         margin:0px auto;
         padding:6px;
}

#banner {
       position:relative;
       top:0px;
       left:0px;
       width:800px;
       height:140px;
       text-align:center;
 }

#menu {
       position:absolute;
       top:200px;
       left:0px;
       width:135px;
       height:auto;
}

#content
{
position:relative;
top:10px;
left:200px;
width:600px;
height:auto;
color: #e1e1e1;
}

#footer {
       position:relative;
       top:0px;
       width:805px;
       height:20px;
       }

body {
 color:#1e1e1e;
 font-family: Verdana;
 margin:20px;
 padding:0px;
 text-align:left;
 background-color:#31404E;
}


a {
 color: #8AB1D3;
 font-size:11pt;
 font-weight: bold;
text-decoration: none;
}

/* 648098 */
a:link {
 color: #8AB1D3;
 font-size:11pt;
 font-weight: ;
text-decoration: none;
}

a:visited {
 color: #648098;
 font-size:11pt;
 font-weight: bold;
text-decoration: none;
}

a:hover {
 color: #e1e1e1;
 font-weight: bold;
text-decoration: none;

}

p {
 color: #e1e1e1;
 font-size: 11pt
}

table {
 color:#FFFFFF;
 font-size: 10pt;
 margin-left:20px
}