 @charset "ISO-8859-1";
 
   html, body {
    text-align: center;  /* Zentrierung im Internet Explorer */
    height: 100%;   /* Damit die Seite die volle Browserhöhe einnehmen kann */
    padding: 0px;   /* Damit die Seite die volle Browserhöhe einnehmen kann */
    margin: 0px;    /* Damit die Seite die volle Browserhöhe einnehmen kann */
    background-color: #EEEEEE;
    font-size: 100.01%;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  div#Seite {
    width: 860px;
    min-height: 100%;   /* Damit die Seite die volle Browserhöhe einnehmen kann */
    margin: 0 auto;     /* standardkonforme horizontale Zentrierung */
    border-left: 3px ridge silver;
    border-right: 3px ridge silver;
    background: #FEF6E2 url(../resources/navibalken1.gif) repeat-y;  /* gleich Farbe wie Inhalt! */
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
   }
    
  div#Oben {
     float: right;
     height: 100px;
     width: 640px;    /* !!!Seitenbreite minus Navigation */
     margin 0 0 0 0;  /*damit alles nahtlos übergeht*/
     background: #FF9934;
     color: #000000;
     font-family: Comic Sans MS, Times New Roman, Times, serif;
  }
  
  ul#Navigation {       /* das ist der ganze Navigationsblock */
    clear: both;
    float: left;
    width: 220px;
    margin: 0 0 0 0;
    padding: 0;
    background: #94B3C5;    /* #ABC507 war früher*/
    color: #FFFFFF;
    font-size: 0.93em;
    font-family: Comic Sans MS, Times New Roman, Times, serif;
  }
  ul#Navigation li {    /* das ist das Feld um den Text */
    margin: 0;
    padding: 0.2em;
    list-style: none;
  }
  ul#Navigation a {    /* das ist der Text */
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: #000000; background-color: #94B3C5; text-decoration: none;
  }
  ul#Navigation a:active {
    color: #EEEEEE; background-color: #94B3C5; text-decoration: none;
  }
  ul#Navigation a:visited {
    color: #000000; background-color: #94B3C5; text-decoration: none;
  }
  ul#Navigation a:hover {
    color: #666666; background-color: #94B3C5; text-decoration: none;
  }


  div#Quernavi {
    margin: 0 0 0 220px;       /* !!!Letzte Zahl = Navigationsbreite */
    padding: 0 5px 0 0;        /* 5px für die Optik */
    background: #94B3C5;       /* Immer so wie bei der Navigation*/
    color: #FFFFFF;
    font-family: Comic Sans MS, Times New Roman, Times, serif;
  }
   div#Quernavi a:link {
     color: #EEEEEE; background-color: #94B3C5; text-decoration: none;
   }
   div#Quernavi a:active {
     color: #EEEEEE; background-color: #94B3C5; text-decoration: none;
   }
   div#Quernavi a:visited {
     color: #EEEEEE; background-color: #94B3C5; text-decoration: none;
   }
   div#Quernavi a:hover {
     color: #000000; background-color: #94B3C5; text-decoration: none;
   }


  div#Inhalt {
    margin: 0 0 0 220px;       /* !!!Letzte Zahl = Navigationsbreite */
    padding: 1px 1em 1em 1em;  /*1px oben weil <h1> sonst über Oben eine Leerzeile produziert */
    background: ;
    background-image:url(background01.jpg);
    background-repeat:no-repeat;
    background-position:0px 100px;
    color: #000000;
  }
   div#Inhalt a:link {
     color:#000000; font-weight:bold; text-decoration:underline;
   }
   div#Inhalt a:active {
     color:#000000; font-weight:bold; text-decoration:underline;
   }
   div#Inhalt a:visited {
     color:#000000; font-weight:bold; text-decoration:underline;
   }
   div#Inhalt a:hover {
     color:#000000; font-weight:bold; text-decoration:underline;
   }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des IE bis Version 6 */
    margin-bottom: 0;
  }
  
    div#Inhalt h1 {
    font-style: italic;
    font-size: 1.2em;
    color: #000000;
  }

  div#Fusszeile {
    clear: both;
    border-left: 3px ridge silver;
    border-right: 3px ridge silver;
    /*border-top: 1px ridge silver;*/
    width: 860px;
    height: 80px;
    margin-top:0;
    margin-left:auto; margin-right:auto;
    /* background: url(navibalken1.gif) repeat-y; */
    background-color: #FF9934;
    color: #000000
    font-size: 0.83em;
    font-family: Comic Sans MS, Times New Roman, Times, serif;
  }



  
  

