             /*
Stylesheet für die Seiten-Navigation
Author: Maru Lehmann
Author URI: http://hartzkritik.de

Version: 1.0
.
Jeder kann diesen Style beliebig verändern und seinem Seitenlayout anpassen
.
*/

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

  ul#Navigation {
    margin: 0; padding: 0.2em;
    text-align: center;
    border: 1px solid black;
    background-color: white;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.1em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.1em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: gray;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
