#StazioneMeteo
{
	background-color:#fff;
	color:#000;
	width:480px;
}
#StazioneMeteo h1
{
	margin:0;
	color:#002953;
	font-size:20px;
}
#StazioneMeteo h2
{
	margin:0 0 10px 0;
	font-size:16px;
}
#StazioneMeteo h3
{
	margin:0;
	font-weight:normal;
	font-size:14px;
}
#StazioneMeteo h3 span
{
	color:#333;/*#F5BD0F;*/
	margin:0 20px 0 0;
}
#StazioneMeteo h3 strong
{
	color:#002953;
	font-size:16px;
}
#StazioneMeteo-inner
{
	margin:20px;
}
#StazioneMeteo-data
{
	text-align:left;
	padding:10px;
}
/*DATI METEO*/
div.meteo-data
{
	padding:8px 0 8px 50px ;
	border-top:1px dotted #333;
}
div.meteo-data h3 span
{
	width:190px;
	float:left;
	display: block;
	margin:8px 0;
	
}
#meteo-temp
{
	background: url(images/livello_temperatura.png) no-repeat left center;
}
#meteo-wind
{
	background: url(images/livello_vento.png) no-repeat left center;
}
#meteo-rain
{
	background: url(images/livello_pioggia.png) no-repeat left center;
}
/*WEBCAM OFF*/
#WebCam2off
{
	width:280px;
	height:200px;
	background-image:url(images/webcam2off_mini.jpg);
	padding:20px;
	font-size:12px;
	color:#003;
}
#WebCam2off h1
{
	font-size:16px;
	color:#006;
}
