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


  div#menu {
    position: absolute;
	top: 162px;
	left: 15px;
	width: 900px;
	clear: both;
	font-weight: bold;
	font: 11px arial, verdana, sans-serif;
	z-index: 6;
	
  }


  ul#Navigation {
    margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-align: left;
	
  }

  ul#Navigation li {	/* hauptlink format */
    list-style: none;
    float: left;
    position: relative;
    margin: 0px 35px 0px 0px;
	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: 0px 0px 0px 0px;
	padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;     /* Unternavigation abstand zur hauptnavigation */
    display: none;  /* Unternavigation ausblenden */
  }

  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin: 0px 0px 0px 3px;  /* Unternavigation  */
	padding: 3px 0px 2px 2px;
	background-color: #8A8DF4;
	border-top: 1px solid #0C0C7E;
	border-bottom: 1px solid #0C0C7E;
	border-left: 1px solid #0C0C7E;
	border-right: 1px solid #0C0C7E;
				
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
	width: auto;    /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0px 10px 5px 0px;
	font-weight: bold;
    color: #FFFF00;
	
	
  }

  ul#Navigation a:hover, ul#Navigation span {
    color: #FF0000;
		
  }

  ul#Navigation ul {
		width: 135px;
    
	
  }
