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

body {background-color:  #F1E0C1;}

/*Link-Farben und Auszeichnung:*/

/* Weg, weil sonst Links nicht richtig gezeigt werden, z.B. in kbsilesia1 !!!
  a:link     {color: red;}
  a:visited  {color: blue;}
  a: hover   {color: orange;}
  a:link, a:visited {text-decoration: none;}   */

/*Beginn der gesamten Seite: */
#site0 {position: static; margin-top: 0px;
        padding: 0px;
        background-color: #F1E0C1;
        border: solid #604420 0px; width: 100%;}
/*Ende der gesamten Seite: */

/*Zentrierung auf dem Schirm, vgl. mein Buch CSS, Kap. 15, S. 244 */
#box0 {
   width: 1250px;
   background-color: white;
   border: solid #604420 1px;
   text-align: left;
   margin: 0 auto;
   }

#box {
   width: 1200px;
   background-color: white;
   border: solid #604420 0px;
   text-align: left;
   margin: 0 auto;
   }

 #kasten {position: relativ;
          background-color: white;
         }

/*Beginn der gesamten Seite: */
#site {position: static; margin-top: 0px;
  margin-left: 0; <!-- 0px;  -->
  margin-right: 0;
  padding: 0px;   /*float*/
  background-color: #F1E0C1;
  border: solid #604420 0px; width: 100%;}
/*Ende der gesamten Seite: */


<!-- Zentrierung auf dem Schirm, vgl. mein Buch CSS, Kap. 15, S. 240 -->
#abstand {position: static; top: 0px; margin-top: 0px; /*padding-top: 200px;*/ /*120px;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #FCFEFE;
padding: 0px; border: solid #447CEC 0px; width: 1250px;   }

<!-- Zentrierung auf dem Schirm, vgl. mein Buch CSS, Kap. 15, S. 240 -->
#container {position: static; top: 0px; margin-top: 0px; /*padding-top: 200px;*/ /*120px;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #FCFEFE;
padding: 0px; border: solid #447CEC 0px; width: 1200px;   }


/* Beginn der Kopfzeile: */
 #kopf {height: 115px; background-color: #FF4803;
  margin-left: auto;
  margin-right: auto;
  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: small}
/* Ende der Kopfzeile */


/*Bei der linken Spalte ist  f l o a t : l e f t  wichtig, um die rechte Spalte daneben anzuordnen: */
  #navigation {position: auto; float: left; margin-top: 0px;  /*top: 92px;*/ width: 6em; 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;}/*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: 99%; margin-left: auto; margin-right: auto;
  font-family: Verdana; text-align: center; font-size: 14px; color: #000000; }

  hr {font-size: 14px; 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;}

  /*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;}

     p1  {
        font-family: Verdana; Arial;
        font-size: medium;
        font-weight:normal;
        font-size  :13px;
        line-height:1.1em;
        padding-left:25px;
        color:black;
        text-align:justify;}