@charset "utf-8";
/* handgedruckt-navi */

div#Rahmen {
	position: relative;
	width: 920px;
	height: 20px;
    background-image:url(../images/navi_background.png);
	z-index:2;
  }
  
  
  div#Rahmen div {
     clear: left;
  }
  
  ul#Navigation {
    margin: 0; 
	padding-left:0;
    text-align: left;
  }
  
  .maus {
	cursor:default;
	background-image:none; 
} 

  ul#Navigation li {
    list-style: none;
    float:left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; 
	padding: 0;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
	z-index:4;
  }
  
  
  ul#Navigation li ul {
    margin-top: 20px; 
	margin-left: 0px;
	padding: 0;
    position: absolute;
    top: 0; 
	left: 0;
    display: none;  /* Unternavigation ausblenden */
  	border: none;
  }
  
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	border: none;
	visibility:visible;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0;
  }

ul#Navigation li ul li a{
	font-weight: normal;
	font-size: 10px;
	border:none;
}
  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 100px;  /* Breite der in li enthaltenen Elementen zuweisen */
	border-right: 1px solid #999;
	height: 20px;	/* Höhe der in li enthaltenen Elementen zuweisen */
    text-decoration: none; 
	font-weight: bold;
    color: black; 
	background-image:url(../images/navi_background.png);
	text-align: left;
	text-indent:8px;
  }
 
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    color: #000; 
	background-image:url(../images/90_deckung_hintergrund.png);
  }
  
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #000;
	background-image: url(../images/navi_background.png);
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
   	color: #fff;
   	background-color: none;
	text-align:left;
  }
  
  
  li#currentPage {
    display: block;
    width: 100px;  /* Breite der in li enthaltenen Elementen zuweisen */
	border-right: 1px solid #999;
	height: 20px;	/* Höhe der in li enthaltenen Elementen zuweisen */
    text-decoration: none; 
	font-weight: bold;
    color: #000; 
	background-image:url(../images/100_deckung_hintergrund.gif);
	text-align: left;
	text-indent:8px;
  }
  
  li#currentPage a:link {
    font-weight: normal;
	font-size: 10px;
	border:none;
  }
 
 
  
  .currentPage2 {
    font-weight: bold;
	font-size: 10px;
  }
.navi2Page {
	font-size: 10px;
	font-weight: normal;
  }

* 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 */
    background-image: url(../images/navi_background.png); 
	padding-bottom:0;
  }
  
 * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 7.5em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  

 * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 930px;
    w\idth: 930px;
  }
  
  * html ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	border: none;
	color:red;
	visibility:visible;
  }

  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0;
	width: 101px;
	text-align:center;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0em;
  }

ul#Navigation table {border-collapse:collapse;}
