body { 
  background-color: #191919; 
  color: #ffffff; 
  font-family: Verdana, Arial, Sans Serif; 
  font-size: 8pt; 
}
.index { 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  width: 900; 
  height: 450; 
  margin-left: -450; 
  margin-top: -225; 
}
.body { 
  position: absolute; 
  top: 50px; 
  left: 50px; 
  width: 100%; 
}
.table { width: 900; } /* 900 */
.links { width: 10%; }  /* 225 */ 
.mitte { width: 50%; }  /* 495 */ 
.rechts { width: 35%; } /* 180 */ 

H1 { font-size: 16pt; line-height: 100%; font-family: Arial, Sans Serif; }
H2 { font-size: 14pt; line-height: 150%; font-weight: normal; }
H3 { font-size: 12pt; line-height: 150%; }
H4 { font-size: 10pt; line-height: 150%; }

a  { text-decoration: none; color: #ffffff; }
a:hover { color: #82c34b; } /* RGB 130 195 75*/
.nav { font-size: 8pt; line-height: 170%; }
.copy { font-size: 7pt; line-height: 130%; }
.text { font-size: 9pt; line-height: 170%; }
.bild  { font-size: 8pt; line-height: 150%; }
.header { font-size: 26pt; line-height: 100%; }

