html { 
padding:0px;
margin:0px;
}
body{
background-color: #000000;
font-family : Verdana, Arial; 
font-size : 11px; 
color : #999999; 
text-align : center; 
padding:5px;
margin:5px;
}
Table{
height:100%;
width:100%;
text-align : center
}
a:link,a:visited,a:active {
color : #ffffff; 
text-decoration : underline; 
letter-spacing:1px;
} 
a:hover {
color : #555; 
text-decoration : underline; 
letter-spacing:1px;
} 
#box {
position : absolute; 
top : 50%; 
left : 50%; 
margin-top : -270px; 
margin-left : -390px; 
width : 790px; 
height : 530px; 
border: 1px solid #555;
}
#inhalt {
width : 790px;
height: 510px;
overflow: auto;
text-align: center;
}
#menue {
height: 15px;
text-align: center;
padding: 3px;
}
#menue a:link{
color : #FFFFFF; 
text-decoration : none; 
letter-spacing:1px;
border-top:1px solid #555;
margin:0 5px 0 5px;
letter-spacing:2px;
} 
#menue a:visited{
color : #FFFFFF; 
text-decoration : none; 
letter-spacing:1px;
border-top:1px solid #555;
margin:0 5px 0 5px;
letter-spacing:2px;
} 
#menue a:active {
color : #FFFFFF; 
text-decoration : none; 
letter-spacing:1px;
border-top:1px solid #555;
margin:0 5px 0 5px;
letter-spacing:2px;
} 
#menue a:hover {
color : #FFFFFF; 
text-decoration : none; 
letter-spacing:1px;
border-top:1px solid silver;
letter-spacing:2px;
} 
#klein {
font-size : 9px; 
}
#gross{
font-size : 20px; 
color : #FFFFFF; 
letter-spacing:5px;
}
#mittel{
font-size : 18px; 
color : #FFFFFF; 
letter-spacing:5px;
}