


H1 {
font-size: 26px;
font-weight: bold;
}

H2 {
font-size: 18px;
font-weight: bold;
}

H3 {
font-size: 14px;
font-weight: bold;
}

/* normale Links im Text, klar, die normalerweise schwarz   */
a:link {
color: black;
   font-weight:normal;

}
a:visited {
color:black;
   font-weight:normal;

}


/* Die Unterpunkte der Links, beides darkblue, das hover war blue   */
a.speziell:link {
   text-decoration: none;
   color:black;
   font-weight:normal;
  font-size: 9pt;
   }

a.speziell:visited {
   text-decoration: none;
   color:black;
      font-weight:normal;
  font-size: 9pt;
      }

a.speziell:hover {
  color: red;
  font-size: 10pt;
     font-weight:normal;
  }


/* Die Oberpunkte der Links, alles darkblue, wobei der hoverlink: hoverfarbe blue und fett!!   */
a.speziell4-ueberblick:link {
   text-decoration: none;
   color:black;
   font-weight:bold;
   font-size: 10pt;
}

a.speziell4-ueberblick:visited {
   text-decoration: none;
   color:black;
   font-weight:bold;
   font-size: 10pt;
}

a.speziell4-ueberblick:hover {
  color: red;
  font-weight:bold;
  font-size: 10pt;
}

/* Die großen links am Kopf der Website, beides darkblue!!!   */
a.speziell3-kopflink:link {
   text-decoration: none;
   color:black;
      font-weight:normal;
}

a.speziell3-kopflink:visited {
   text-decoration: none;
   color:black;
      font-weight:normal;
}

/* Das hier: die dicken Links auf der Einleitungsseite
könntest sie ersetzen mit Fettschrift.
Das hier hat keine Bedeutung mehr, war wohl beides darkblue mit hoverfarbe blue    */
a.speziell5-fett:link {
   text-decoration: none;
   color:black;
   font-weight:bold;
   font-size: 11pt;
}

a.speziell5-fett:visited {
   text-decoration: none;
   color:black;
   font-weight:bold;
   font-size: 11pt;
   font-weight:bold;
}

a.speziell5-fett:hover {
  font-weight:bold;
  color: black;
  font-size: 11pt;
}


body {
  background-color: #CDC89E;
}

#kopf {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -11.5cm;
        width:23.0cm;
        height:92px;
        border:none;
        padding-top:20px;
        background-color:#ebe7c4;

        text-align:left;
        color:white;
        font-family:georgia;
        font-size:20pt;

    }

#mitte {
        position: absolute;
        top:113px;
        left: 50%;
        margin-left: -11.5cm;
        width:23.0cm;
        background-color:#ebe7c4;
        border:none;
        }

#mitte-inhalt {
        margin-left: 6.9cm;
        width:13.7cm;
        background-color:white;
        border:none;
        z-index:3;
        padding-left:45px;
        padding-right:45px;
        padding-top:25px;

        font-family:arial;
        text-align:justify;
        font-size:11pt;
        }

#navigation {
        position:absolute;
        top:113px;
        left: 50%;
        margin-left: -11.5cm;
        width:6.9cm;
        background-color:#ebe7c4;
        z-index:4;
        border:none;

        font-family:arial;
        font-size:11pt;

        }
