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: 10px;
}

div.linke_spalte_vorhersagen {
  width: 300px;
  margin-right: 10px;
  float: left;
}
div.rechte_spalte_vorhersagen {
  width: 450px;
  float: left;
}
div.rechte_spalte_vorhersagen p {
  margin-top: 5px;
  margin-bottom: 8px;
}
div.rechte_spalte_vorhersagen p.letzter {
  margin-bottom: 5px;
}


div.berg {
  position: relative;
}
div.berg img.symb_wind {
  position: absolute;
  top: 0px;
  left: 0px;
}
div.berg img.symb_wetter {
  position: absolute;
  top: 0px;
  left: 43px;
}


.temp_min { color:blue; }
.temp_max { color:red; }



