body { font-family:Arial, Helvetica, MS Sans Serife, Sans Serife; font-size:8pt; color:#000000; }

pre { font-family:Courier, Sans Serife; font-size:10pt; color:#000000; }

p,ul,ol,div,address,blockquote,td 
     { font-family:Arial, Helvetica, MS Sans Serife, Sans Serife; font-size:8pt; color:#000000; }   

li 
     { font-family:Arial, Helvetica, MS Sans Serife, Sans Serife; font-size:10pt; color:#000000; 
	 list-style-image:url(images/li_bullet.gif); 
	 margin-top:8pt; } 

.bodytext { font-family:Arial, Helvetica, MS Sans Serife, Sans Serife; font-size:8pt; color:#000000; }     

.fussnote { font-family:Arial, Helvetica, MS Sans Serife, Sans Serife;  font-size:8pt; color:#999999; }  

h1,h2,h3,h4,h5 { font-family:Arial, Helvetica, MS Sans Serife, Sans Serife; }

h1 { font-size:9pt; line-height:12pt; color:#b9b9b9; font-weight:bold; }
h2 { font-size:9pt; line-height:2em; color:#000000; font-weight:normal; }
h3 { font-size:10pt; color:e10543; font-weight:bold; }
h4 { font-size:11pt; color:#B7284C; font-weight:bold; }  
h5 { font-size:11pt; line-height:12pt; color:#000000; font-weight:normal;}

a { font-family:Arial, Helvetica, MS Sans Serife, Sans Serife; font-weight:normal; font-size:9pt; }
a:link { color:#b9b9b9; text-decoration:none; }
a:visited { color:#b9b9b9; text-decoration:none; }
a:active { color:#e10543; text-decoration:none; }
a:hover { color:#e10543; text-decoration:none; }

#navigation a {
    display:block;    /* Als Block anzeigen */
    width:255px;      /* Die Breite der Navigationsbuttons */
    height:52px;      /* Die Höhe der Navigationsbuttons */
    background-color:#FFFFFF; /* Die Hintergrundfarbe */
    text-decoration:none; /* Unterstreichung entfernen */
    color:#000000;    /* Farbe der Links auf Weiß setzen */
    textmargin:5px;        /* Standardabstände entfernen */
  }
#navigation a:hover {
    background-color:#e10543; /* Hintergrundfarbe bei Mausberührung */
    text-decoration:none; /* Unterstreichung entfernen */
    color:#FFFFFF;    /* Farbe der Links auf Weiß setzen */
  }
