 /*Været*/
.weather_container ul,.weather_container li{
margin:0px;
padding:0px;
list-style-type:none;
}
.weather_place,
.weather_list{
float:left;
margin:0px 2px;
}
.weather_place a,
.weather_place a:visited{
float:left;
margin-right:3px;
color:#ae984f; 
text-decoration:none;
font-size:11px;
}
.weather_place a:hover{
color:silver;
}
.weather_day,
.weather_daytime
{
display:none;
}
.weather_icon{
width:20px;
float:left;
margin:0px 3px;
}
.weather_temperature{
height:20px;
float:left;
color:#ae984f;
font-size:11px;}

