.cleaner
{
	clear:both;
	position:relative;
}
/***********************
 ********* Body ********
 ***********************/
 body,html{
 	margin: 0;
 	/* background-color: #00f300;
 	background-image:url(../sfondo.jpg);    */
 	background-repeat:x-repeat;
	 
	 }

/***********************
 ** Struttura esterna **
 ***********************/

#container{width:100%;text-align:center;}
#wrapper{
	width:900px;
	margin:0 auto 0 auto;
	border:0px solid #eee;background:#fff;
	height: auto !important;
	text-align:left;
	}

/***************************
 ** Riga di instestazione **
 ***************************/

#header{
	width:900px;
	height:300px;
	background-color:white;
	position:relative;

	}
		
#header #logo{
	width:200px;
	height:149px;
	margin-top:143px;
	margin-left:670px;
	position:absolute;
	z-index:900;
	background-color:transparent;
	}
#header #header-dx{
    position:absolute;
	margin:0 0 0 244px;
	width:736px;
	height:80px;
	text-align:right;
	padding-top:50px;
	}
#header #header-dx a{
	color:#707070;
	font-family:Georgia;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
}
 /*****************
 *** SLIDESHOW ***
 *****************/
  
#header #slideshow {
    position:relative;
    height:178px;
}

#header #slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#header #slideshow IMG.active {
    z-index:10;
}

#header #slideshow IMG.last-active {
    z-index:9;
}
/***********************************************************
 ** Riga di contenuto ( pic + testo + colonna mappa/news) **
 ***********************************************************/

#content{
	width:900px;
	height:auto;
	position:relative;
	background-color:#fff;
	padding-bottom:15px;	
	}

#content #coldx{
	width:244px;
	position:relative;
	
	float:right;
	display:inline;
	padding-top:15px;
	

	height:auto;
	background-color:#fff;
	}

#content #bodysx{
	width:653px;
	margin:0;
	text-align:left;
	height:auto;
	background-color:#fff;
	}

#content #bodysx div.text{
	width:535px;
	margin:0 0 0 55px;
	padding:20px 0 0 0;
	text-align:left;
	}
#content #bodysx div.text table
	{
	border-top:1px dotted #ccc;
	border-left:1px dotted #ccc;	
	}
#content #bodysx div.text table.tabella-senza-bordo
{
	border:0px;
}	
#content #bodysx div.text table td {
	border-bottom:1px dotted #ccc;
	border-right:1px dotted #ccc;
	padding:3px 8px 3px 8px;	
}
#content #bodysx div.text table.tabella-senza-bordo td
{
	border:0px;
	padding:3px 6px 3px 0px;
}
#content .text #gallery {
	margin: 53px 0 0 20px;
	float:right;
}

#content .text #gallery>div>span * {
	vertical-align: middle;
	border:0;
}
 #content .text #gallery>div>span a{
 	color:white;
 	text-decoration:none;
 }
#content .text #gallery>div {
	margin-bottom: 2px;
}

#content .text #gallery>div>span {
	width: 74px;
	height: 74px;
	background-color: white;
	text-align: center;
	display: inline-block;
}

#content .text #gallery>div>span+span {
	margin-left: 2px;
}


/*******************
 ** Fascia footer **
 *******************/

#footer{
	position:relative;
 	background-image:url(../img/footer.png);
 	background-repeat:no-repeat;	
	text-align:center;
	margin:15px auto 0 auto;
	height:28px;
	width:900px;
	color:#00006a;
	font-size:10px;
	line-height:22px;font-family:arial,helvetica;
	}
