@charset "utf-8";
/* CSS Document */

body{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	background-color:#EEEEEE;
	behavior: url(script/csshover2.htc);
	font-family:"Trebuchet MS";
	
}
.archivio{
	background-color:#fff;
	background-image:url(../../../img/bianco.gif);
}
a {
	color:#FF6600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333;
	line-height:15px;
}
.tabletext{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333;
	line-height:15px;
}

/*logo*/
#logo{
	margin:auto;
	text-align: right;
	padding:0;
	height:137px;
	max-height:137px;
	width:970px;
	
}
/*menu*/
#menu{
	margin:auto;
	text-align:center;
	padding:0;
	width:950px;
	height:36px;
	

}
/*menu principale*/
.menuP{
	list-style: none;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#fff;

}

#current{
	background-image:url(img/menuDwn.jpg);
	background-repeat: no-repeat;
}
#current:hover{
	background-image:url(img/menuDwn.jpg);
	background-repeat: no-repeat;
}

.menuP li{
	background-image:url(img/menuUp.jpg);
	background-repeat: no-repeat;
	width:135px;
	float:left;
	display:inline;
	line-height:11px;
	height:28px;
	position: relative;
	padding-top:10px;
	
}
.menuP li:hover{
	background-image:url(img/menuDwn.jpg);
	background-repeat: no-repeat;
	
}


.menuP li a{
	text-decoration: none;
	color: #fff;
}
.menuP li a:hover{
	text-decoration: none;
	color: #fff;
	background-color:transparent;
}

/*submenu*/
#submenu{
	margin: auto;
	padding:0;
	width:950px;
		
}

#submenu p{
	font-size:13px;
	color:#ccc;
	margin:0;
	position: relative;
	margin-left:50px;
	margin-top:8px;

}
#submenu p a{ 
	text-decoration:none;
	color:#ccc;
}
#submenu p a:hover{
	text-decoration:none;
	color:#FFEF23
}

/*menuinf*/
#menuinf{
	margin: auto;
	padding:0;
	width:950px;
	text-align:center;
	margin-top:12px;
		
}

#menuinf p{
	font-size:12px;
	color:#ccc;
	margin:0;
	position: relative;
	

}
#menuinf p a{ 
	text-decoration:none;
	color:#ccc;
}
#menuinf p a:hover{
	text-decoration:none;
	color:#FFEF23
}

/*welcome*/
#wellcome{
	margin-top:32px;
	background-image:url(../../uploadGruppi/img/14.jpg);
	background-repeat:no-repeat;
	height:205px;
}
#wellcome h1 {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:27px;
	font-style:italic;
	margin:0;
	
				
}
/*news*/
#news{
	margin-top:10px;
	background-image:url(img/bgnews.jpg);
	background-repeat:no-repeat;
	height:522px;
	font-size:12px;
	line-height:17px;
	
}

#news h1{
	font-family: "Times New Roman", Times, serif;
	color:#00376F;
	font-size:15px;
	font-weight:bold;
	margin:0;

}
#news h2{
	font-family: "Times New Roman", Times, serif;
	color:#A02237;
	font-size:15px;
	font-weight:bold;
	margin:0;

}
/*content pagine*/
#content{
	margin-top:30px;
	background-image:url(img/bgcontent.jpg);
	background-repeat:no-repeat;
	height:739px;
	
	
	
}

#content h1{
	font-family: "Times New Roman", Times, serif;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:0;

}
#first{
	margin:0;
	margin-left:35px;
	margin-right:25px;
}
#bis{
	margin:0;
	margin-left:5px;
	margin-right:25px;
}
.clear{
	line-height:normal;
	font-size:5px;
}

/*spot*/
#spot{
	width:950px;
	margin:auto;
	margin-top:25px;
	font-size:10px;
	color:#fff;
	text-align:center;
}
#spot h1{
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:18px;
	font-style:italic;
	margin:0;
}
/*footer*/
#footer{
	width:950px;
	color:#666;
	margin:15px auto auto;
	text-align:center;
}
#footer p{
	font-size:12px;
	margin:0;
	color:#666;
}
#footer a {
	text-decoration:underline;
	font-weight:bold;
	color:#666;
}
#footer a:hover{
	text-decoration:none;
}
