@charset "utf-8";
/* CSS Document */

/* Class STYLES */

.StileTitolo {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000;}
.StileTesto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.centro {
	padding:10px;
	}



/* Global STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #FFFFFF; */
	background-image:url(img/sfondo.gif);
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}


/* ID STYLES */

#frase {
	font-size: 12px;
	font-style: italic;





	color: #000000
.;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #333333;
	}

#navigation td {

/*	border-bottom: 1px solid #222222;
	border-bottom-style:dotted; */
	}
	
#navigation a {
	font: 16px Arial, Helvetica, sans-serif;
	color: #111111;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:15px 6px 15px 20px;
	}
	
#navigation a:hover {
	color: #009d45;
	}

#pagina {
	width: 100%;
	height: 100%;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: normal;
}

#contenitore {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	width: 900px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font-weight: normal;
}



#colonna_sx {
	background-color: #FFFFFF;
	height: 650px;
	width: 220px;
	float: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#colonna_centro {
	background-color: #FFFFFF;
	height: 650px;
	width: 200px;
	margin-top: 0px;
	float:left;
}

#logo {
	background-color: #FFFFFF;
	height: 90px;
	width: 400px;
	background-image: url(img/logo.gif);
}

#centro {
	background-color: #FFFFFF;
	width: 445px;
	height: 645px;
	float: left;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;

}

#riga {
	z-index: 2;
	position: absolute;
	background-color: #009d45;
	height: 2px;
	width: 100%;
	top: 0px;
}


#copyright {
	position: absolute;
	bottom: 5px;
	width: 900px;
	height: 12px;
	font-size: 10px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #009d45;
}
.Carattere_iniziale {
	font-size: 24px;
	color: #009d45;
}

.frase_verde {
	font-size: 12px;
	color: #009d45;
	font-style:italic;
}
