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-image: url(background.gif);
    background-repeat: repeat;
    background-position: left;
    background-color:white;

}
div#Inhalt {
    text-align: left;
    margin-left: 8em;
    margin-top: 0;
    padding: 0 1em;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}
div#Inhalt h1 {
   font-size: 1.5em;
   margin: 0 0 1em;
}
div#Inhalt h2 {

   margin: 0 0 1em;
}
div#Inhalt h3 {
   font-size: 2.1em;
   font-weight: 600;
   margin: 0 0 1em;
   color: rgb(94, 94, 94);
}
div#Inhalt h4 {
   position: relative;
   top: 1em;
   font-size: 1.2em;
   font-weight: 800;
   line-height: 0.9em;
   margin: 0 0 1em;
   color: rgb(94, 94, 94);
}
div#Inhalt p {
   position: relative;
   top: 0.2em;
   left: 2em;
   height: 2em;
   display: inline;
   font-size: 1em;
   font-weight: 500;
   line-height: 1em;
   margin: 1em 0;
   color: rgb(94, 94, 94);
}
div#Inhalt p a{
   position: relative;
   top: 0.2em;
   left: 2em;
   height: 2em;
   display: inline;
   font-size: 1em;
   font-weight: 500;
   line-height: 1em;
   margin: 1em 0;
   color: rgb(94, 94, 94);
}
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; }
