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

* {
  padding: 0px;
}

body {
  	background-image: url(immagini/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#254381;
	border-collapse:collapse;
	border:0px;
	margin:0 auto 0 auto;
}

.container {
	margin-left:auto;
	margin-right:auto;
	width:990px;
}

.ris {
	width:417px;
	height:233px;
	padding:0px;
	margin:0px;
	border-collapse:0px;
}

.tab-corpo {
	margin-left:auto;
	margin-right:auto;
	width:930px;
	padding:0px;
	border-collapse:collapse;
}

.icona {
	width:90px;
	vertical-align:top;
	text-align:center;
	height:85px;
}

.descrizione {
	width:220px;
	vertical-align:top;
	padding-right:10px;
	height:85px;
}

.miniatura {
	width:186px;
	vertical-align:top;
	text-align:center;
	height:140px;
}

.titolo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff7d00;
}

.titolo A:LINK{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff7d00;
	text-decoration:none;
}

.titolo A:VISITED{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff7d00;
	text-decoration:none;
}

.titolo A:HOVER{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff7d00;
	text-decoration:underline;
}

.testo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #4e4e4e;
}

.testo2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #4e4e4e;
}

.testo2 A:LINK{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #ff7d00;
	text-decoration:none;
}

.testo2 A:VISITED{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #ff7d00;
	text-decoration:none;
}

.testo2 A:HOVER{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #ff7d00;
	text-decoration:underline;
}

.footer {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.footer A:LINK {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff7d00;
	text-decoration:none;
}

.footer A:VISITED {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff7d00;
	text-decoration:none;
}

.footer A:HOVER {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff7d00;
	text-decoration:underline;
}





#header { width: auto !important; width: 990px; min-width: 990px; max-width: 990px; margin:0 auto 0 auto; position: relative; height:150px; min-height:150px; max-height:150px; padding-bottom:0px !important; border-collapse:collapse;}
#logo { display:none !important; z-index:0; height:0px; min-height:0px; max-height:0px; padding:0px; margin:0 !important; line-height:0px; font-size:0px; }
#weather_status { display:none; height:0px; min-height:0px; max-height:0px; padding:0px; margin:0 !important; line-height:0px; font-size:0px; }


/**Javascript **/

.weather-cloud { position: absolute; top: 0; z-index: 15; cursor: move; }
.weather-cloud-fat { background: url('immagini/nuvola.png'); width: 107px; height: 71px; }
.weather-cloud-long { background: url('immagini/nuvola2.png'); width: 120px; height: 62px; }
.weather-raindrop { background: url('immagini/drop.png'); width: 9px; height: 15px; position: absolute; z-index: 5; }

