
body {
  background-color: #500808; /* das ist das äußere braun */
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 5px;
  line-height: 130%;
}

h1 { /* Ueberschrift */ 
    color: #500808; 
    font-size: 15px;
    letter-spacing: .3em;
    font-weight: bold;
}

p { /* Fliesstextformatierung */ 
    color: #000; 
    letter-spacing: .1em;
    margin-left: 20px ;
} 

a { /* Navigationsleiste oben */
    color:  #500808;
}

a:hover {color:#a00808;
      font-size: 14px;
      font-weight: bold;
      bgcolor: #f00;
    }

.aktiv { /* link der geklickten Seite */
    color: #000;
    font-weight: bold;
}




