body {
margin:0px;
padding:0px;
background-color:rgb(0,0,51);
font-family:Arial, Helvetica, Verdana, sans-serif;
text-align:center;
height:100%
}
#container {
width: 800px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 800px im Browserfenster betraegt. Hier aber feste Angaben, da der IE 6 ansonsten nicht richtig anzeigt. */
height:740;
background: rgb(211,211,211);
margin: 0% auto; /* Durch automatische Raender (in Verbindung mit einer Breite) wird die Seite zentriert. */
text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element ueberschrieben. */
max-width: 800px;
overflow:hidden;
}
td,th,p {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 10pt;
 color: #00005F;
 font-weight: bold;
}
.ueber1 {
 font-size: 11pt;
 font-weight: bold;
 color: #00005F;
}
.text {
 font-weight: bold;
}
.text1 {
 font-size: 10pt;
 font-weight: bold;
 color: #00004F;
}
.text5 {
 font-size: 7pt;
 color: #00005F;
}
.impressum {
 font-size: 10px;
 color: #E1E1E1;
}
a { text-decoration: none; color: #E1E1E1; }
a:hover { text-decoration: underline; color: #0066CC;}
a.white:link { color: #E1E1E1; text-decoration:none; }
a.white:visited { color: #E1E1E1; text-decoration:none; }
a.white:hover { color: #0066CC; text-decoration:none; background: #E1E1E1; border-bottom: none; }
a.blue:link { color: #0066CC; text-decoration:none; }
a.blue:visited { color: #00005F; text-decoration:none; }
a.blue:hover { color: #00005F; text-decoration:none; background: #E1E1E1; border-bottom: none; }
.stern {
float:left;
position:absolute;
margin-top:4px;
margin-left:38px;
width:200px;
height:51px;
border:none;
}
.pfeil {
float:left;
position:absolute;
margin-top:2px;
margin-left:2px;
width:12px;
height:13px;
border:none;
}








