/* LAYOUT */
/**********************************/


body {
    color: black; background-color: #C6DE06;
    font-size: 100.01%;        /* Iexplorer bug sack */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }


#main_block {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 840px;
}


#inhalt {
   background: #ffffff url(../../Bilder/inhalt.gif) repeat-y;
   padding-bottom: 45px;
   text-align:justify;
   min-height:500px;

   /* mac hide \*/
   * html #outer{height:500px}
   /* end hide */
 
}

#navi {
   float: left; width: 160px;
   margin: 50px 0 8em 30px;
   padding: 0;
   text-align:left;

}


#text {
    margin: 0px 0 0 200px;
    padding-right: 55px;
  }
  * html div#text {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;

}

#unten{
    clear: both;
    font-size: 0.8em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background: #C6DE06 url(../../Bilder/unten.gif) no-repeat;
  }



/* LAYOUT ENDE */
/***************************************/
