/* CSS Document */
.koerper { font-family: Verdana, sans-serif; font-size:11px; color:#000000; background: transparent url(../imgs/bg4.jpg) repeat-x; margin: 0; padding: 0; border-collapse:collapse;}
.header { LEFT: 50px; width:840px; POSITION: absolute; TOP: 50px; HEIGHT: 120px; text-align:left; z-index:1; margin-left: -500px; left: 50%; }
.logo { width:210px; height:120px; position:absolute; top:10px; left:50px; }
.navigation { position:absolute; left:50px; height:50px; top:190px; z-index:100; width:840px; margin-left: -500px; left: 50%;}
.haupt { POSITION:absolute; TOP:260px; font-size:12px; width:840px; margin-left: -500px; left: 50%; border-collapse:collapse; z-index:1; padding:0; }
.inhalt { z-index:1; padding:0; left:20px; width:840px; }


.title { font-weight:bold; font-size:12px; }

td { height: 10px; }


  div#Rahmen div {
     clear: left;
  }

  ul#Navigation {
  	margin-top:2;
	margin-bottom:0; margin-left:0; margin-right:0;
    padding: 0;
    text-align: center;
  }


  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	width:110px;
    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.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    padding-bottom:0.4em;
	background: url(../imgs/blank.gif) no-repeat;
  }
  
  ul#Navigation li:hover ul {
    display: block;
	position: absolute;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;    margin-bottom: 0.2em;
  }
  
    ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }


  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 8em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.9em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; 
	background: transparent url(../imgs/menubg.jpg) repeat-x;
  }

  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #AA0400;
	 background: transparent url(../imgs/menubg.jpg) repeat-x;
	 z-index:1000;
  }
  


