@charset "utf-8";
body  {
	background: #eaeaea;
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 980px;  /* utilizzando 20 px in meno rispetto alla dimensione piena di 800 px, si lascia spazio per gli elementi grafici e strutturali del browser e si evita che venga visualizzata una barra di scorrimento orizzontale */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
} 
.twoColFixLtHdr #header {
	background: #eaeaea;  /* questo padding corrisponde all'allineamento a sinistra degli elementi nei div sottostanti. Se in #header viene utilizzata un'immagine anziché un testo, può essere utile rimuovere il padding. */
	height: 200px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 269px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 27px;
}
.twoColFixLtHdr #sidebar1 p {
	margin: 0; 
	padding: 0;
}
.twoColFixLtHdr #sidebar1 p A.titolo {
	color : #8f8f8f;
	text-decoration : none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 18px;
}
.twoColFixLtHdr #sidebar1 p A.titolo:LINK {
	color : #8f8f8f;
	text-decoration : none;
 } 
.twoColFixLtHdr #sidebar1 p A.titolo:HOVER {
	color : #cb3f47;
	text-decoration : none;
}
.twoColFixLtHdr #sidebar1 p A.titolo:ACTIVE {
	color : #cb3f47;
	text-decoration : none;
	outline: none;
} 
.twoColFixLtHdr #sidebar1 p A.titolo:VISITED {
	color : #8f8f8f;
	text-decoration : none;
	outline: none;
} 
.twoColFixLtHdr #sidebar1 p A.titolo:VISITED:HOVER {
	color : #cb3f47;
	text-decoration : none;
} 

.twoColFixLtHdr #sidebar1 p A.selected {
	color : #8f8f8f;
	text-decoration : none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(../img/freccina_giu.gif);
	background-repeat: no-repeat;
	background-position: left;
 } 
.twoColFixLtHdr #sidebar1 p A.selected:LINK:HOVER:ACTIVE:VISITED {
	color : #8f8f8f;
	text-decoration : none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(../img/freccina_giu.gif);
	background-repeat: no-repeat;
	background-position: left;
	outline: none;
 } 
 
.twoColFixLtHdr #sidebar1 p A.voce {
	color : #8f8f8f;
	text-decoration : none;
	font-size: 0.8em;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1 p A.voce:LINK {
	color : #8f8f8f;
	text-decoration : none;
 } 
.twoColFixLtHdr #sidebar1 p A.voce:HOVER {
	color : #cb3f47;
	text-decoration : underline;
	outline: none;
}
.twoColFixLtHdr #sidebar1 p A.voce:ACTIVE {
	color : #cb3f47;
	text-decoration : underline;
	outline: none;
} 
.twoColFixLtHdr #sidebar1 p A.voce:VISITED {
	color : #b0b0b0;
	text-decoration : none;
	outline: none;
} 
.twoColFixLtHdr #sidebar1 p A.voce:VISITED:HOVER {
	color : #cb3f47;
	text-decoration : underline;
} 

.twoColFixLtHdr #sidebar1 .testo {
	background-image: url(../img/freccina_giu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 .testo h1 {
	color : #cb3f47;
	text-decoration : none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(../img/freccina_giu.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
} 
.twoColFixLtHdr #sidebar1 .testo p {
	color : #8f8f8f;
	font-size: 0.75em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}

.twoColFixLtHdr #sidebar1 .testo p A {
	color : #8f8f8f;
	text-decoration : underline;
}
.twoColFixLtHdr #sidebar1 .testo p A:LINK {
	color : #8f8f8f;
	text-decoration : underline;
 } 
.twoColFixLtHdr #sidebar1 .testo p A:HOVER {
	color : #cb3f47;
	text-decoration : underline;
	outline: none;
}
.twoColFixLtHdr #sidebar1 .testo p A:ACTIVE {
	color : #cb3f47;
	text-decoration : underline;
	outline: none;
} 
.twoColFixLtHdr #sidebar1 .testo p A:VISITED {
	color : #b0b0b0;
	text-decoration : none;
	outline: none;
} 
.twoColFixLtHdr #sidebar1 .testo p A:VISITED:HOVER {
	color : #cb3f47;
	text-decoration : underline;
} 

.twoColFixLtHdr #mainContent {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 220px;
} 
.twoColFixLtHdr #mainContent h1 {
	color : #cb3f47;
	text-decoration : none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(../img/freccina_giu.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
} 
.twoColFixLtHdr #mainContent p {
	color : #8f8f8f;
	font-size: 0.8em;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
} 
.twoColFixLtHdr #mainContent p img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #mainContent p A:ACTIVE {
	outline: none;
} 
.twoColFixLtHdr #mainContent p A:VISITED {
	outline: none;
} 
.twoColFixLtHdr #mainContent ul {
	color : #8f8f8f;
	font-size: 0.8em;
	padding-left: 33px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
} 
.twoColFixLtHdr #mainPhoto {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 437px;
	float: right;
	padding: 0;
} 
.twoColFixLtHdr #mainVideo {
	width: 365px;
	margin: 0px;
	background-image: url(../img/sfondo_mainVideo.jpg);
	height: 321px;
	padding-top: 30px;
	padding-left: 45px;
	background-repeat: no-repeat;
}


.twoColFixLtHdr #mainContentTec {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 500px;
} 
.twoColFixLtHdr #mainContentTec h1 {
	color : #cb3f47;
	text-decoration : none;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(../img/freccina_giu.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
} 
.twoColFixLtHdr #mainContentTec p {
	color : #8f8f8f;
	font-size: 0.8em;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
} 
.twoColFixLtHdr #mainContentTec p img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

.twoColFixLtHdr #mainContentTec p A {
	color : #8f8f8f;
	text-decoration : underline;
}
.twoColFixLtHdr #mainContentTec p A:LINK {
	color : #8f8f8f;
	text-decoration : underline;
 } 
.twoColFixLtHdr #mainContentTec p A:HOVER {
	color : #cb3f47;
	text-decoration : underline;
	outline: none;
}
.twoColFixLtHdr #mainContentTec p A:ACTIVE {
	color : #cb3f47;
	text-decoration : underline;
	outline: none;
} 
.twoColFixLtHdr #mainContentTec p A:VISITED {
	color : #b0b0b0;
	text-decoration : none;
	outline: none;
} 
.twoColFixLtHdr #mainContentTec p A:VISITED:HOVER {
	color : #cb3f47;
	text-decoration : underline;
} 
.twoColFixLtHdr #mainContentTec ul {
	color : #8f8f8f;
	font-size: 0.8em;
	padding-left: 33px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
} 
.twoColFixLtHdr #mainPhotoTec {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 157px;
	float: right;
	padding: 0;
} 
.twoColFixLtHdr #mainVideoTec {
	width: 380px;
	background-image: url(../img/sfondo_mainVideo.jpg);
	height: 305px;
	padding-top: 30px;
	padding-left: 45px;
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}


.twoColFixLtHdr #footer {
	height: 90px;
	padding-top: 0;
	padding-right: 27px;
	padding-bottom: 0;
	padding-left: 27px;
	background-image: url(../img/sfondo_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eaeaea;
	margin-top: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding-top: 44px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #999999;
	font-size: 0.65em;
}
.twoColFixLtHdr #footer p A {
	color : #999999;
	text-decoration : none;
}
.twoColFixLtHdr #footer p A:LINK {
	color : #999999;
	text-decoration : none;
 } 
.twoColFixLtHdr #footer p A:HOVER {
	color : #999999;
	text-decoration : underline;
	outline: none;
}
.twoColFixLtHdr #footer p A:ACTIVE {
	color : #999999;
	text-decoration : underline;
	outline: none;
} 
.twoColFixLtHdr #footer p A:VISITED {
	color : #999999;
	text-decoration : none;
	outline: none;
} 
.twoColFixLtHdr #footer p A:VISITED:HOVER {
	color : #999999;
	text-decoration : underline;
} 
.twoColFixLtHdr #footer p span.crediti {
	float: right;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
