@charset "UTF-8";
/* CSS Document */
#sito {
	width: 1000px;
}
.banner {
	width: 1000px;
	height: 90px;
	background-image: url(../images/banner.jpg);	

}
.logo {
	width: 104px;
	height: 90px;
	float: left;
}
a {
	text-decoration: none;
}

a:hover {
	color: #515151;
}

a:link, a:visited {
	text-decoration: none;
	color: #515151;
}
.testosuperiore {	
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #515151;
	padding: 0px 0px 2px 10px;
}
.testoinferiore {	
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #515151;
	padding: 0px 0px 2px 10px;
}
.vocemenu {	
	font-family: Verdana;
	font-size: 10px;
	color: #515151;	
}
#contenitore {
	width: 1000px;
	overflow: hidden;
}

.contenitore1 {
	width: 38%;
	float: left;
	padding: 37px 10px 0px 0px;	
}

.contenitore2 {
	width: 60%;
	float: right;
}

.testo {	
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	color: #515151;	
	padding: 10px 0px 0px 20px;
}

.testo1 {	
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	color: #515151;	
	padding: 10px 0px 0px 20px;

}
.menu2 {
	width: 1000px;
	height: 44px;
	background-image: url(../images/sfondomenu.jpg);

}
#menu2 {
	width: 1000px;
	height: 10px;
}

.testomenu2 {	
	width: 100%;
	height: 10px;
	padding: 0 40%;	
}

.vocemenu2 {	
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	float: left;
	color: #515151;	
	padding: 0px 0px 0px 3px;
}
.spacer {
	clear: both;
	height: 0px;
}