  body#main {
    background-color: #ffffff;
    font-family: Arial;
    margin: 0.2em 0em;
    font-size: 1em;
  }

  div#seite {
    background-color:#ffffff;
    color:#000000;
    font-family: Arial;
    padding: 0.3em;
    font-size: 0.9em;
  }
  
  div#seite h1 {
    background-color:#ffffff;
    color:#7f7f7f;
    font-family: Arial;
    font-size: 30px;
  }
     
  div#inhaltsbereich {
    color:#7f7f7f;
    background-color:#ffffff;
    font-size:0.9em;
    font-family: Arial,Times New Roman,Times,serif;
  }
  
  td#navi_tabelle_mitte {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #7f7f7f;
  }
  td#navi_tabelle_mitte_nachruf {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #7f7f7f;
  }
  td#navi_tabelle_mitte_nachruf a {
    font-size: 22px;
    text-decoration: none;
    color: #000000;
    font-family: Arial,Times New Roman,Times,serif;
  }

  td#navi_tabelle_mitte a {
    font-size: 22px;
    text-decoration: none;
    color: #7f7f7f;
    font-family: Arial,Times New Roman,Times,serif;
  }
    
  td#navi_top a {
    font-size: 18px;
    text-decoration: none;
    color:#7f7f7f;
    font-family: Arial,Times New Roman,Times,serif;
  }
  
  td#navi_top h1 {
    font-size: 20px;
    color:#7f7f7f;
    margin: 0 0 0em; padding: 0em;
    font-family: Arial,Times New Roman,Times,serif;
  }
  
  div#seite table {
    font-size:0.9em;
    font-family: Arial,Times New Roman,Times,serif;
  }
  * body div#seite table {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }