  body {
    font: normal 100.01% Arial, sans-serif;
    color: #0000aa; background-color: #ccffff;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    
  }

  div#Bild {
    float: left; width: 100px;
  }

  div#Kopf {
    margin-left: 100px;
    border-bottom: 3px solid #0000aa;
    height: 105px;
    vertical-align:bottom;
  }

  div#Kopf div#Rechts{
    text-align:right;
  }

  div#Kopf h2 {
    font-weight: bolder;
    font-size: 2em;
    margin-bottom: 0.1em;
  }

  div#Kopf h3 {
    margin-bottom: 0.1em;
    margin-top: 0.1em;
    font-size: 1.2em;
    font-weight: normal;
  }


  ul#Navigation {
    padding: 0.8em;
    text-align: center;
    
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.3em; padding: 0;
    font-size: 0.9em;
  }

  ul#Navigation a {
    padding: 0.2em 0.5em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #0000aa; background-color: #ccc;
  }

  ul#Navigation span {
    padding: 0.2em 0.5em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: black; border-top-color: black;
    color: #669900; background-color: white;
  }

  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

  div#Spalte_links {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    float: left; width: 15.2em;

  }

  div#Adresse {
    float: left; width: 16.5em;
    border: 1px solid silver;
    border-left-color: black; border-top-color: black;
    color: #0000aa; background-color: white;
  }

  div#Adresse p {
    margin: 1em;
  }

  div#Sprechzeiten {
    
    float: left;
    width: 16.5em;

    border: 1px solid silver;
    border-left-color: black; border-top-color: black;
    color: #0000aa; background-color: white;
  }



  div#Sprechzeiten td { 
     vertical-align:top; overflow:hidden;
     border: 1px solid #0000aa;
     text-align: center;
     padding:0.1em;
      
  }

  div#Sprechzeiten table { 
     margin:0.2em;
     border-collapse: collapse;
     border: 1px solid white;
     border-style:hidden



      
  }

  div#Sprechzeiten p { 
     margin: 1em;
     
  }

  div#Meldung { 
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: black; border-top-color: black;
    color: red; background-color: white;
      
  }

  div#Inhalt {
    margin-left: 17em;
    border: 2px dashed #0000aa;
    padding: 1em;
    
  }

  div#Inhalt h3{
    margin: 0em;
  }

  div#Inhalt a{
    color: #0000aa;
  }

  div#Inhalt div#Bilder{
    float: left; width: 100px;

  }
  
  div#Inhalt div#zentriert {
    text-align:center; 

  }

  div#Inhalt div#TextDr{
    margin-left:105px;

  }

  div#Inhalt div#TextAngestellte{
    margin-left:105px;
    height: 115px;
  }

  div#Inhalt img#Rahmen{
    border: 1px solid #0000aa;

  }