/* WEATHER
==============================*/
div#prognosen {
    background-color:#E4E4E4;
    height:74px;
    margin-top:30px;
    margin-left:-1px;
    width:200px;
}
div#prognosen .oneday {
    float:left;
    width:40px;
}
div#prognosen .weekday,
div#prognosen .temps {
    color:#777;
    font-size:10px !important;
    text-align:center;
}
div#prognosen .temps span     { font-size:9px !important; }
div#prognosen .temps span.mor { color:#000099; }
div#prognosen .temps span.aft { color:#F47900; }

div#prognosen .symbol img {
    border:0;
    text-align:center;
    width:40px;
}
