@charset "utf-8";
/* CSS Document */
a:active { text-decoration: none; }
a:hover {
	text-decoration: none;
	color: #AC385D;
}
a:link {
	text-decoration: none;
	color: #202020;
}
a:visited {
	text-decoration: none;
	color: #202020;
}
body {
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(immagini/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F5F5F5;
}
#container  {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topmenu {
	text-align: center;
}
#banner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 360px;
}





#corpo {
	width: 920px;
	text-align: justify;
	background-image: url(immagini/sfondocorpo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
	padding-bottom: 20px;
}
#corposotto {
	width: 100%;
	background-color: #FFF;
	background-image: url(immagini/sfondobasso.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	height: 140px;
	background-color: #EBEBEB;
	vertical-align: middle;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.Titoli {
	font-weight: normal;
	color: #D2321A;
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Titolineri {
	font-weight: normal;
	color: #000;
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.Titoli:first-letter {
	font-size: 30px;
}
hr {
	width: 100%;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CEAC86;
}
h2 {
	font-weight: normal;
	color: #333;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabelle {
	border: thin dotted #2B2B2B;
}
.azzurro {
	color: #4F9792;
	font-size: 14px;
}



.campomodulo {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	margin-bottom: 4px;
	border-top-color: #CEA780;
	border-left-color: #CEA780;
	padding-top: 1px;
	padding-left: 1px;
}
.caratterepiccolo {
	font-size: 11px;
}
.caratterepiccolorosso {
	font-size: 11px;
	color: #C00;
}
.linea {
}


.spaziaturaimmagini {
	padding: 3px;
}

.bordoimmagini {
	border: 1px solid #999;
	padding: 4px;
}
.modulo_campi_grossi{
	font-size: 20px;
	border: thin dotted #999;
	font-weight: lighter;
	padding: 2px;
}.caratteremedio {
	font-size: 12px;
}

