<style type="text/CSS">
/*Style definiert den MIME-Typ eines Dokumentes in XHTML*/

/*Abstände für alle relevanten Bereiche auf 0 setzen:*/
/*body, html, #navigation, #inhalt {margin: 0; padding: 0;}*/

/*body bezieht sich auf den gesammten Hintergrund*/
/* body {font-size: 18px; font-family: Verdana; Arial; background-color: #FFB08B /*F4A58A*/;} */

/*Link-Farben und Auszeichnung:*/
  a:link     {color: black/*purple*/;}
  a:visited  {color: blue;}
  a: hover   {color: orange;}
  a:link, a:visited {text-decoration: none;}

/*Beginn der gesamten Seite: */
#site {position: absolute; margin-top: 0px; margin-left: 0px; padding: 0px;   /*float*/
  border: solid #604420 0px; width: 100%;}
/*Ende der gesamten Seite: */

/* Beginn der Kopfzeile: */
 #kopf {position: fixed; top: 0; width: 100%; height: 115px; background-color: #FF4803; padding: 0px;
  text-align: center; vertical-align: middle; font-size: 30px; color: blue; font-weight: bold;
  border: solid #604420 2px;}
/* Führt zur Anzeige der Elemente im Kopf in einer Linie:*/
  .extra {display: inline;
          padding: 3px 15px;
          border-left: 1px solid #000;    font-size: x-small}
/* Ende der Kopfzeile */

#container {position: static; top: /*120*/ 150px; margin-top: 0px; /*padding-top: 200px;*/ /*120px;*/ margin-left: 0em; padding: 0px; border: solid #604420 0px; width: 100%;   }


/*Bei der linken Spalte ist  f l o a t : l e f t  wichtig, um die rechte Spalte daneben anzuordnen: */
  #navigation {position: fixed; float: left; margin-top: 0px;  /*top: 92px;*/ width: 9em; left: 8px; color: blue;
padding: 1em; border: solid #604420 0px;}
/*Jetzt wird die Einrückung für Listen definiert:*/
  ul {margin-left: 0.5em;   /*Für Internet-Explorer*/
      padding-left: 0.5em;} /*Für Netscape*/

  #inhalt {position: float; margin-top: 0px; margin-left: 10em; padding: 15px;
  border: solid #604420 0px; width: 75%;/*35em;*/}

  #inhalt2 {position: float; margin-top: 0px; margin-left: 10em; padding: 8px;
  border: solid #604420 0px; width: 75%;/*35em;*/}

/* Alle Bedingungen für die Fusszeilen stehen hier: */
/* width, margin-left und margin-right zentrieren den Container der Fusszeilen */
/* hr vor der Fusszeile wird in Grösse und Farbe definiert: */
  #fusszeilen {position: float; margin-bottom: 0px;  padding: 0px;
  border: solid #604420 0px;
  width: 90%; margin-left: auto; margin-right: auto;
  font-family: Verdana; text-align: center; font-size: 14px; color: #000000; }

  hr {font-size: 14px; color: #000000;}

p { font-family: Verdana; Arial;
    font-size: medium;
    color: #000000;   }

/* Damit das Bild rechts erscheint: */
  .rechts {float: right;}
  .wichtig {color: blue; font-size: 23px;}
  .wichtig18 {color: blue; font-size: 18px;}
  .wichtig16 {color: blue; font-size: 16px;}
  .wichtig13 {color: blue; font-size: 13px;}
</style>