/* Alle Einstellungen in Nav sind aus Inhalt uebernommen */
div#Nav {
  margin: 0 0 0 120px;	/* 104 margin: 0 0 1em 220px; LINKER RAND */
  padding: 0 1em;
}
* html div#Nav {
  height: 1em;			/* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  w/idth: auto;			/* sicherheitshalber fuer IE 6 zurueckgesetzt */
  margin-bottom: 0;
}

/* Horizontale Navigation */
ul#hNav {
    margin: 0; padding: 0.8em;
    text-align: left;		/* center; */
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: silver;
    background-color: white;
}
  ul#hNav li {
    font-size: 0.83em;
    list-style: none;
    display: inline;
    margin: 0em;		/* 0.4em; */
    padding: 0;
  }

  ul#hNav a, ul#hNav span {
    padding: 0.5em 1em;
    text-decoration: none;
    color: black;
    background-color: #white;
  }
  * html ul#hNav a, * html ul#hNav span {
    width: 1em;			/* nur fuer IE 5.0x erforderlich */
    w/idth: auto;		/* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#hNav a:hover, ul#hNav span {
    color: black;
    background-color: #eee;
  }
  ul#hNav a:active {
    color: white;
    background-color: gray;
    text-decoration: none;
  }

