html, body{
	padding: 0px;
	margin-top:10px;
	background-image: url("/immagini/imgStruttura/imgSfondoPagina.jpg");
	/*background-color: #014694;*/
	text-align: center;   /*centra in IE 5.x*/
	}

/* ================================================================= */
/* div principali                                                    */
/* ================================================================= */

div#divContenitore{
	width:920px;
	background-color: #FFF;
	border: 6px solid #888;
	margin: 0px auto;   /*centra negli altri browsers*/
	}
	
div#divAreaTestata{

	width: 920px;
	height: 170px;
	}

div#divAreaCorpo{
	position: relative;
	width: 920px;
	
	min-height: 560px;
	height:auto !important;
	height:560px;

	}
	
#divAreaPiedipagina{
	clear: both;
	width: 920px;
	height: 30px;
	text-align:left;

	}
	
.clClear{
	clear: both;
}
/* ================================================================= */
/* div Testata                                                  */
/* ================================================================= */
	
div#divTestata{
	float: left;
	width: 920px;
	height: 170px;
	border-bottom: 1px solid #CCC;
	/*background-image: url("/immagini/imgStruttura/imgTestata.jpg");*/	
}
	
/* ================================================================= */
/* Area corpo Menu                                                       
/* ================================================================= */
div#divMenu{
	float: left;
	width: 200px;
	height: 560px;
	/*background-image: url("/immagini/imgStruttura/imgSfondoMenu.jpg");*/
	text-align: left;
	border: 0px solid #F00;	
	}
	
.clMenuLateraleOff{
	position: relative;
	width: 200px;
	height: 30px;

	
	background-color:#FCFCFC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	}

.clMenuLateraleOn{
	position: relative;
	width: 200px;
	height: 30px;
	
	border-bottom: 1px solid #CCCCCC;
	background-color:#E7F6FA;
	
	text-align: left;
	}
	
/* ================================================================= */
/* Area corpo Contenuti                                                       
/* ================================================================= */
		
div#divContenuti{
	float: right;
	width: 719px;
	min-height: 560px;
	height:auto !important;
	height: 560px;

	border-left: 1px solid #CCC;
	}

	
div#divContenuto{
	padding: 20px;
	text-align: center;

	border: 0px solid #F00;
	}	

/* ================================================================= */
/*  area Piedipagina                                                 */				
/* ================================================================= */

div#divPiediPaginaSX{
	float: left;
	width: 200px;
	height: 30px;
	text-align: center;
	border: 0px solid #F00;
	}

div#divPiediPaginaDX{
	float: right;
	width: 700px;
	height: 30px;
	text-align: left;
	padding-left: 0px;
	
	border: 0px solid #00F;
	}
/* ================================================================= */
/*  navigazione tra le pagine                                        */				
/* ================================================================= */

div#divNavigatorePagine{
	clear: both;
	width: 100%;
	height: 20px;
	text-align: center;
	border: 1px solid #EFEFEF;
	}

/* ================================================================= */
/*  Pagina index                                                     */				
/* ================================================================= */
.clBoxEventiIndex{
	width: 678px;
	text-align:left;
	/*background-color:#F3F3F5;*/
 	border: 1px solid #E8CA8E;
	text-align:center;
			
}

.clBoxEditorialeIndex{
	width: 678px;
	text-align:center;
	/*background-color:#F3F3F5;*/
 	border: 1px solid #EFEFEF;
	clear: both;
		
}
#divEditorialeFoto{
	float: left;
	width: 140px;
	border: 0px solid #F00;
	text-align:center;	
	}
	
#divEditorialeTesto{
	float: right;
	width: 518px;
	padding: 10px;
	text-align:left;
	}
#divPaginaStoricaFoto{
	float: left;
	width: 140px;
	border: 0px solid #F00;
	text-align:center;	
	}
	
#divPaginaStoricaTesto{
	float: right;
	width: 518px;
	padding: 10px;
	text-align:left;
	}
	
.clBoxArticoliIndex{
	width: 670px;
	text-align:center;
	/*background-color:#F3F3F5;*/
 	border: 0px solid #EFEFEF;
	clear: both;
		
}

.clBoxIniziativeIndex{
	width: 670px;
	text-align:center;
	/*background-color:#F3F3F5;*/
 	border: 0px solid #EFEFEF;
	clear: both;
		
}
/* ================================================================= */
/*  Cella con foto anteprima album e cella descrizione album         */				
/* ================================================================= */
.clCellaAlbum{
	clear:both;
	width:100%;
	}
		
.clCellaAlbumSX{
	float:left;
	
	width: 120px;
	height: 120px;
	
	vertical-align: middle;
	text-align: center;
	
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/imgSfondoAlbum.gif");

	border: 0px solid #00FF00; 
	}
	
.clCellaAlbumDX{
	float:right;
	border: 0px solid #0000FF;
	width: 450px;
	padding-right:20px;
	}
		
.clSpazioCella{
	clear:both;
	border: 0px solid #FF0000; 
	height:20px;
}

.clAnteprimaAlbum{

	padding:20px;
	border: 0px solid #0000FF; 
	}
/* ================================================================= */
/*  Cella con anteprima foto                                         */				
/* ================================================================= */
.clSfondoAreaFoto{
	position:relative;
	width: 100%; 
	border: 0px dashed #105e8e; 
	height: 420px;
	}
.clContenitoreFoto{
	position:absolute;
	width: 120px;
	height: 120px;
	text-align: center;
	background-image:  url("/immagini/imgStruttura/imgSfondoFoto.gif");
	
	}
/* ================================================================= */
/*  MappaGoogle in pagina DoveSiamo                                  */				
/* ================================================================= */
.clMappaGoogle{
	width: 425px;
	height: 350px;
	border: 1px solid #CCC;
	}	
