/* formate.css */

#wrapper {
  width:900px;
  height:700px;
  margin-left: auto;
  margin-right: auto;
  }

#Hintergrund {
 position: absolute;
 background-image:url(background.jpg);
 background-repeat:no-repeat;
 background-position:0px 0px;
 background-color:white;
 width:900px;
 height:700px;
}

ul#Navigation {
    position:absolute; top:100px; left:10px;
    margin: 0; padding: 0em;
    text-align: center;
    border: 0px solid black;
    background-color: transparent;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0em 0.3em;
    text-decoration: none;
    border: 0px solid black;
    border-left-color: white; border-top-color: white;
    color: yellow; background-color: transparent;
  }
  * 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, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

#Termin { position:absolute; top:190px; left:640px; width:240px; height:240px; z-index:1; background-color:transparent; }
#Termin1 { position:absolute; top:30px; left:5px; width:237px; height:200px; z-index:1; background-color:transparent; }

#Inhalt { position:absolute; top:153px; left:30px; width:585px; height:530px; z-index:1; background-color:transparent; }

#Biber {
  position:absolute;
  top:415px;
  left:605px;
  width:280px;
  height:280px;
  z-index:2;
  background-color:transparent;
  }

#Impressum { position:absolute; top:676px; left:698px; width:200px; height:20px; z-index:3; background-color:transparent; }

#Aktualisierung { position:absolute; top:168px; left:40px; width:585px; height:530px; z-index:1; background-color:transparent; }

