body {
    color: black; background-color: #00557f;
    font-family: Century Gothic, sans-serif;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }




a:link { text-decoration:none; font-weight:regular; color:#000000; }
a:visited { text-decoration:none; font-weight:regular; color:#000000; }
a:hover { text-decoration:none; font-weight:regular; color:#00557f; }
a:active { text-decoration:none; font-weight:regular; color:#ff6633; }
a:focus { text-decoration:none; font-weight:regular;}



div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin:  auto;      /* standardkonforme horizontale Zentrierung */
    width: 770px;
    height:800px;
    padding: 0.5em;
    background-color: #00557f;
    z-index: 1;
  }



div#player {
 float: left; width: 50em;
 padding-left: 30px;
 padding-top: 272px;
 position: absolute;
 z-index: 2;

}




  div#Rahmen {
    width: 800px;
    padding: 0px;
    border: 0px solid grey;
    background-color: none;
    height: 0px;
    border: 0px solid green;
    margin: auto;
  }


  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 770px;
    w\idth: 770px;
  }




  ul#Navigation {
    margin: 0 0 0 0px; padding: 0 0 0 0px;
    text-align: center;
    font-size: 15px;
    width: 800px;
    height: 25px;
    background: white;
    border-top: 4px solid white;
  }

  * html   ul#Navigation {  /* Korrektur fuer IE 5.x */
   margin: 0 85px; padding: 0px;
  }



  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  }


  ul#Navigation a, ul#Navigation span {
    display: block;
    margin: 0 0 0 17px; 
    width: 81px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 1.8px;
    text-decoration: none; font-weight: bold;
    border: 0px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: none;
  }

  * html   ul#Navigation a, ul#Navigation span {  /* Korrektur fuer IE 5.x */
    padding: 30px;
  }

  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #00557f; background-color: none;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #ff6633; background-color: none;
  }






div#Banner { 
    padding-bottom:7px;
  }






  div#Inhalt { 
    margin: auto;
    margin-top: 0px;
    position: relative; 
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 14px;
    border: none;
    background-color: white;
    width: 780px;
  }

  * html div#Inhalt {  /* Korrektur fuer IE 5.x */
    width: 790px;
    w\idth: 790px;
  }


  div#Inhalt h1 {
    font-size: 13px;
    margin: 0 0 1em;
    border: 0px solid yellow;
  }
  div#Inhalt h2 {
    font-size: 12px;
    margin: 0 0 1em;
  }
  div#Inhalt p {
    font-size: 12px;
    margin: 1em 0;
  }

div#Footer {
   display: center;
   text-align: center;
   padding: 0px;
   padding-top: 7px;
   padding-bottom: 0px;
   font-weight: regular;
   text-decoration:none; 
   font-size: 14px;
   color: white;
   background: url(../images/Footer.gif);
   height: 65px;
vertical-align:middle;

}

* html div#Footer {  /* Korrektur fuer IE 5.x */
    padding-top: 7px;
  }

div#Footer a:link {
    color: white; background-color: none;
text-decoration:none; 
  }

div#Footer a:visited {
    color: white; background-color: note;
text-decoration:none; 
  }

div#Footer a:hover {
    color: #d100a7; background-color: note;
text-decoration:none; 
  }

div#Footer a:active {
    color: white; background-color: note;
text-decoration:none; 
  }