@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #ebf1e7;
	background-image: url(c_img/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#pagina {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#pagina #header {
	height: 380px;
	background-image: url(c_img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#supertop {
	padding-top: 10px;
	padding-right: 10px;
	height: 50px;
	text-align: right;
}
#supertop li {
	list-style-type: none;
	float: right;
	font-size: x-small;
	padding-right: 4px;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-right: 5px;
}
#header #logo {
	float: left;
	margin-top: 15px;
	margin-left: 35px;
}
#pagina #menu {
	height: 41px;
	background-color: #000000;
}
#menu li {
	list-style-type: none;
	float: left;
}

#supertop a {
	text-decoration: none;
	color: #b0b5c6;
}
#supertop a:hover {
	color: #333333;
	background-color: #d7cd85;
}

div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#centrale #cen_sx {
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 15px;
}
#centrale #cen_dx {
	width: 755px;
	float: left;
}
#footer li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
#footer {
	background-color: #d7cd85;
	height: 33px;
	padding-top: 15px;
}
.zona_testo h1 {
	font-size: x-large;
}
.zona_testo .modificato {
	font-size: x-small;
	color: #999999;
}
.zona_testo p {
	text-align: justify;
}
.zona_testo h3 {
	font-size: medium;
}

#cen_sx li {
	list-style-type: none;
	margin-top: 5px;
}
#cen_sx a {
	text-decoration: none;
	color: #3c702e;
	padding: 3px;
}
#cen_sx h1 {
	font-size: medium;
	text-transform: uppercase;
	padding-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cen_sx ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#cen_sx a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #d7cd85;
}
#cen_sx ul ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.meteo {
	padding: 13px;
	border: 1px solid #000000;
	background-color: #d7cd85;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 9px;
}
#cen_dx #cen_dx_sx {
	float: left;
	width: 520px;
	padding-left: 10px;
}
#cen_dx #cen_dx_dx {
	width: 200px;
	float: right;
	padding-left: 5px;
}
#cen_dx_dx img {
	margin-top: 5px;
	padding: 4px;
	border: 1px solid #000000;
	background-color: #d7cd85;
}
.notizia {
	margin-top: 10px;
}
.notizia .immagine {
	float: left;
	width: 120px;
}
.notizia .dentro_notizia {
	float: left;
	width: 390px;
}
.notizia .dentro_notizia .titolo_notizia {
	font-size: small;
	font-weight: bold;
	margin-top: 9px;
}
.notizia .dentro_notizia .sottotitolo_notizia {
	font-size: small;
	font-style: italic;
	margin-top: 2px;
}
.notizia .dentro_notizia .testo_notizia {
	font-size: small;
	margin-top: 4px;
	text-align: left;
}
.notizia .dentro_notizia .leggi_tutto {
	font-size: small;
	font-style: italic;
	color: #7b8173;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 5px;
}
.modificato {
	font-size: small;
	font-style: italic;
	color: #7b8173;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 5px;
	text-align: center;
}
.notizia .immagine .img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #cae5a2;
	float: right;
	margin-right: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.notizia .immagine img {
	float: right;
	margin-right: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
}.zona_news h1 {
	font-size: x-large;
}

