/* CSS Document */
body{
	padding: 0;
	margin: 0;
	font-size:95%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:auto;
	text-align:left;
	background:url(../img/sfondo.jpg) top left repeat;
}
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#container {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;
}
#content {
	width:900px;
	margin:auto;
	text-align:left;
}
#header{
	width:900px;
	margin-top:20px;
	height:158px;
}
#header img{
	width:900px;
	height:158px;
}

#logo{
	position:absolute;
	top:35px;
	margin-left:40px;
	z-index:0;
	width:178px;
	height:309px;
}
#contenuto{
	width:900px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background:url(../img/sfondo_contenuto.png) top left repeat-y;	
	_background:url(../img/sfondo_contenuto.gif) top left repeat-y;	
}
#testo{
	position:absolute;
	width:900px;
	padding-left:30px;
	min-height:500px;
	height:auto !important;
	height:500px;
	z-index:2
}
#menu{
	width:900px;
	height:35px;
	padding-left:80px;
	margin:auto;
	text-align:center;
}
#menu img{
	margin:7px;
}
#sottomenu{
	width:900px;
	height:35px;
	padding-left:146px;
	margin:auto;
	text-align:center;
}
#sottomenu1{
	width:900px;
	height:35px;
	padding-left:278px;
	margin:auto;
	text-align:center;
}
#slogan{
	text-align:center;
	margin-top:10px;
}
#footer{
	width:900px;
	background:url(../img/sfondo_footer.png) top left no-repeat;
	_background:url(../img/sfondo_footer.gif) top left no-repeat;
	height:50px;
	padding-top:20px;
	text-align:center;
}
#footer span{
	font-size:10px;
	color:#000;
}
#footer a{
	font-size:10px;
	text-decoration:none;
	color:#000;
}
#footer img{
	width:42px;
	height:32px;

}
img{
	border:0;
	margin:0;
	padding:0;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	font-size:0
}
.privacy{
	font-size:10px;
}
#attesa{
	visibility:hidden;
}
h1{
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-align:justify;
	margin:5px 0px;
	padding:5px 0px;
	line-height:25px;
}
h2,label{
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:justify;
	margin:5px 0px;
	padding:5px 0px;
	line-height:18px;
	font-style:italic;
}
h3{
	font-size:10px;
	color:#000;
	font-weight:normal;
	text-align:justify;
	margin:5px 0px;
	padding:5px 0px;
	line-height:12px;
}
.error{
	font-size:12px;
	font-weight:bold;
	display:none;
}
a:active{
	color:#000;
}
a:hover{
	color:#000;
}
a:visited{
	color:#000;
}
a:link{
	color:#000;
}
li{
	margin-left:30px;
}
li,td{
	text-align:left;
	font-size:14px;
	line-height:28px;
	color:#000;
}
p{
	text-align:left;
	padding:0;
	margin:0;
}

