body{
	height: 100%;
	background-color: #FFFFFF;
	background-image: url("img_comuni/sfondoVert.gif");
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#sfondoOrizz{
	width: 100%;
	height: 120px;
	background-image: url("img_comuni/sfondo.jpg");
	background-repeat: repeat-x;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#contenuto{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	padding-bottom: 20px;
}
#testi{
	/* per correggere l'angolino con la sfumatura */
	background-image: url("img_comuni/sfondo_testo.jpg");
	background-repeat: no-repeat;
	/*per gestire l'area di contenuto*/
	margin: 0 40 0 0; 
}
/***********************   testi   **********************/
p,td{
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
fieldset td{
	font-size: 10px;
}
fieldset td.etichetta{
	text-align: right;
}
.data{
	color: #996600;
	padding-top: 16px;
	font-size: 10px;
	font-weight: bold;
}
.titolo{
	font-size: 14px;
	color: #B08A06;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
.abstract{
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
	border: 1px solid #DAC88B;
	border-width: 0 0 1px 0;
	text-align: justify;
}
.paginazione{
	font-size: 11px;
	padding: 10px 0 10px 0;
	text-align: right;
}
.richiesto{
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}
.privacy{
	color: #777777;
	line-height: 15px;
}
.note{
	font-size: 10px;
	color: #666666;
	line-height: 15px;	
}
.imgHotel{
	border:1px solid #B08A06;
}
.imgDintorni{
	width: 150px !important;
	width /**/: 150px;	
	height: 151px;
	text-align: center;
	background: #EFEFEF;
	border: 1px solid #999999;
	/*background-image: url(img_comuni/sfondo_img.gif);*/
}
.imgLink{
	width: 120px !important;
	width /**/: 120px;	
	height:90px;
	text-align: center;
	background: #EFEFEF;
	border: 1px solid #999999;	
}
.imgGallery{
	width: 100px !important;
	width /**/: 100px;
	height:100px;
	text-align: center;
	background: #EFEFEF;
	border: 1px solid #999999;	
	/*background-image: url(img_comuni/sfondo_img.gif);*/
}
/**********************   links   *********************/
a:link, a:visited{
	color: #631F3C;
}
a:hover{
	color: #B59217;
}

.titolo a:link, .titolo a:visited{
	color: #B59217;
	text-decoration: none;
}
.titolo a:hover{
	color: #B59217;
	text-decoration: underline;
}
