*{
margin:0 auto;
padding:0;
}

body{
	color:#333333;
	background-color:#8D969C;
	font: 12px/1.6 Arial, Helvetica, sans-serif;
}

.left{ float:left;}

a{ color: #333333; text-decoration:none; font-weight: bold;}
a:hover{ text-decoration:underline;}

.container{	
	width:940px;
	padding: 10px 10px;
	background:url(../img/bkg.jpg) top left repeat-y;
}

.content{
	width: 920px;
	padding: 0 10px;
	float:left;
	background:url(../img/bkg_content.jpg) top left repeat-y;
}

.top{
	width: 920px;
	float:left;
}

.prenota{
	width: 270px;
	height: 31px;
	padding: 5px 5px;
	font-size: 17px;
	border-bottom: 2px solid #FFF;
	color: #FFF;
	background: url(../img/bkg_prenota.jpg) top left repeat-x;
	float: left;
	text-align:center;
}

.sx{
	width:620px;
	padding: 20px 10px 10px 10px;
	float:left;
}

.navigazione{
	width:620px;
	padding: 10px 0 20px 0;
	float:left;
}

.stepAcceso{
	width:118px;
	padding: 3px 0;
	color:#FFF;
	font-weight:bold;
	background:url(../img/ricerca.jpg) top left no-repeat;
	float:left;
	text-align:center;
}

.stepSpento{
	width: 118px;
	padding: 3px 0;
	float:left;
	font-weight:bold;
	margin-left:70px;
}

.dx{
	width: 264px;
	padding: 9px 8px;
	float:left;
}

.dx_interno{
	width: 264px;
	background: #E8EAEB url(../img/bkg_colonna.jpg) top left repeat-x;
	float:left;
}

.dx_titolo{
	width: 244px;
	height: 24px;
	padding: 4px 10px;
	text-align:right;
	font-size: 16px;
	background:url(../img/bkg_scegli_localita.jpg) top left no-repeat;
	float:left;
	border-bottom: 2px solid #fff;
}

.footer{	
	width:960px;
	padding: 10px 0;
	background:url(../img/footer.jpg) top left no-repeat;
	color: #FFF;
	font-size:11px;
	text-align:center;
}

.footer a{ color: #FFF; text-decoration:none; font-weight: normal;}
.footer a:hover{ text-decoration:underline;}

h1{ 
	color: #CA5100;
	font-size: 23px;
	font-weight: bold;
}


