body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black;
    background-color: #ffffe0;
    background-image:url(fleckig.jpg);
  }


#banner {
    position:absolute;
    top:1em;
    left:1em;
    width:150px;
    height:150px;
   }


#inhalt {
        margin-right:1em;
        margin-left:1em;
}



  ul#Navigation {
    margin: 10;
    padding: 2.5em;
    text-align: center;
    border: 1px solid #FFCC00;
    background-color:#FFEA97;

  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 1;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid black;
    border-left-color: white;
    border-top-color: white;
    color: maroon; background-color:#FFC253;
  }

  * 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 span {
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: #ffffe0;
    background-color:#CC8500;
  }

  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: yellow;
    background-color: #EA9800;
  }
