body
  {
     margin: 0;
     padding: 0;
  }


#gesamt
  {
     margin: 1em auto;
     width: 750px;
     text-align: left;
     background-color: #FFFF99;
     border: 0px;
  }


#header /* Bereich mit der Titelgrafik */
  {
     height: 120px;
  }


#headnavi /* Bereich unter der Titelgrafik mit horizontaler Navigation */
  {
     background-color: white;
     color: #983C02;
     font-family: verdana,sans-serif;
     font-size: 1.1em;
     font-weight: normal;
     text-align: center;
     padding: 0px;
     margin: 0px;
  }


#headnavi ul /* Definition der Liste der horizontalen Navigationspunkte */
  {
     margin: 0px;
     padding: 3px;
  }


#headnavi li /* einzelne Navigationspunkte der Liste, durch Variation von margin kann Abstand zwischen den Elementen verändert werden. Achtung: Leicht unterschiedliche Darstellung (linker Einzug) in IE und FF! */
  {
    list-style: none;
    display: inline;
    margin: 2.5em;
  }


#headnavi a /* Links in horizontaler Navigation */
  {
    text-decoration: none;
    color: #983C02;
  }


#headnavi a:hover
  {
    text-decoration: underline;
    color: #983C02;
  }


#spaltelinks /* Linke Spalte, die vor allem der Navigation dient */
  {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 160px;
    font-family: verdana,sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    color: #983C02;
  }


.mop /* Menu-Ober-Punkt, also Überschrift für die darunter folgenden Menüpunkte */
  {
    list-style: none;
    margin-bottom: 5px;
    background-color: #FFFFC4;
    padding: 5px;
    padding-left: 15px;
    font-weight: bold;
  }


.mup /* Menu-Unter-Punkt, also einzelner, anklickbarer Menüpunkt */
  {
    list-style: none;
    padding: 0px;
    margin-bottom: 5px;
    background-color: #FFFFC4;
    font-weight: normal;
  }


.mup a /* Links in den Menpunkten */
  {
    color: #983C02;
    display: block;
    padding: 5px;
    padding-left: 20px;
    font-weight: normal;
  }


.mup a:hover
  {
    color: #983C02;
    background-color: white;
  }


.mup a:visited
  {
    color: #983C02;
  }


.mtext /* Text im Menü, notwendig, weil Links speziellen Einzug verwenden, der in verbindung mit Text seltsam aussieht. */
  {
    list-style: none;
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 5px;
    background-color: #FFFFC4;
    font-weight: normal;
  }


.mtext a /* Links im Text, der wiederum imenü steht. Bspw Linktipps auf der rechten Seite. */
  {
    color: #983C02;
  }


.mtext a:hover
  {
    color: #983C02;
  }


.mtext a:visited
  {
    color: #983C02;
  }


#spalterechts /* Definition der rechten Spalte, die vor allem für Linkstipps sein wird. */
  {
    visibility: hidden;

    float: right;
    margin-right: 10px;
    margin-top: 10px;
    width: 160px;
    font-family: verdana,sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    color: #983C02;
  }


#inhalt /* zentraler Bereich mit den eigentlichen Inhalten */
  {
    margin-right: 170px;
    margin-left: 170px;
    margin-top: 0px;
    background-color: #FFFF99;
    padding: 10px;
    padding-left: 11px;
    font-family: verdana,sans-serif;
    font-size: 0.7em;
    color: #983C02;
    border: 0px solid;
  }


#inhalt h1 /* erste Überschrift im Inhaltsbereich */
  {
    font-size: 1.15em;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 3px;
  }


#inhalt h2 /* zweite Überschrift im Inhaltsbereich */
  {
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 3px;
  }


#inhalt h3 /* dritte Überschrift im Inhaltsbereich, vor allem Bildüberschriften */
  {
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 3px;
  }


#inhalt a /* Links im Inhalt */
  {
    color: #983C02;
  }


#inhalt a:hover
  {
    color: #983C02;
  }


#inhalt a:visited
  {
    color: #983C02;
  }

#inhalt img
  {
    border: 1px solid;
    border-color: #983C02;
  }


#footer /* Footer */
  {
    clear: both;
    margin-top: 5px;
    padding: 5px;
    background-color: #983C02;
    color: #FFFF99;
    text-align: center;
    font-family: verdana,sans-serif;
    font-size: 0.6em;
  }


#footer a /* Links im Footer */
  {
    color: #FFFF99;
  }


.footer a:hover
  {
    color: #FFFF99;
  }


.footer a:visited
  {
    color: #FFFF99;
  }
