/**************************** Body ****************************/

BODY {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font: 0.8pc tahoma; 
	color: #000
}

a { text-decoration: none} 
a:hover { text-decoration: underline}
h1 { font: bold 1.2pc tahoma; color:#008C00 } 
.text { font-size: 0.7pc}
.hr { height: 1px; color: #eee}
.p_title { background-color: #eee; color: #008C00; font-weight: bold; font-size: 0.9pc; text-align: right}

/**************************** Logo ****************************/

#topstriscia1 {
	width: 750px;
	height: 10px;
	left: 0;
	top: 0;
	margin: 0 auto;
	background-color: #7F7F7F;
}
#topcontenitorelogo {
	position: relative;
	width: 750px;
	height: 85px;
	left: 0;
	top: 0;
	margin: 0 auto;
}
#toplogo {
	position: absolute;
	width: 200px;
	height: 85px;
	left: 0;
	top: 0;
	background-color: #fff;
}
#topbanner {
	position: absolute;
	width: 550px;
	height: 85px;
	line-height: 85px;
	left: 200px;
	top: 0px;
	text-align: center;
}
#topstriscia2 {
	width: 750px;
	height: 10px;
	left: 0;
	top: 0;
	margin: 0 auto;
	text-align: right;
	background-color: #eee;
}

/**************************** Header ****************************/

#topcontenitoremenu {
	position: relative;
	width: 750px;
	height: 189px;
	left: 0;
	top: 0;
	margin: 0 auto;
}
#tophotelrandom {
	position: absolute;
	width: 205px;
	height: 189px;
	left: 0;
	top: 0;
}
#topmenuitalia {
	position: absolute;
	width: 195px;
	height: 189px;
	left: 205px;
	top: 0px;
}
#topimmaginecitta {
	position: absolute;
	width: 350px;
	height: 189px;
	left: 400px;
	top: 0px;
}

/**************************** Menu cittą ****************************/

#listacitta {
	position: absolute;
	width: 200px;
	left: 0;
	top: 0;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
#listacittaitem {
	height: 25px;
	width: 200px;
}
a.listacittaitem:link, a.listacittaitem:visited{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 14px;
	color: #008C00;
	padding-left: 10px;
	display: block;
	height: 25px;
}
a.listacittaitem:hover {
	text-decoration: none;
	background-color: #eee;
	color: #DF5809;
}
a.listacittaitem:active  { 
	background-color: #eee;
	display: block;
	color: #008C00;
} 

/**************************** Corpo ****************************/

#corpocontenitore {
	position: relative;
	width: 750px;
	left: 0;
	top: 10;
	margin: 0 auto;
}
#corpocentrale {
	position: absolute;
	border: 1px solid #eee;
	padding: 5px;
	width: 415px;
	left: 205px;
	top: 10px;
	text-align: left;
}
#Info-FAQ {
	font: 0.8pc tahoma;
}
a.corpocentrale{
	color: #008C00;
	font-weight: bold;
	text-decoration: none;
}
a.corpocentrale:hover{
	color: #008C00;
	border-bottom: 1px dotted #008C00;
	text-decoration: none;
}
#sponsordestro {
	position: absolute;
	width: 120px;
	left: 630px;
	top: 0px;
}
#sponsorsinistro {
	width: 200px;
	border: 1px solid #eee;
	padding: 2px;
	vertical-align: top;
}
.tabhotel {
	border: 1px solid #eee;
	padding: 2px;
	font-size: 0.7pc;
}
.fotohotel {
	border: 1px solid #EEEEEE;
	padding: 5px;
}

/**************************** Footer ****************************/

#footer {
	position: relative;
	width: 750px;
	margin: 0 auto;
}



/**************************** SELECT *************************/

select {
	font-family: tahoma;
	font-size: 12px;
	
	
}

