body {
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    width=100%;
    background-height=100%; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    background-color: #F7F6F6;
}
div#Inhalt {
    text-align: left;
    margin-left: 8em;
    margin-top: 2em;
    padding: 0 1em;
    width: 160em;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

div#Inhalt p {
   position: relative;
   top: 1em;
   left: 0.2em;
   position: relative;
   width: 11em;
   font-size: 0.8em;
   font-weight: 500;
   line-height: 1.4em;
   margin: 0.2em 0;
   color: rgb(94, 94, 94);
}
div#Inhalt h2 {
   position: relative;
   top: 1em;
   left: 0.2em;
   position: relative;
   width: 12em;
   font-size: 0.8em;
   font-weight: 700;
   line-height: 1.4em;
   margin: 0.2em 0;
   color: rgb(94, 94, 94);
}
div#Inhalt td {
   position: relative;
   top: 1em;
   left: 0.1em;
}
div#Navi {
    text-align: left;
    margin-left: 1em;
    margin-top: 0;
    padding: 1em 1em 1em;
    width: 100%;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}
a:link { text-decoration:none; font-weight:bold; color:#5e5e5e; }
a:visited { text-decoration:none; font-weight:bold; color:#5e5e5e; }
a:hover { text-decoration:underline; font-weight:bold; color:#5e5e5e; }
a:active { text-decoration:none; font-weight:bold; color:#5e5e5e; }
a:focus { text-decoration:none; font-weight:bold; color:#5e5e5e; }
