
  body {
    color:mediumblue;
    background-color:lightyellow;
    font-size: 100.01%;
    font-family:'Times New Roman',Times,serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    }
    div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width:760 px;
    padding: 0;
    background: #FFFFE0 url(hintergrund.gif) repeat-y;
    border: 0px ridge silver;
    }
    h1 {
    font-size:2.5em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align:"right";
    background-image:url(foa.gif); margin:0px; padding:10px;
    background-repeat:no-repeat;
    background-color:#FFFFE0;
    border-bottom:5px double mediumblue;
    padding-bottom:5px; margin:0px;
    }
    ul#Navigation {
    margin: 0; padding: 0.4em;
    text-align: center;
    border: 0px ;
    background-color:#FFFFE0;
    }
    ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.0; padding:0.0;
    }
    ul#Navigation a, ul#Navigation span {
    /*float: left; */
    width: auto;
    padding: 0 5px 0 5px;
    margin: 0 2px 0 2px;
    text-decoration:none;
    font-weight:bold;
    border-style: solid;
    border-width: 1px 2px 1px 2px;
    border-color: grey black;
    border-left-color: white;
    border-top-color: white;
    color:blue;
    background-color:#FFFFE0;
    }
    ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color:navy;
    border-top-color:navy;
    color:blue;
    background-color:lightyellow;
    }
    ul#Navigation div {
    clear: left;
    }
    div#Inhalt {
    margin: 0 0 1em 80px;
    padding: 0 1em;
    }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
    }
    div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color:mediumblue;
    }
    div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
    }
    p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0 10px 0 10px;
    padding: 0.1em;
    text-align:justify;
    background-color:lightyellow;
    border-top: 2px solid mediumblue;
    }
    hr {
    width: 100%;
    height: 3px;
    color:mediumblue;
    background-color:mediumblue;
    }
    a:link {
    text-decoration:none;
    font-weight:bold;
    color:#0000FF;
    }
    a:visited{
    text-decoration:none;
    font-weight:bold;
    color:#0000FF;
    }
    a:hover{
    text-decoration:none;
    font-weight:bold;
    background-color:#0FF; }
    a:active{
    text-decoration:none;
    font-weight:bold;
    background-color:#0FF; }
    a:focus{
    text-decoration:none;
    font-weight:bold;
    background-color:#0FF; }
