@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9c6733;
	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;
}
.twoColFixLtHdr #container {
	width: 650px;
	margin: 0 auto;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	background-color: #FFFFFF;
	background-image: url(immagini/bkg.jpg);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* azzerando il valore margin dell'ultimo elemento del div #header si evita la compressione del margine, con la creazione di uno spazio inspiegabile tra i div. Se il div è circondato da un bordo, questo accorgimento non è necessario perché anche il bordo impedisce la compressione del margine */
	padding: 0px; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 215px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 35px;
}

.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(immagini/footer.jpg);
	height: 20px;
	font-family: Tahoma;
	font-size: 9px;
	color: #E2C066;
	text-align: right;
	clip: rect(auto,auto,auto,auto);
	margin-right: 25px;
	margin-top: 0px;
	padding-top: 10px;
} 
.twoColFixLtHdr #footer a {
	font-family: Tahoma;
	font-size: 10px;
	color: #E2C066;
}

.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: 1px;
    line-height: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #652501;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #652501;
	font-size: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #652501;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #652501;
	font-size: 14px;
	word-spacing: normal;
	display: block;
	line-height: normal;
	margin: 0px;
}
h3       {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #652501;
	font-weight: bolder;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #652501;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #622601;
}
.button    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	height: 24px;
	width: 85px;
	color: #662603;
	background-color: #E2C066;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #652501;
	border-right-color: #652501;
	border-bottom-color: #652501;
	border-left-color: #652501;
}
.campi     {
	color: #642400;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	margin: 2px;
	background-color: #FFEAB3;
	border: 1px solid #662602;
}
.div_campi_testo    {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.label_campi       {
	color: #652501;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.label_campi_div      {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #652501;
	border-right-color: #652501;
	border-bottom-color: #652501;
	border-left-color: #652501;
	color: #652501;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.label_campielenchi {
	color: #333333;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.campi_titoli {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 0px;
	margin: 2px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #0000FF;
	background-image: url(images/bkg_button.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	font-style: normal;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #622601;
}
.immagini {
	border: 4px solid #FFFFFF;
}
a #immagini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #622601;
	border: medium groove #FFFFFF;
}
#ombra{
	clear: no;
	margin: 4px;
	border: 4px solid #FFFFFF;
}
