@CHARSET "ISO-8859-1";
 
  div#rahmen {
	margin:0;
	padding:0;
	vertical-align:top;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }


  ul#Navigation li#sg {
    list-style: none;
    float: left; 
    position: relative;
    background-color:#bcad00;
    margin: 0.2em; padding: 0;
  }

  ul#Navigation li#ss {
    list-style: none;
    float: left; 
    position: relative;
    background-color:#8b9285;
    margin: 0.2em; 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: 27px; left: -4px;
    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 li#ss ul {  /* Workaround fuer den IE 7 */
    background-color:#8b9285; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }

  * html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    width: 6.4em;
  }


  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 11.0em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    color: maroon; background-color: #ccc;
  }



  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

ul#Navigation li img {
    list-style: none;
    float:left; 
    position: relative;
    background-color:#8b9285;
    margin: 0; padding: 0;
    top:0;
    left:0;
  }

/* 
	SA stellen auschreiben block 
*/	
  ul#Navigation li#sa {
    list-style: none;
    float: left;  
    position: relative;
    background-color:#8b9285;
    margin: 0em; padding: 0;
    border-left:2px solid white;
    border-right:2px solid white;
    border:2px solid white;
    top:0;
    width:157px;
  }
 
  *:first-child+html ul#Navigation li#sa ul {  /* Workaround fuer den IE 7 */
    background-color:#8b9285; 
    padding-bottom:4px;
  }

  ul#Navigation li#sa ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 27px; left: -2px;width:155px;
    display: none;  /* Unternavigation ausblenden */ 	
    border-left:2px solid white;
    border-right:2px solid white;
    border-bottom:2px solid white;
  	background-color:#8b9285;
  }
  ul#Navigation li#sa:hover ul {
    width:157px;
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  	
  }
  ul#Navigation li#sa ul li {
    float: none;
    display: block;
    margin: 2px;
    width:145px;
    background-color:#8b9285;
  }
  ul#Navigation li#sa ul li a {
    display: block;
    width: 140px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
    text-decoration: none; font-weight: bold; font-size:11px;
    color: #232323; background-color: #ffffff;
  }
 
   ul#Navigation li#sa a {
    display: block;
    width: 153px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
    text-decoration: none; font-weight: bold; font-size:11px;
    color: white; background-color: #8b9285;
  }
   ul#Navigation li#sa ul li a:hover {
    display: block;
    width: 140px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
    text-decoration: none; font-weight: bold; font-size:11px;
    color: #232323; background-color: #dddddd;
  }

/* 
	SG stellen auschreiben block 
*/	
  ul#Navigation li#sg {
    list-style: none;
    float: left;  
    position: relative;
    background-color:#bdad00;
    margin: 0em; padding: 0;
    border-left:2px solid white;
    border-right:2px solid white;
    border:2px solid white;
    width:157px;
  }
 
  *:first-child+html ul#Navigation li#sg ul {  /* Workaround fuer den IE 7 */
    background-color:#bdad00; 
    padding-bottom:4px;
  }

  ul#Navigation li#sg ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 27px; left: -2px;width:155px;
    display: none;  /* Unternavigation ausblenden */ 	
    border-left:2px solid white;
    border-right:2px solid white;
    border-bottom:2px solid white;
  	background-color:#bdad00;
  }
  ul#Navigation li#sg:hover ul {
    width:157px;
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  	
  }
  ul#Navigation li#sg ul li {
    float: none;
    display: block;
    margin: 2px;
    width:145px;
    background-color:#bdad00;
  }
  ul#Navigation li#sg ul li a {
    display: block;
    width: 140px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
    text-decoration: none; font-weight: bold; font-size:11px;
    color: #232323; background-color: #ffffff;
  }
 
   ul#Navigation li#sg a {
    display: block;
    width: 153px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
    text-decoration: none; font-weight: bold; font-size:11px;
    color: white; background-color: #bdad00;
  }
   ul#Navigation li#sg ul li a:hover {
    display: block;
    width: 140px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
    text-decoration: none; font-weight: bold; font-size:11px;
    color: #232323; background-color: #dddddd;
  }

/* 
	SS stellen auschreiben block 
*/	
  ul#Navigation li#ss {
    list-style: none;
    float: left;  
    position: relative;
    background-color:#b9ba8e;
    margin: 0em; padding: 0;
    border-left:2px solid white;
    border-right:2px solid white;
    border:2px solid white;
    width:157px;
  }
 
  *:first-child+html ul#Navigation li#ss ul {  /* Workaround fuer den IE 7 */
    background-color:#b9ba8e; 
    padding-bottom:4px;
  }

  ul#Navigation li#ss ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 27px; left: -2px;width:155px;
    display: none;  /* Unternavigation ausblenden */ 	
    border-left:2px solid white;
    border-right:2px solid white;
    border-bottom:2px solid white;
  	background-color:#b9ba8e;
  }
  ul#Navigation li#ss:hover ul {
    width:157px;
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  	
  }
  ul#Navigation li#ss ul li {
    float: none;
    display: block;
    margin: 2px;
    width:145px;
    background-color:#b9ba8e;
  }
  ul#Navigation li#ss ul li a {
    display: block;
    width: 140px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
    text-decoration: none; font-weight: bold; font-size:11px;
    color: #232323; background-color: #ffffff;
  }
 
   ul#Navigation li#ss a {
    display: block;
    width: 153px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
    text-decoration: none; font-weight: bold; font-size:11px;
    color: white; background-color: #b9ba8e;
  }
   ul#Navigation li#ss ul li a:hover {
    display: block;
    width: 140px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 2px;
    text-decoration: none; font-weight: bold; font-size:11px;
    color: #232323; background-color: #dddddd;
  }


  ul#Navigation a:hover, ul#Navigation span, li#aktuell a {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #4561d4; background-color: #dedede;
  }

  * html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    width: 6.4em;
  }

  
