@charset "utf-8";
/* CSS Document */

  body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black;
    /*background-color: #ffffe0;*/
    /*background-color: rgb(200,200,180);*/        /*berichtegrau*/
    /*background-color: rgb(123, 140, 90);*/       /*tafelgrün*/
    /*background-color: rgb(192,192,192);*/        /*hellgrau*/
    background-image: url(jpg/mainback.jpg);       /*higru mit logöschen*/
 }

  #ttl-zitat {
    font-family: Helvetica,Arial,sans-serif;
    text-align:  center;
    margin-top:  300px;
    font-weight: bold;
  }
  #ttl-zitatautor {
    font-family: Helvetica,Arial,sans-serif;
    text-align:  center;
    font-weight: normal;
  }
/*  #mittig  { vertical-align:middle; background-color:#DDDDDD; }*/

  #BildZentKleiner
  {
    width: 250px;
    /*height: 320px;*/
    /*margin-top: 50px;*/
  }
  #BildZentKlein
  {
    width: 300px;
    /*height: 320px;*/
    /*margin-top: 50px;*/
  }

  #BildZentHalbGross
  {
    width: 720px;
    /*height: 320px;*/
    /*margin-top: 50px;*/
  }

   #BildZentGross
  {
    width: 850px;
    /*height: 320px;*/
    /*margin-top: 50px;*/
  }

  #VerbreitKart-1024
  {
    width: 974px;
    /*height: 320px;*/
    /*margin-top: 50px;*/
  }

/* ------------------------------------------- Kopfleiste ----------------------------------------------- */
  div#Rahmen {
    font-size:75%;
   /* width: 47.1em;*/
    padding: 0.2em;
   /* border: 2px solid black; */                           /*Rahmen um Kaster*/
    background-color: rgb(200,200,180);                     /*Balkenfarbe*/
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen div {
    clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    width: 8.6em;
    position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.7em; left: -0.4em;
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 2px solid black;                                /* Rand Kasten*/
    border-left-color: white; border-top-color: white;
    color: white; background-color: rgb(123, 140, 90);    /* higru Kastenfarbe #ccc;*/
  }

  * html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
       font-size:100%;

    border-left-color: black; border-top-color: black;
    color: maroon; background-color: rgb(175,207,34);     /*higru aktiver Kasten gray;*/
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }
/* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#Navigation li>ul {
    display: none; top: 1.6em;
  }
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
  }

  /* Workaround fuer den IE 7 */
  *:first-child+html ul#Navigation ul {
    background-color:silver; padding-bottom:0.4em;
  }

 #submarg1 {
    padding: 100px 150px;
   /* border: 1px solid red; */
  }