/*Format for PSPx3 homepage and following */

a:link { font-weight:bold; color:#800000 }
a:visited { font-weight:bold; color:#a80000}
a:focus { font-weight:bold; color:#800000}
a:hover { font-weight:bold; color:green}
a:active { font-weight:bold; color:green}

body {
   font: normal 100.01% Times New Roman, serif;
   color: black; background-color: #d0c995;
   background-image: url(http://www.mypspx3.com/images/bkg1.jpg); 
   background-repeat: repeat; 
  }
 
#s1 {
      width:95%;
      position:relative;
      padding:10px;
*/      background-image: url(http://www.mypspx3.com/images/bkg.jpg); */
      border-color:#4a512;
      border-style:solid
      border-width:5px;
      z-index:2;
             }

div#Rahmen {
    width: 90%;
    float:right;
    position: relative; 
    padding: 3px;
    text-align: center;
  }
* html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 80%;
    w\idth: 80%;
  }
 div#Rahmen div {
     clear: left;
  }
  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:none; 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;
    background-color:#d0c995
    margin-bottom: 0.1em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 150px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; 
    border-top-color: white;
    color: black; 
    background-color: #9fa857;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: #4a5121;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; 
    background-color: #c2ca75;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

