body
{
    background: #C0FFC0;
    font-family: Verdana, Arial;
    color: #000000;
}

ul#Navigation 
{
    margin: 0; padding: 0.75em;
    text-align: center;
    border: 1px solid black;
    background-color: #008000;
}

ul#Navigation li
{
    list-style: none;
    display: inline;
    margin: 0.2em; 
    padding: 0;
}

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: #ffffff; 
    background-color: #00C000;
}

* 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: #ffffff; /* weiß */
    border-left-color: #000000; /* schwarz */
    border-top-color: #000000; /* schwarz */
    color: #004000; /* dunkelgrün */
    background-color: #ffffff; /* weiß */  
}

div#haupt
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

div
{
    margin-left:40px;
    margin-right:40px; 
}