@charset "UTF-8";
/* CSS Document */



HTML,
BODY {
	 width: 100%;
	 height: 100%;
	 font-family: Arial, verdana, helvetica, arial;
	 font-size: 10px;
	 color: #777777;
	 background-color: #e2e6e5;
	 margin: 0px;     
	 background-image: url(/img/bg_home.jpg);
	 background-repeat: no-repeat;
	 background-position: top center; 
	 line-height: 18px; 
}

A:link, A:visited, A:active     { text-decoration:none; color:#000;}
A:hover      { text-decoration:underline;}  

P { margin:5px 0;}

.cleaner { clear: both; }

/* Per tutte le pagine */

#container {

	width: 				100%;
	height: 			100%;
	text-align: 		center; 
	padding: 0px;
	
}

#content {

	position:			relative;
	left: 				0px;
	top: 				0x;
	width: 				990px;
	margin: 			auto;
	text-align: 		left;  
    background-image: url(/img/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: top center;  
	padding: 0px;

}

#middle {

	position:			relative;
	left: 				0px;
	top: 				0x;
	width: 				960px;
	margin: 			auto;
	text-align: 		left;  
	
}

#box_news_home {
	float: left; width: 301px; height: 221px;
	background-image: url(/img/box_news.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 12px; 
	position: relative;
}

#box_prenota_home {
	float: left; width: 301px; height: 221px;
	background-image: url(/img/box_prenota_checkin.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	line-height: 12px;  
	position: relative;
}

#box_offerte_home {
	float: left; width: 301px; height: 221px;
	background-image: url(/img/box_offerte_last_minute.jpg);
	background-repeat: no-repeat;
	background-position: center center;  
	line-height: 14px;
	position: relative;
}

#box_news_home h1 {
	color: #5B4000;
	padding: 38px 0px 0px 40px; 
	font-size: 18px;
}

#box_news_home h2 {
	color: #d19400;
	padding: 28px 0px 0px 30px; 
	font-size: 13px;
}

#box_news_home h3 {
	color: #5b4000;
	padding: 8px 0px 0px 30px; 
	font-size: 16px;
}

#box_news_home h4 {
	color: #5b4000;
	padding: 8px 0px 0px 30px; 
	font-size: 11px; 
	width: 240px;
} 

#box_offerte_home h1 {
	color: #183e74;
	padding: 38px 0px 0px 40px; 
	font-size: 18px;
}

#box_offerte_home h2 {
	color: #fff;
	padding: 28px 0px 0px 30px; 
	font-size: 11px;
	width: 240px;
}

#box_prenota_home h1 {
	color: #326f6f;
	padding: 38px 0px 0px 40px; 
	font-size: 18px;
}  

#box_prenota_home select {
	color: #5f5f5f;
	font-size: 10px;
	height: 20px;
}

#footer {
	background-image: url(/img/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 960px; height: 45px;
	text-align: center; margin: auto;  
	padding-top: 2px;  
	color: #cdcdcd;
	font-size: 10px; 
	background-color: #e2e6e5;
} 

#footer h4 {
	padding: 15px 0px 0px 0px; 
}

#middle_interno .gallery img {
	padding:1px;
	border:3px solid #EAEAEA; 
}

.gallery { padding: 20px 0px 0px 0px; }
