
/* ================================================================= */
/* div principali                                                    */
/* ================================================================= */

div#divContenitore{
	position: relative;
	width:960px;
    margin: 0px auto;   /*centra negli altri browsers*/
	clear: both;
	background-color:#FFFFFF;
	}

div#divAreaTestata{
	position: relative;
	width: 960px;
	height: 100px;
	background-color: #FFF;
	}
	
div#divAreaTestata2{
	display: none;
	}
	
div#divAreaMenuGlobale{
	display: none;
	}

div#divAreaCorpo{
	clear:both;
	width: 960px;
	background-color: #FFF;

}

div#divAreaPiedipagina{
	clear:both;
	width: 960px;
	height: 100px;
	text-align: center;
	}
div#divMappaPiedipagina{
	display: none;
	}		
/* ================================================================= */
/* div Area Testata                                                  */
/* ================================================================= */
div#divLogo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 610px;
	height: 100px;
	}
div#divSceltaLingua{
	display: none;
	}

/* ================================================================= */
/* div Area Corpo                                                    */
/* ================================================================= */
div#divCorpoSX{
	float:left; 
	width: 800px;

	border: 0px solid #F00; 
	}
div#divCorpoDX{
	float:right; 
	border: 0px solid #000;
	}	
div#divMenuLocale{
	display: none;
	}
div#divContenuti{
	width: 800px;
	background-color: #FFF;
	
	}
div#divSponsor{
	width: 140px;
	border:0px solid #00F;
	background-color: #FFF;
	}


/* ================================================================= */
/* div Area Contenuti                                                   */
/* ================================================================= */
#divContenutiTop{

	height: 32px;
	text-align: left;
	padding-left: 20px;
	}
div#divContenutiMiddle{
	width: 800px;
	min-height: 600px;
	height:auto !important;
	height: 600px;
	
	}
div#divContenutiBottom{
	width: 800px;
	height: 20px;

	}
div#divContenuto{
	padding: 10px 20px;
	}

div#divPollicino{
	float: left;
	width: 500px;	
	}
div#divUtility{
	display: none;
	}
/* ================================================================= */
/* div Area Contenuti                                                   */
/* ================================================================= */
div#divSponsorTop{
	width: 140px;
	height: 32px;
	}
div#divSponsorMiddle{
	width: 140px;
	}
div#divSponsorBottom{
	width: 140px;
	height: 10px;
	}
div#divSponsorContenuto{
	padding: 10px;
	}
	
.clIndiceArgomentiCorrelati{
	width: 500px;
	border: 1px solid #DDD;
	background-color: #FAFAFA;
	padding-left: 10px;
	}