body, p a ol ul dl blockquote {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

div#global {
    margin-left: auto; margin-right: auto;
    width: 1000px;
  }

figure figcaption {
    font-size: 0.9em;
    text-align: center;
      }

  h1 {
    font-size: 2.7em;
    font-weight: normal;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
    color: white;
    font-style: oblique;
    background-color: #45708e;
    border: 0px ridge silver;
  }
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }



  ul#Navigation {
    font-size: 0.9em;
    float: left; width: 15em;
    margin: 0 0 1.2em; padding: 0;
    border: 0px dashed silver;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; background-color: #94b5ce;
  }
  ul#Navigation a:visited {
    color: #666; background-color: #94b5ce;
  }
  ul#Navigation a:hover {
    color: black; background-color: white;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  div#Info {
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0 0 1.1em; padding: 0;
    background-color: #eee; border: 1px solid silver;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 0.8em;
    margin: 0.5em;
  }
  div#Info a {
    padding: 0 0em;
    font-weight: bold;
    text-decoration: none;
  }
div#Info a {
    padding: 0 0em;
    font-weight: bold;
    text-decoration: none;
  }
  div#Info a:link {
    color: blue;
    background-color: #eee
  }
  div#Info a:visited {
    color: blue; background-color: #94b5ce;
    background-color: #eee
  }
  div#Info a:hover {
    color: darkblue;
    background-color: #eee
  }
  div#Info a:active {
    color: darkblue;
    background-color: #eee
  }

  # Definitionen für das kleine Kalendarium links

table.smallcal { border-color:#000000; border-style:solid; border-width:2px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE:10px; }
td.smallcal td.sundaysmallcal { border-style:none; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; }
td.smallcalapp { border-style:none; border-color:#000000; background-color:#CFCFCF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; }
td.smallcaltoday { border-style:solid; border-color:#FF0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; }
td.smallcalapptoday { border-style:solid; background-color:#CFCFCF; border-color:#ff0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; }


  div#Inhalt {
    margin: 0 12em 1em 16em;
    padding: 0 1em;
    border: 0px dashed silver;
    background: taube_backgr.jpg;
  }
  div#Inhalt a {
    padding: 0 0em;
    font-weight: bold;
    text-decoration: none;
  }
  div#Inhalt a:link {
    color: blue;
  }
  div#Inhalt a:visited {
    color: blue;
  }
  div#Inhalt a:hover {
    color: darkblue;
  }
  div#Inhalt a:active {
    color: darkblue;
  }

    div#Inhalt.themen a:link a:visited a:hover a:active {
    color: blue;
    background-color: #BDC6DE
  }

    div#Inhalt.themen p {
    font-size: 0.8em;
    margin: 1em 0;
    padding: 0.8em;
    background-color: #BDC6DE
  }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt h3 {
    font-size: 1.0em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 0.8em;
    margin: 1em 0;
  }
  div#Inhalt ol {
    font-size: 0.8em;
    margin: 1em 0;
  }

div#Inhalt ul {
    font-size: 0.8em;
    margin: 1em 0;
  }

 div#Inhalt dl {
    font-size: 0.8em;
    margin: 1em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #eee; border: 1px solid silver;
  }

p#Fusszeile a {
    padding: 0 0em;
    font-weight: bold;
    text-decoration: none;
  }
  p#Fusszeile a:link {
    color: blue;
  }
  p#Fusszeile a:visited {
    color: blue;
  }
  p#Fusszeile a:hover {
    color: darkblue;
  }
  p#Fusszeile a:active {
    color: darkblue;
  }