* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #859C78;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #655F52;
}

h1 {
	padding: 20px 30px 0 0;
	font: 26px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #E0D591;
}

h2 {
	padding: 0 30px 0 0;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #E0D591;
}

h3 {
	padding: 0 0 6px 0;
	width: 200px;
	font: bold 13px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 55px;
	color: #655F52;
	background: url(immagini/h3.gif) no-repeat bottom;
}

h4 {
	padding: 0;
	font: bold 14px/26px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cc7738;
}

h4.firsth4 {
	padding-top: 0;
}

p {
	padding: 5px 0;
}

a {
	color: #68a;
	text-decoration: underline;
}

a:hover {
	color: #357;
}

#bg_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 238px;
	background: url(immagini/bg_1.gif) repeat-x bottom;
}

#bg_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 238px;
	background: url(immagini/bg_2.gif) repeat-x bottom;
}

#main_1 {
   position: relative;
   margin: 0 auto;
	width: 844px;
}

#main_1r {
	position: absolute;
	top: 0;
	left: 0;
	width: 844px;
	height: 202px;
	background: url(immagini/main_1r.gif) no-repeat bottom right;
}

#main_1l {
	position: absolute;
	top: 0;
	left: 0;
	width: 475px;
	height: 205px;
	background: url(immagini/main_1l.gif) no-repeat bottom left;
}

#main_2 {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: White;
}

#top {
	height: 205px;
	text-align: right;
	background: url(immagini/top.jpg) no-repeat bottom;
}

#menu {
	width: 100%;
	height: 33px;
	background: url(immagini/menu.gif) repeat-x;
}

#menu ul {
	list-style: none;
    float: left;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    height: 33px;
	float: left;
	padding: 0 25px 0 25px;
	font: bold 11px/34px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #DDDEE2;	
}

#menu ul li a:hover {
	text-decoration: none;
	color: White;	
}
#menu ul li a.active {
color:#acf;
}
#menu ul li a.active, #menu ul li a.active:hover {
	text-decoration: none;
/*	color: #DDDEE2;*/
	background: url(immagini/menu_act.gif) no-repeat bottom;
}

#middle {
	padding: 20px 20px 0 20px;
}

/*
#left {
	float: left;
	width: 200px;	
}

#left ul {
	list-style: none;
}

#left ul li {    
   margin-bottom: 30px;
}

#left ul li ul {
	margin: 0;
	padding: 10px 0;
	width: 200px;
	color: #99A6B9;	
}

#left ul li ul li {
	margin: 0;
	padding: 0 0 0 22px;
	border-bottom: 1px solid #E0E5DF;
}

#left ul li ul li a {
	font: bold 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #836DC7;
}

#left ul li ul li a:hover {
	text-decoration: none;
	color: #43307F;
}
*/

#right {
	float: right;
	width: 130px;
	border-left:solid 1px #ccc;
}

#main {
	float: left;
	width: 620px;
	font-size:12px;
	line-height:120%;
	text-align: justify;
	color: #444;
}

#bottom {
	clear: both;
	height: 119px;
	padding: 0 20px;
	background: url(immagini/bottom.jpg) no-repeat bottom;
}

#bottom p {
	padding-top: 90px;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;	
	color: #859C78;
}

.footer {
font-size: 10px;
text-align: center;
margin-top: 1.0em;
margin-bottom: 1.0em;
color:#777;
}

#nav {
margin:15px 0;
font-weight:bold;
}

div.titolo {
margin:0 20px 5px 0;
border-bottom:solid 1px #ccc;
width:100%;
vertical-align:top;
}
div.titolo div {
font-size:20px;
font-weight:normal;
font-family:Arial,Helvetica,Verdana;
color:#008;
padding:0 0 8px 0;
text-transform:uppercase;
text-align:right;
}
div.sottotitolo {
text-align:right;
font-size:10px;
}
span.sottotitolo {
color:#448;
font-weight:bold;
}

table.webcam {
margin-top:30px;
}
div.webcam {
margin-bottom:20px;
}
div.webcam div {
margin:0 0 5px 0;
}
div.webcam div a {
font-weight:bold;
font-size:13px;
color:#448;
text-decoration:none;
}
div.webcam img {
border:solid 2px #abc;
}

table.dati {
background:#def;
border:solid 1px #fff;
border-collapse:collapse;
margin:20px 0;
}
table.dati th {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	background-color: #006699;
    height: 25px;
	/*background-image: url(immagini/cellpic3.gif);*/
}
table.dati th, table.dati td {
padding:3px;
text-align: center;
border:solid 1px #fff;
}
table.dati td {
font-size:11px;
}
table.dati td.nome {
background:#cde;
}

div.w_dettaglio {
margin: 20px 10px;
float:left;
}
#pda {
float:left;
margin-right: 40px;
width:320px;
}
#mappa {
float:left;
border:solid 1px #ccc;
height:320px;
}
#mappa img {
margin:10px;
}
#info {
margin:10px;
}
#desc {
clear:both;
padding:20px 0;
}
table.legenda {
font-size:11px;
margin:10px 0;
}
table.legenda th {
color:#456;
}
