@CHARSET "UTF-8";

*{
	font-size:12px;
	font-family:sans-serif;
	padding: 0;
	margin: 0;
	line-height:15px;
	border: none;
	text-decoration: none;
}
a{
	text-decoration: underline;
}
a:hover{
	color: black;
}
h1{
	display:none;
}
h2{
	padding: 10px 0 10px 0px;
	font-size: 17px;
}
h3{
	padding: 0 0 5px 0;
	margin: 15px 15px 10px 15px;
	font-size: 14px;
	border-bottom: 1px dotted black;
}
h4{
	padding: 10px 0 10px 0px;
	font-size: 15px;
}
td{
	vertical-align:top;
}
input{
	padding: 3px;
	border: 1px solid black;
}
#body{
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
}
#contenitore{
	width: 1000px;
	left: 50%;
	position:relative;
	margin-left: -500px;
}
#head1{
	text-align: right;
	color: white;
	margin-top: 5px;
}
#head1 a{
	color: white;
	text-decoration: underline;
}
#menux{
	margin-top:20px;
	color:white;
	font-weight: bold;
}
#menux ul{
	padding: 2px;
	position: absolute;
	list-style: none;
	padding-left:px;
	z-index:50;
}
#menux img{
	position: absolute;
	z-index:1;
}
#menux ul li{
	border-right: 1px solid white;
	padding: 0 2px 0 2px;
	text-align:center;
	float: left;
	width: 117px;
	height: 29px;
	vertical-align: bottom;
}
#menux ul li ul li{
	height:auto;
	width:200px;
	border:none;
}
#menux li a{
	color: white;
	text-decoration: none;
}
#menux li:hover{
	background-color: #5E5A5A;
}
#foot{
	/*width:100%;*/
	position:relative;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	background-color:#4f4f4f;
	font-size: 11px;
	padding: 50px 0 10px 0;
	text-align:center;
}
#foot a{
	color: blue;
	font-size: 11px;
}
#mappa{
	width:930px;
	height:250px;
	text-align:left;
	position:relative;
	left:50%;
	margin-left:-510px;
	padding-left:90px;
	list-style:none;
	border-bottom:1px solid white;
}
#mappa ul{
	padding:0;
}
#mappa ul li{
	list-style:none;
	background-image:url(../images/punto.gif) ;
	background-position:  top left;
	background-repeat:  no-repeat;
	float:left;
	color:white;
	font-weight: bold;
	width:85px;
	margin:10px;
	padding-left:12px;
}
#mappa ul li ul li{
	list-style:none;
	background-image:url(../images/cerchio.gif) ;
	background-position:  top left;
	background-repeat:  no-repeat;
	font-weight:normal;
	color:white;
	float:none;
	padding: 0 0 0 12px;
	margin:0 0 0 -12px;
}
#mappa a{
	color:white;
}
#footloghi{
	color:white;
	padding-top:3px;
	width:100%;
	text-align:center;
}
#doc{
	min-height: 650px;
}
#doc ul{
	padding: 10px 0 10px 30px;
}
ul{
	padding: 10px 0 10px 30px;
}
.bottoni{
	border:none;
	background-color:transparent;
	width:80px;
	height:25px;
	
}
/*Menu -----*/
#nav { display: block;}
#nav li { display: block; list-style: none;float: left; position: relative; }
#nav a { display: block;padding:2px; }
#nav ul { display: none;}
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
#nav *:hover { background-color: none; }
#nav li.hover a { background-color: #5E5A5A; }
#nav ul li a { background-color: #5E5A5A; }
#nav ul a.hover { background-color: #000000; }
#nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
/*HOME PAGE -----*/
#nav ul{
top:29px;
left:-50px;
}
.laterale{}