#navigation a {
display:block;    /* Als Block anzeigen */
padding:10px;      /* Buttons etwas größer machen */
margin:0px;        /* Standardabstände entfernen */
text-align:left; /* Zentrierte Ausrichtung */
width:120px;      /* Die Breite der Navigationsbuttons */
height:20px;      /* Die Höhe der Navigationsbuttons */
background-color:#638BCF; /* Die Hintergrundfarbe */
text-decoration:none; /* Unterstreichung entfernen */
color:#ffffff;    /* Farbe der Links auf Weiß setzen */
}
#navigation a:hover {
color:#FFD700;
font-weight:bold;
} 

H1 {font-size:9pt; font-family:tahoma; font-weight:normal; color:#000000;}
li {font-size:9pt; font-family:tahoma; font-weight:normal; color:#000000;line-height:180%;}
H2 {font-size:9pt; font-family:tahoma; font-weight:bold; color:#000000;}
H3 {font-size:9pt; font-family:tahoma; font-weight:bold; color:#638BCF;}
H4 {font-size:12pt; font-family:tahoma; color:#000000;}
H5 {font-size:10pt; font-family:tahoma; font-weight:bold; color:#191970;}
H6 {font-size:10pt; font-family:tahoma; font-weight:normal; color:#191970;}