body {
    color: black; background-color: black;
    background-image:url(./pics/bg.gif);

    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0.5em;
    min-width: 35em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    width: 26.5cm;
	
  }

.h1{
    font-size: 2.5em;
    font-family: fantasy;
    margin: 0 0 0.4em; padding: 0em;
    text-align: center;
    background-color: #eef;
    border: 2px ridge silver;
    height:60px;
  }
  
.Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; 
    padding: 0em;
    text-align: left;
    background-color: #eef; 
    border: 1px solid silver;
	position: relative; bottom: 0em; left:0em;
		    
  }

.gruen{
    background-color: 5afe3f;
}

.rot{
    background-color: ff1212;
}

.orange{
    background-color: orange;
}


div#Navigation {
    font-size: 1em;
    float: left; width: 12em;
    position: absolute; top: 5em; left:0.6em;
    margin: 0em 2em 0em -0.1em;
    padding: 0;
    border: 1px dashed silver;
  }


div#Wetter {
    font-size: 1em;
    float: left; width: 9.5em;
    position: absolute; top: 27em; left:0.6em;
    margin: 0em 2em 0em -0.1em;
    padding: 0;
    border: 1px dashed silver;
  }



ul#Navigation {
    font-size: 1em;
    float: left; width: 12em;
    position: absolute; top: 5em; left:0.6em;
    margin: 0em 2em 0em -0.1em;
    padding: 0;
    border: 1px dashed silver;
  }


ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.1em;
    text-align:right;
  }
ul#Navigation a {
    display: block;
    padding: 0.1em;
    font-family: serif;
    text-align: center;
    text-decoration: none;
    
  }
ul#Navigation a:link {
    color: black; background-color: #eee;
  }
ul#Navigation a:visited {
    color: #666; background-color: #eee;
  }
ul#Navigation a:hover {
    color: black; background-color: white;
  }
ul#Navigation a:active {
    color: white; background-color: #eee;
  }
ul#Navigation a#aktuell {
    background-color: bbbbbb;
  }
ul#Navigation li ul{
    list-style: inside;
    width:120;
  }

ul#Navigation li>ul {
    display: none;
  }
ul#Navigation li:hover>ul, ul#Navigation ul#aktuell{
    display: block; top:0em
  }
ul#Navigation li ul li{
    font-size: 0.8em;
    font-weight: normal;
  }

div#Info {
    font-size: 0.8em;
    color: white;
    float: right;
    width: 21.5em;
    margin: 0 0 1em;
    padding: 1em;
    background-color: #b0b0b0;
    border: 1px ridge silver;
  }


div#Info h2 {
    font-size: 1.2em;
    margin: 0.5em 0.5em;
    text-decoration: underline;
  }
div#Info p {    
    margin: 0.5em;
  }


div#Inhalt {
    margin: 0em 1em 1em 12.5em;
    padding: 0em 1em;
    border: 0px dashed silver;
    max-width: 700px;
    
  }
  
  
div#Inhalt h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0em 0;
  }
div#Inhalt p {
    font-size: 1em;
    font-weight: normal;
    margin: 0.2em 0em;
    clear:both;
  }
div#Inhalt img {
    margin: 0.5em 0.7em;
    clear: both;
  }
  
table#Dia {
    border: 1px ridge silver;
    width: 45em;
    height: 28em;
}
table#Dia th{
    font-size: 1.2em;
    vertical-align: top;
}
table#Dia tr{
}

table#Dia tr#Feed{
    font-size: 1.5em;
    vertical-align: bottom;
    text-align: center;
}

table#Dia td{
    width: 33%;
}

table#Dia p{
    font-size: 0.7em;
    width: 18em;
    text-align:center;
}

table#Dia a{
    text-decoration:none;
    color: black;
}
table#Dia a:hover{
    color:gray;
}




div#Inhalt table#Preise {
    font-size: 1em;
    font-weight: normal;
    border: 0px dashed silver;
    width: 450px;
    text-align: center;
    margin: 0em 2em;
  }
  
/*Extra Preise Definition für Mozilla*/
html>body div#Inhalt table#Preise{
    font-size: 1em;
    font-weight: normal;
    border: 0px dashed silver;
    width: 450px;
    text-align: center;
    margin: 0em 0em;
}
table#Preise td {
}

div#Kontakt{
    margin: 0em 1em 1em 13em;
    width:500px;
}

table#Kontakt {
    width:23em;
    height:10em;
    margin-top: 1em;
    border-collapse:collapse;
    text-align: center;
    clear:none;
}

table#Kontakt td{
    border: 3px inset silver;
}


#lgGreen{
    background-color: lightgreen;
    text-align:right;
    }
    
#lgRed{
    background-color: red;
    text-align:right;
    }

#lgOrange{
    background-color: orange;
    text-align:right;
    }
    
    
table#legend td#desc{
    color:white;
    font-size:0.8em;
    text-align:center;
}
    
div#site {
    width:1000px;
}

  
.Fusszeile a {
    text-decoration: none;
    color: gray;
}

