/* CSS Document  copyright Rundschau Onlinedienst*/
body{margin: 0; padding: 0;font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 90.01%; }

#weatherHolder{
 float: left;
 width: 188px; /*268px*/
 height: 249px;
 min-height: 249px;
 background-image:url(../wetter2.png);
 border: 1px solid #ededed;
 

}
#weatherHolder #headline{
  text-align:center;font-size: 14px;width: 188px;margin-left: 0px; /*250px;*/
  font-weight: bold;
  background-color: #fff;
  border-bottom: 1px solid #000;
  
}
#weatherHolder .column1{clear: both;float: left; width: 90px;padding-left: 20px;margin-top: 10px;}
#weatherHolder .column2{float: left; width: 40%;margin-top: 10px;}

#weatherHolder .weatherDate{font-weight: bold; }
#weatherHolder .weatherIcon{clear: both;float: left;width: 24px;padding-bottom: 4px;}
#weatherHolder .weatherValue{float: left;width: 49%;padding-bottom: 4px;}

#weatherHolder #footer{ float: left;text-align: center; font-weight: bold; padding-top: 20px;width: 100%;}

.elementStandard {float: left; width:100%;text-align: left;}

.newsHeadline{float:left; width: 100%; text-align: left; color: #002364;font-size: 16px;font-weight: bold;}

