#weather_main {
    width: 638px;
    height: 82px;
    overflow: hidden;
    padding: 5px;
}
.weather_main_dan {
    background: url(../img/vremenska-prognoza-dan.png) no-repeat;
}
.weather_main_noc {
    background: url(../img/vremenska-prognoza-noc.png) no-repeat;
}
.weather_main_dan_zvezde {
    background: url(../img/vremenska-prognoza-dan2.png) no-repeat;
}
.weather_main_noc_zvezde {
    background: url(../img/vremenska-prognoza-noc2.png) no-repeat;
}
#weather_main #stanje {
    float: left;
    width: 66px;
    margin-right: 20px;
}
#weather_main #podaci {
    overflow: hidden;
    float: left;
    width: 300px;
    color: #fff;
}
#weather_main #podaci #datum {
    padding-bottom: 5px;
    margin-top:3px;
}
#weather_main #podaci #datum a {
    font-family: "Georgia";
    font-size: 12px;
    color:#ffffff;
}
#weather_main #podaci #temperatura a {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 34px;
    font-weight:normal;
    color:#ffffff;
}