 body {
         color: black;
         font-size: 80.01%;
         font-family: Arial,sans-serif;
         font-weight: bold;
         text-align: center;  /* Zentrierung im Internet Explorer */
        }
        h3 {
         font-family: Verdana,Helvetica,Arial,sans-serif;
         font-size: 75.01%;
         text-align: center;
         color: black;
        }
        div#Seite {
         text-align: left;
         margin: 0 auto;
         width: 467px;
         padding: 0.5em;
        }
        html>body div#Seite {
         border-color: gray;  /* Farbangleichung an den Internet Explorer  */
        }
        ul#Navigation {
         font-size: 0.91em;
         float: left; width: 22em;
         margin: 0; padding: 0;
         border: 1px dashed silver;
        }
        ul#Navigation li {
         list-style: none;
         margin: 0; padding: 0.5em;
        }
        ul#Navigation a {
         display: block;
         padding: 0.2em;
         font-weight: bold;
        }
        ul#Navigation a:link {
         color: black; background-color: #eee;
         text-decoration: none;
        }
        ul#Navigation a:visited {
         color: #666; background-color: #eee;
         text-decoration: none;
        }
        ul#Navigation a:hover {
         color: black; background-color: #CCCCFF;
         text-decoration: none;
        }
        ul#Navigation a:active {
         color: white; background-color: gray;
         text-decoration: none;
        }
        div#Inhalt h1 {
         font-size: 1.5em;
         margin: 0 0 1em;
        }
        div#Inhalt h2 {
         font-size: 1.2em;
         margin: 0 0 1em;
        }
        div#Inhalt p {
         font-size:1em;
         margin: 1em 0;
        }
        div#SecInhalt h1 {
         font-size: 1.2em;
         margin: 1 0 1em;
        }
        div#SecInhalt h2 {
         font-size: 1.0em;
         margin: 1 0 1em;
        }
        div#SecInhalt h3 {
         font-size: 1.0em;
         margin: 1 0 1em;
        }
        div#SecInhalt p {
         font-size:1em;
         margin: 1em 0;
        }
#last {
margin-bottom: 20px;
}
#Seite {
width: 730px;
}