@charset "UTF-8";
/* CSS Document */

<style type="text/css">

.abbr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000CC;
}

</style>body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-image: url(../immagini/sfondi/sfondo.png);
	background-repeat: repeat-x;
}

a {
	font-size: 12px;
	color: #010C24;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #010C24;
}
a:hover {
	text-decoration: underline;
	color: #006666;
}
a:active {
	text-decoration: none;
	color: #000000;
}.evidenziatore {
	font-size: None;
	font-style: normal;
	font-weight: bold;
	border: thin solid #009900;
	background-color: #00FF00;
	padding: 8px;
}
#contenitore #navigazione p {
	padding: 5px;
	background-color: #EE7E15;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	}
#contenitore #navigazione #navigazionesotto {
	height: auto;
	width: 138px;
	clear: none;
	float: left;
	background-color: #999999;
	color: #333333;
	padding: 3px;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#contenitore #navigazione #navigazionesotto p {
	color: #333333;
	background-color: #999999;
}
#contenitore #headerdx {
	height: 80px;
	width: 300px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../immagini/sfondi/sfondoheader.png);
	background-repeat: repeat-x;
}
#contenitore {
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 80px;
	width: 980px;
	padding: 10px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #EE7E15;
	background-image: url(../immagini/sfondi/sfondoheader.png);
	background-repeat: repeat-x;
}
#navigazione {
	float: left;
	height: 590px;
	width: 148px;
	padding-top: 10px;
	border: 1px solid #666666;
}
#contenuto {
	float: left;
	height: 580px;
	width: 830px;
	padding: 5px;
}
#footer {
	float: left;
	height: 100px;
	width: 1000px;
	background-color: #CCCCCC;
}

