/* CSS Document */

/* Navigation */


ul#list {
    width: 151px;
    margin: 0; padding: 12px 1px 2px;
	line-height:18px;
    
  }
  * html ul#list {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#list li {
    list-style: none;
    margin: 0; padding: 0;
  }

  ul#list a, ul#list span {
    display:block;
    padding: 0.18em 0.2em 0.2em 0.6em;
    text-decoration: none; font-weight: normal;
	color:#272c4a;
  
   
  }
  * html ul#list a, ul#list span,  {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#list a:hover, ul#list span {
       
     background-color: #b7c5d2;
  }

ul#navrechts {
    margin: 0; padding: 0;
	line-height:18px;
  }
  ul#navrechts li {
    list-style: none;
    margin: 0; padding: 2px 0px 2px 0px;
  }

 ul#navrechts a{
  display:block;
    padding: 0.18em 0.2em 0.2em 0.6em;
    text-decoration: none; font-weight: normal;
	color:#272c4a;
  }
 ul#navrechts a:hover, ul#list span {
       
     background-color: #b7c5d2;
  }
table#navoben a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	margin-left: 6px;
}
table#navoben a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight:normal;
	color: #fff;
	text-decoration: none;
	margin-left: 6px;
}
table#navoben a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	margin-left: 6px;
}
table#navoben a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #272c4a;
	text-decoration: none;
	margin-left: 6px;
}

