@charset "utf-8";
/* CSS Document */
  
  ul#Links {
    margin: -5px; 
    background-color: white;
	padding: 0 0 0;
	position:absolute;
  }

  ul#Links li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

	ul#Links li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }
	
	ul#Links li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
  }
  
  ul#Links a, ul#Links span, ul#Links h2 {
    display:block;
    margin: 2px;
	margin-top:25px;
    text-decoration: none;
    color: #666666; background-color: white;
	text-align:left;
  }
  
  ul#Links a:hover, ul#Links span {
	font-weight: bold;
    color: #666666; background-color: white;
  }

