A:link {color: #003399; text-decoration: none} 
A:visited {color: #003399; text-decoration: none}
A:active {color: #003399; text-decoration: none}
A:hover {color: #003399; text-decoration: underline}

body {
  color: black; background-color: #F4A460;
  font: normal 100.01% Helvetica, Arial, sans-serif;
}

ul#Navigation {
  font-size:0.8em;
  margin: 0; padding: 0.0em;
}
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
  width: 195;
  w\idth: 195;
  padding-left: 0;
  padd\ing-left: 5;
}


ul#Navigation li {
  list-style: none;
  margin: 0.2em; padding: 0;
}
ul#Navigation li ul {
  margin: 0.2em 0 0 1em; padding: 0;
}
ul#Navigation li ul li {
  margin: 0.2em 0;
}
* html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
  margin-left: 0;
  ma\rgin-left: 0;
}


ul#Navigation a, ul#Navigation span, ul#Navigation div {
  display:block;
  padding: 0.2em;
  text-decoration: none; font-weight: bold;
  border: 1px solid black;
  border-left-color: white; border-top-color: white;
  color: black
}

* html ul#Navigation a {
  width: 100%;    /* Breitenangabe fuer IE 5.x */
  w\idth: 175;  /* Breitenangabe fuer IE 6 */
}
* html ul#Navigation span {
  width: 100%;    /* Breitenangabe fuer IE 5.x */
  w\idth: 175;  /* Breitenangabe fuer IE 6 */
}
* html ul#Navigation div {
  width: 100%;    /* Breitenangabe fuer IE 5.x */
  w\idth: 175;  /* Breitenangabe fuer IE 6 */
}
* html ul#Navigation li ul li a {
  width: 100%;    /* Breitenangabe fuer IE 5.x */
  w\idth: 163;  /* Breitenangabe fuer IE 6 */
}
* html ul#Navigation li ul li span {
  width: 100%;    /* Breitenangabe fuer IE 5.x */
  w\idth: 163;  /* Breitenangabe fuer IE 6 */
}



ul#Navigation span {
  border-color: black;
  color: black; background-color: #FFAF60;
}

ul#Navigation a:hover {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: #003399; background-color: #f9f9f9;
}
