table.wetter {    
  width: 650px;
}
table.schneehoehen {
  width: 300px;
}  

td.mittelstriche {
  width: 5px;
  padding: 0px; 
  margin: 0px;
}

div.vorhersage img {
  margin-right: 10px;
}

div#wetter_links, div#wetterlage_rechts, div#schneefall_mitteilung_rechts, div#schneehoehen_links {
  float: left;  
}  
div#wetter_links {
  width: 650px;
  margin-right: 20px;
} 
div#wetterlage_rechts {
  width: 135px;
}
div#schneehoehen_links {
  width: 300px;
  margin-right: 20px;
  margin-top: 20px;  
}

div#schneefall_mitteilung_rechts {
  margin-top: 20px;
  width: 485px;
}
div#schneefall_mitteilung_rechts img {
  margin-right: 10px;
}

div.abstand_oben {
  margin-top: 20px;
}

div.linke_spalte_vorhersagen {
  width: 300px;
  margin-right: 10px; 
  float: left;
}
div.rechte_spalte_vorhersagen {
  width: 450px;
  float: left; 
}
  

.temp_min { color:blue; }
.temp_max { color:red; }


