/* CSS Document */

body {
	margin: 0px;
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	text-align: justify;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	padding: 2px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	width: 300px;
	height: 70px;
	padding: 2px;
}


label {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 100px;
	padding-right: 20px;
	text-align: left;
}

a img {
	border: 0px;
}

.testo_errore {
	font-size: 10px;
	color: #990000;
}

#contenuto_sx ul, #contenuto_dx ul {
	margin: 0;
	border: 0;
	padding-left: 20px;
	list-style-image: url('../img/frecce_menu.jpg')
}
#contenuto_sx li, #contenuto_dx li {
	height: 18px;
}

#contenuto_sx a:link, #contenuto_sx a:visited, #contenuto_sx a:active {
	color: #666666;
	text-decoration: none;
}
#contenuto_sx a:hover {
	text-decoration: underline;
}
#contenuto_dx a:link, #contenuto_dx a:visited, #contenuto_dx a:active {
	color: #666666;
	text-decoration: none;
}
#contenuto_dx a:hover {
	text-decoration: underline;
}

#galleria_pag a:link, #galleria_pag a:visited, #galleria_pag a:active, #galleria_pag a:hover {
	text-decoration: none;
}

.linkmenu_nero a:hover {
	color: #000;
}

.titolo {
	color: #2e8d3c;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
}

a:link, a:visited, a:active {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}


#contenitore {
	width: 850px;
	margin: 0 auto;
	background: url(../img/sfondo.jpg);
}

#top {
	width: 100%;
	height: 190px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}

#contenuto {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
}

#contenuto_sx {
	width: 150px;
	padding-left: 20px;
	float: left;
}
#contenuto_dx {
	width: 170px;
	float: right;
}

#contenuto_centro {
	width: 460px;
	margin-left: 185px;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	height: auto !important;  /* per i browser moderni */
	height: 900px;            /* per IE5.x e IE6 */
	min-height: 900px;        /* per i browser moderni */
	line-height: 17px;
}

#bottom {
	width: 100%;
	height: 60px;
	text-align: center; 
	background-color: #DDE2E6;
	padding-top: 20px;
}


.news {
	padding: 5px;
	margin-top: 3px;
	background-color: #EFEEE4;
}


.area_correlazioni {
	padding: 5px;
	border-top: dotted 2px #999999;
}



#meteo {
	margin: 0 auto;
	width: 300px;
	height: 150px;
}