
/* Wetter Anfang------------------------------------------------ */
 .QMET_Vorschau, .QMET_Detail, .QMET_Detail_segel{
  width: 440px;
  height: 60px;
  border-bottom: solid #CEE3FF 1px;
  overflow: hidden;
  margin: 2px;
 }
 .QMET_Vorschau{  border: none; }
 .QMET_Vorschau > .QMET_box{
  float:left;
  margin: 2px 5px 2px 5px;
  font-size: 0.8em;
 }
 .QMET_box > div{
  border: none;
  margin-left: 40px;
 }
 .QMET_prognose_heute, .QMET_prognose_morgen, .QMET_bio_heute, .QMET_bio_morgen { border-bottom: solid #CEE3FF 1px; margin-bottom: 5px; padding: 3px; width: 440px; }

 .prog_heute, .prog_morgen, .prog_2, .prog_3 { cursor:pointer; }

 .QMET_Detail{ height: 170px; }
 .QMET_Detail_segel{ height: 80px; }
 .QMET_box > img, .QMET_Detail > img, .QMET_Detail_segel > img{ float:left; }
 .QMET_Detail > div[class^="QMET_"]{ margin-left: 140px; }
 .QMET_Detail_segel > div[class^="QMET_"]{ margin-left: 40px; }
 .QMET_tmin{ color: #8899FF; }
 .QMET_tmax{ color: #FF8899; }

 .QMET_pollentext, .QMET_biowettertext { border-bottom: none; margin-bottom: 0; padding-bottom: 2px; }
 .QMET_pollentext ~ div, .QMET_biowettertext ~ div { border-top: none; margin-top: 0; padding-top: 2px; }

 .QMET_stadt{
  width: 300px;
  height: 20px;
  border: solid #B9DCFF 1px;
  overflow: hidden;
  background-color: #BDDEFF;
  padding: 0 0 5px 5px;
 }
 .QMET_stadt >img{
   position: relative;
   margin: -5px 10px -5px 80px;
 }

/* Wetter ENDE------------------------------------------------ */
