@charset "utf-8";
/* CSS Document */

div#weather {
	width:522px;
	background:#FEF6E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


div#weather div.text {
	padding:5px;
}


div#weather div#map {
	font-size:10px;
}


div#weather div#map {
	width:522px;
	height:326px;
	background:url(http://www.live-style.it/meteo/karte.gif);

}

div#weather div#map .symbol {
	width:50px;
	height:46px;
}


div#weather div#map div.schlanders {
	position:absolute;
	margin:145px 0 0 100px;
	text-align:center;

}

div#weather div#map div.meran {
	position:absolute;
	margin:130px 0 0 185px;
	text-align:center;
}

div#weather div#map div.bozen {
	position:absolute;
	margin:190px 0 0 230px;
	text-align:center;
}

div#weather div#map div.brixen {
	position:absolute;
	margin:120px 0 0 260px;
	text-align:center;
}

div#weather div#map div.bruneck {
	position:absolute;
	margin:90px 0 0 330px;
	text-align:center;
}

div#weather div#map div.sterzing {
	position:absolute;
	margin:40px 0 0 270px;
	text-align:center;
}


div#weather .min {
	color:#0033CC;
}

div#weather .max {
	color:#ff0000;
}

div#weather div#nextdays {
	padding:0 0 0 50px;
	background:#FEEECC;
}

div#weather div#nextdays div.content {
	float:left;
	margin:10px;
}


div#smallweather {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

div#smallweather a {
	text-decoration:none;
	color:#666;
}

div#smallweather div#nextdays {
	background:#FFF7EA;
}

div#smallweather div#nextdays div.content {
	float:left;
	margin:2px;
	font-size:10px;
	background:#FFF7EA;
}

div#smallweather div#nextdays div.content a {
	text-decoration:none;
	color:#666;
}


div#smallweather div#nextdays div.content img.symbol {
	width:35px;
	height:32px;
	border:0;
}

div#smallweather .min {
	color:#0033CC;
}

div#smallweather .max {
	color:#ff0000;
}

