ul#Navigation {
    margin: 2px; padding: 0.2em;
    text-align: center;
    background:url(../images/backgrounds/navi_leisten_bg.png);
	background-repeat:repeat-x;
	border:2px ridge silver;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.75em; padding: 1em 1.4em;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1.4em;
    text-decoration: none; font-weight: normal;
	font-size:11px;
    border: 1px solid silver;
    border-left-color: white; border-top-color: white;
    color: #193b67; background:url(../images/backgrounds/navi_button1.png);
	background-repeat:repeat-x;
  }
* 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: white;
	font-size:11px;
    border-left-color: black; border-top-color: black;
    color: #102b4e; background-color: gray;
  }

#Footer {
    margin: 2px; padding: 20px;
    text-align: center;
    background:url(../images/backgrounds/navi_leisten_bg.png);
	background-repeat:repeat-x;
	border:2px ridge silver;
  }
