body
{
    background: #FFF;
    text-align: center;
    margin:0px;
    padding: 10px;
    font-family:Arial,Tahoma,Helvetica,sans-serif;
    color: #000;
}

img
{
    border: 0px;
}

a
{
    text-decoration: none;
    color: #A1C037;
}

#container
{
    margin: 0px auto;
    text-align: left;
    width: 180px;
}


#weather_data_div
{
    display: block;
    margin:0px;
    padding:0px;
}

#weather_data_div .symbol
{
    display: block;
    float: right;
    width: 50px;
    height: 35px;
    text-align: center;
    margin:0px;
    padding:0px;
}

#weather_data_div .datum
{
    font-size: 10px;
    padding: 5px;
    display: block;
    clear: both;
    text-align: center;
    color: #666;
}

#weather_data_div .maximumtemperatuur
{
    display: block;
    float: left;
    width: 58px;
    height: 25px;
    padding: 10px 0px 0px 0px;
    top: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin:0px;
}

#weather_data_div .windkracht
{
    display: block;
    float: left;
    width: 67px;
    height: 23px;
    color: #A1C037;
    font-weight: bold;
    text-align: center;
    margin:0px;
    padding:12px 0px 0px 0px;
}

#weather_data_div .windrichting
{
    display: block;
    float: left;
    width: 60px;
    height: 15px;
    text-align: center;
    font-weight: bold;
    margin:0px 5px;
    color: #A1C037;
    padding:13px 0px 5px 0px;
}

#weather_data_div .spacer_bar
{
    width: 2px;
    height: 20px;
    margin:12px 0px 0px 0px;
    display: block;
    float: left;
    background: #A1C037;
}