body  {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	}
.layout #container {
	width: 800px;
	/*text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.layout #header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align:right;
	font-size: 10px;
} 
.layout #header h1 {
	margin: 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.layout #barra_navigazione {
	margin: 0px;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 560px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
} 
.layout #centro {
	width: 800px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 332px;
} 
.layout #mainContent {
	width: 598px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	height: 322px;
	float: left;
	border-left-color: #CCCCCC;
	right: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
} 
.layout #contenitore_sidebar {
	float: left; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 190px;
	height: auto;
	}
.layout #sidebar_a {
	float: right; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 189px;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	height: 100px;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.layout #sidebar_b {
	float: right; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 189px;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	height: 100px;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.layout #sidebar_c {
	float: right; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 189px;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	padding: 5px;
	height: 100px;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}
.layout #news {
	padding: 0px;
	width: auto;
	height: 189px;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	font-size: 10px;
	
	} 
.layout #footer {
	padding: 5px;
	width: 788px;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
} 
.layout #riga_vuota {
	padding: 10px;
	width: 780px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}

.layout #footer p {
	margin: 0; /* azzerando il valore margin del primo elemento del footer si evita il rischio di compressione del margine, con la creazione di uno spazio tra i div */
	padding: 2px 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
}
.fltrt { /* questa classe può essere utilizzata per rendere mobile un elemento a destra nella pagina. L'elemento reso mobile deve precedere l'elemento al quale deve essere affiancato sulla pagina. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* questa classe può essere utilizzata per rendere mobile un elemento a sinistra nella pagina.*/
	float: left;
	margin-right: 8px;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
#contenitore_eventi {
	/*gli eventi stanno tutti qui dentro*/
	float:left;
	width:199px;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 140px;
	}
#contenitore_news {
	/*le news stanno tutte qui dentro*/
	float:left;
	width:598px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	border-left-color: #CCCCCC;
}
/*inizio prova*/
#colonna_1 {
	float:left;
	width:588px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-left-color: #CCCCCC;
}
#colonna_2 {
	float:left;
	width:189px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#colonna_eventi_news {
	float:left;
	width:185px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	font-size: 10px;
}
#colonna_1a {
	float:left;
	width:588px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	text-align: right;
	border-left-color: #CCCCCC;
}
#colonna_2a {
	float:left;
	width:189px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

A:link {
	text-decoration : none;
	color: #000000;
}
A:visited {
	text-decoration : none;
	color: #000000;
}
A:hover {
	text-decoration : underline;
	color: #000000;
}
#imm_index {
	padding-right: 5px;
	width: 85px;
	float: left;
}

#testo_index {
	padding-left: 0px;
}
