/* CSS Document */
html{
height:100%;
overflow:auto;
overflow-x:none;
overflow-y:scroll;
}

body{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	background-color:#ffffff;
	color:#737373;
}
a{
	color:#737373;
}
#menu{
	background-image:url(images/img_menu.jpg);
	background-repeat:no-repeat;
	height:23px;
	width:82px;
	text-align:center;
	padding-top:12px;
	padding-right:8px;
	float:left;
	margin-top:1px;
	
	}
#menu a{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover{
	font-size:12px;
	color:#FC1304;
	text-decoration:none;
	font-weight:bold;
}

#back_menu{
	height:30px;
	background-image:url(images/img_menu.jpg); 
	background-repeat:no-repeat; 
	background-position:right;
	border:0px solid red;
}



.div_indirizzo{
	background-image:url(images/img_bottom.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	height:50px;
	padding:1px;
}


.center{
	background-image:url(images/img_right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:right;
	/*border:1px solid red;*/
	height:360px;
}

.left_home{
	background-image:url(images/img_right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:left;
	height:360px;
	width:718px;
}

#title{
	text-align:right;
	padding-bottom:10px;
}

#pagina_718{
	width:718px;
	border:0px solid red;
}
#img_left{
	/*background-image:url(./images/img_intero_left.jpg);
	background-position:right top; 
	background-repeat:no-repeat;
	*/
	padding-left:7px;
	height:630px; 
	width:170px;
}
#img_right{
	/*background-image:url(images/img_right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	*/
	text-align:right;
	/*height:630px;*/ 
	/*width:85px;*/

}
#testo_center{
	width:470px;
}
#div_testo_center  {
	margin:5px;
	border:0px solid red; 
}
#img_padding{
	margin-top:10px;
	border:1px solid #B0B0B0;
	padding:2px;
}
#img_comune{
	border:1px solid #B0B0B0;
	padding:2px;
}
#table_downolad{
}
#table_downolad td{
	padding-bottom:3px;
	border-bottom:1px solid #B0B0B0;
}
.vis2{
	 display:none;
 }
.vis1{
	position:absolute;
	text-align:left;
 } 
  .img_cartine{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #B0B0B0; 
	padding:2px;
 }
 .img_cartine_big{
	border:1px solid #B0B0B0; 
	padding:2px;

 }


.testo {
	font-size: 12px;
}
.interno_download {
	font-size: 10px;
}
.link{
	color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:none;
}
	.link:hover {
	color: #FF0000; 
	font-weight:bold; 
	text-decoration:none;
}