body{
      color: white;
      background: #800000;
      font-family: sans-serif;
}

h1{
    font-size: 175%;
    font-variant: small-caps;
    font-weight: normal;
}

h2{
    font-size: 135%;
    font-variant: small-caps;
    font-weight: normal;
}

h3{
    font-size: 125%;
    font-variant: small-caps;
    font-weight: normal;
}

span.wichtig{
               color: #ffff00;
               font-weight: bold;
               font-style: italic;
}

DIV.navbar A{
                color: white;
                text-decoration: none;
                font-family: sans-serif;
                font-style: normal;
                font-variant: small-caps;
                font-size: 85%;
}

div.navbar {
             text-align: center;
             width: 100%;
             background: #650000;
}

a {
               color: white;
                text-decoration: none;
}

a:visited{
               color: #aaaaaa;
               text-decoration: none;
}

a.extern {
 	            color: white;
               text-decoration: underline;
}

a.extern {
 	            color: #aaaaaa;
               text-decoration: underline;
}