html, body{
  background-color:white;
  margin:0px;
  padding:0px; }

/*position: absolute ist besser als fixed !*/
#header {position: absolute; top: 0; width: 100%; height: 115px; background-color: #FF4803; padding: 0px; 
  text-align: center; vertical-align: middle; font-size: 40px; 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: 12px;}
/* Damit das Bild rechts erscheint: */
  .rechts {float: right;}

#content {border: solid #604420 0px;
  margin-top:125px;
  margin-left:0px;
  margin-right:0px
}

/*Nun folgen die Elemente, die den Inhalt gestalten:*/
     h1,h2,p,ul,ol,table {
        margin-left:16px;
        margin-right: 16px;
        font-family: "Verdana", sans-serif;}

     h1 {
        font-weight:normal;
        font-style :normal;
        font-size  :17px;
        line-height:1.1em;
        color:rgb(175,35,35);
        border-bottom:rgb(175,35,35) solid 1px;
        padding-bottom:5px;
        padding-left:25px;
        padding-top:20px;}

     p  {
        font-weight:normal;
        font-size  :13px;
        line-height:1.1em;
        padding-left:25px;
        color:black; 
        text-align:justify;}



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




