body {
    font: normal 100.01% monotype cursive;
    color: black;

  }

div#Rahmen {
    width: 100%;
    padding: 0.8em;
    border: 1px white;


  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 1000;
    width: 1000;
  }
  div#Rahmen div {
     clear: left;
     width: 100%;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;

  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 55 pt;  /* Feste Größe der Navigationselemente */
    padding: 0.2em 0.8em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black /*rand da oder nicht*/;
    border-left-color: #0052A4; border-top-color: #0052A4;
    color: white; background-color: #0052A4;
    }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    width: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {/* wenn man drauf fährt*/
    border-color: #003084;/*drauf fahren mit mouse*/
    border-left-color: #003084; border-top-color: #003084;
    color: white; background-color: #003084;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: white; background-color: #0092E7;/* Türkise bei markiert*/
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

  body{
        background: url(../bilder/hintergrund_bayern.png);
        background-attachment:fixed;
}

td{
  font-family: arial;
  color: #000080;
  white-space: pre;
}

h1{
  font-family: arial;
  font-size: x-large;
}

a.mehrlink{
 font-size: 0.7em;
 font-color: #BD0000;
}

div.textr{
        text-align: right;
}
img.right{
        align: right;
}

.bio{
        font-family: arial;
        background-image: url(../bilder/bio.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-color: #DFDFDF;
}

.gross{font-size:36pt;}<link rel="stylesheet" href="style.css" type="text/css">
