html{
	background-image: url(sfondo.png);
}
body{
	font-family: Verdana, "sans serif";
	font-size: 12px;
	color: white;
}
#page{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 500px;
	margin: -320px 0px 0px -500px;
}
#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 100px;
	background: url(header.png) no-repeat scroll center center;
	margin: 0px;
	padding: 0px;
}
#menu{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 1000px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#body{
	position: absolute;
	top: 145px;
	left: 0px;
	width: 1000px;
	height: 390px;
	margin: 0px;
	padding: 0px;
	background: url(body.png) no-repeat scroll center center;
}
#footer{
	position: absolute;
	top: 540px;
	left: 0px;
	width: 1000px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(footer.png) no-repeat scroll center center;
	text-align: center;
}
ul.lista{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.lista li.elem{
	float: left;
	position: relative;
	margin: 10px 0px 0px 15px;
	padding: 0px;
}
li.elem a.link{
	background: url(tasti.png) no-repeat;
	position: relative;
	float: left;
	margin: -15px 0px 0px 0px;
	padding: 0px;
	width: 150px;
	height: 40px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	color: white;
}
li.elem a.link:hover{
	font-style: italic;
	font-weight: bold;
}
#container{
	position: absolute;
	top: 18px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}
#container img.imm{
	width: 470px; 
	height: auto; 
	display: block;
	margin: 0px auto;
	padding: 0px;
	border: 3px solid #597440;
}
#title{
	position: absolute;
	top: 15px;
	left: 655px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 60px;
	color: #597440;
}
#descr{
	position: absolute;
	top: 60px;
	left: 540px;
	margin: 0px;
	padding: 0px;
	width: 420px;
	height: 400px;
	overflow: auto;
}
div#descr div{
	text-align: center;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	line-height: 20px;
	color: white;
	background-color: #1c3206;
	cursor: pointer;
}
div#descr div:hover{
	background-color: #60a245;
}
div#descr p{
	text-align: center;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	line-height: 20px;
	color: white;
	cursor: default;
	border: 2px solid #1c3206;
}
div#footer div{
	margin: 5px 0px 0px 0px;
}
#footer a{
	color: black;
	text-decoration: none;
}
#footer a:link{
	color: black;
	text-decoration: none;
}
#footer a:hover{
	color: white;
	text-decoration: none;
}
#sudinoi{
	position: absolute;
	top: 20px;
	left: 510px;
	margin: 0px;
	padding: 0px;
	width: 460px;
	height: 350px;
	overflow: auto;
	line-height: 20px;
	color: white;
	text-align: justify;
	font-size: 13px;
}
#sudinoi div{
	text-align: center;
}
h1{
	color: #597440;
}
div.contenitore{
	width: 478px;
	height: 360px;
	overflow: hidden;
	position: relative;
	top: 18px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}
div.contenitore img{
	width: 470px; 
	height: auto; 
	border: 3px solid #597440;
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	z-index: 5;
}
div.contenitore img.attiva{
	z-index: 10;
}
div#mappa{
	position: absolute;
	top: 18px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	width: 470px; 
	height: 350px;
	border: 3px solid #597440;
}
div#cont-contatti{
	position: absolute;
	top: 30px;
	left: 500px;
	margin: 0px;
	padding: 0px;
	width: 470px; 
	height: 350px;
}
div#cont-contatti img#immycontatti{
	margin: 70px 0px 0px 70px;
}
div#cont-contatti p{
	position: absolute;
	top: 80px;
	left: 220px;
	margin: 0px;
	padding: 0px;
	width: 250px; 
	height: 150px;
	font-size: 14px;
	color: white;
}
div#coordinate{
	position: absolute;
	top: 300px;
	left: 520px;
	width: 450px;
	height: 100px;
	font-size: 14px;
	color: white;
	text-align: center;
}
p#info{
	position: absolute;
	top: 20px;
	left: 520px;
	margin: 0px;
	padding: 0px;
	width: 470px; 
	height: 150px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
}
p#centrato{
	text-align: center;
}
ul#lista{
	margin: 10px 0px 10px 30px;
}
table#camere{
	border: 2px solid white;
	text-align: center;
	font-size: 11px;
	width: 460px;
	height: 280px;
}
table#camere tr td{
	border: 2px solid white;
}
table#camere tr th{
	border: 2px solid white;
}