

body { background-color:#0000ff; font-weight:bold; font-family:Arial; font-size:120%;
min-width: 50em; max-width: 55em;}


#Film{
position: absolute;
left:10px;
top:10px;
}


#geöffnet {
position: absolute;
top:-60px;
left:780px;
text-align: center;
color: red;
}

#inhaltsbild{
position: absolute;
left:840px;
top:180px;
}


#header {
background-image: url(images/Titel.jpg);
top:8px;
margin-left:160px;
height:70px;
padding:0px;
}

#bildleiste {
background-image: url(images/photoleiste.jpg);
margin-top: 12px;
margin-left: 160px;
padding: 1.5em;
}


ul#Menue1 {
margin-top: 12px;
margin-left: 160px;
padding: 0.95em;
text-align: center;
border: 0px solid black;
background-image: url(images/allgemein.jpg);
}

ul#Menue1 li {
list-style: none;
display: inline;
margin: 0.4em; padding: 0;
}
  ul#Menue1 a, ul#Navigation span {
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 1px solid blue;
    border-left-color: green; border-top-color: green;
    color: violet; background-image: url(images/Menu.gif);
  }
  * html ul#Menue1 a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Menue1 a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: black; background-color: gray;
  }


#content1 {
margin-top:5px;
margin-left:160px;
text-align: center;
}


#content {
background-image: url(images/allgemein.jpg);
margin-top:5px;
margin-left:160px;
text-align: center;
}


#wetter {
Position: absolute;
top:480px;
left:13px;
border: 2;
text-align: center;
}


   ul#Menu {
 Position: absolute;
    top:175px;
    width: 6.2em;
    max-width: 6.2em;
    margin: 0; padding: 0.8em;
    border: 0px solid black;
    background-image: url(images/Menu.gif);

  }

  * html ul#Menu {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 6.2em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Menu li {
    list-style: none;
    margin: 0.2em; padding: 0;
  }

  ul#Menu a {
    display:block;
    padding: 0.3em;
    text-decoration: none; font-weight: bold;
    background-image: url(images/menubotton.gif);

  }
  * html ul#Menu a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 5em;
  }
  ul#Menu a:hover {
  color: red; background-image: url(images/anwahlbotton.gif)
  }
