
body {
    color: black; background-color: white;
    font-size: 100.01%;
    margin: 0; padding: 1em 0;
    text-align: center;       
    background-image:url(rahmen.jpg); background-attachment:fixed; }
    
    a:link { text-decoration:none; font-weight:bold; color:304086; }
    a:visited { text-decoration:none; font-weight:bold; color:304086; }
    a:hover { text-decoration:none; font-weight:bold; color:black; }
    a:active { text-decoration:none; font-weight:bold; color:red; } 
  

div#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten 6d8630*/
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 780px;
    padding: 0.5em;
    border: 0;
}
div#top {
    width: 759px;
    height: 97px;
    text-align:center;
    border: 0;
}
#uschr {
    text-decoration:underline;
    text-align:center;
    font-weight:normal;
    font-size:150%;
}

#red {
    color:red;
}

span#iya {
    color:green;
    font-weight:600;
}

div#navi { 
    float: left; width: 12em;
    margin: 0; padding: 0;
    border: 0;
}

  div#inhalt {
    margin-left: 12em;
    padding: 0 1em;
    border: 0;
    
  }
  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;
  }
