/* CSS Document */
body { 
	background-color : transparent; 
	margin: 0; 
	padding: 0; 
} 

#layout{
	width: 762px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#E02521;
}

#header h1 {
	background-image: url(../img/header.jpg);	
	width: 762px;
	background-repeat: no-repeat; height: 0 !important; height /**/:218px;
	padding: 218px 0 0 0; display:block; overflow:hidden;
	margin: 0 0 5px 0;
}

#header .titoletto{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #E02521;
	color: White;
	letter-spacing: 1px;
}

#header .sottotitolo {
	font-family: Tahoma;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	color: Black;
	letter-spacing: 1px;
}
.titolobianco{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #E02521;
	color: White;
	letter-spacing: 1px;
	margin:0;
	padding:0;
}
.erratacorrige{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align: left;
	color : #000000;
	border:1px solid #E02521;
	margin:0;
	padding:5px;
}
#menu li {
	float: left;
	background-image: url(../img/quadrato_rosso.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 10px;

}

#footer {
	clear: both;
	background-color: #E02521;
	height: 15px;
	color: White;
}
.titolo{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align: left;
	color : #E02521;
}
.titologrande{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align: left;
	background-color: #f3f3f3;
	color : #E02521;
}
.testo{
	text-align: justify;
}
.evidenzia{
	background-color: #ffff00;
}