 /*Været*/
.weather_container ul,.weather_container li{
margin:0px;
padding-right:20px;
list-style-type:none;
float:right; }
.weather_place{
float:left;
margin:0px 2px;
padding-left: 10px; 
}
.weather_list{
float:left;
margin:0px 2px;
padding-left: 10px;	
}

.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:22px;
float:left;
margin:0px 3px;
}
.weather_temperature{
height:20px;
float:left;
color:#ae984f;
font-size:11px;}


