 FONT   {font-size: 10pt; font-family: arial}
 H1     {font-size: 18pt; font-family: arial}
 H2     {font-size: 16pt; font-family: arial}
 H3     {font-size: 14pt; font-family: arial}
 H4     {font-size: 12pt; font-family: arial}
 P      {font-size: 10pt; font-family: arial}
 SMALL  {font-size:  8pt; font-family: arial}
 A      {font-size: 10pt; font-family: arial; color:#ba9d59;}
 BODY   {background-color:#FFFFFF; color:#000000;}


body {font-size: 10pt; font-family: arial; background-color:#FFFFFF; color:#012853;}

  ul#Navigation {
    width: 10em;
    margin: 0; padding: 0.2em 0.8em 0.8em;
	background-color: white;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span, ul#Navigation p {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #ba9d59; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span, * html ul#Navigation p {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  ul#Navigation p {
    font-size: 1em;
    margin: 1.1em 0 0;
    border-color: gray;
	color: #ba9d59; background-color: #eee;
  }

