@charset "utf-8";
body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(immagini/bkg.jpg);
}
.twoColFixLtHdr #container {
	width: 753px;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* 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: 230px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr   #sidebar1   h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #08AB68;
	font-weight: bolder;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #04AF69;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar1 h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #08AB68;
	font-weight: bolder;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #04AF69;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	display: block;
}
.twoColFixLtHdr #sidebar1 h3 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #04AF69;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	background-color: #08AB68;
	display: block;
}

.twoColFixLtHdr #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
}


.twoColFixLtHdr #mainContent {
	width: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding: 0px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FF9600;
	font-weight: bolder;
	font-style: oblique;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent  h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #03633A;
	font-weight: bolder;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #03633A;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 9px;
}

.twoColFixLtHdr  #mainContent  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03633A;
	margin-right: 11px;
	margin-bottom: 0px;
	font-size: 12px;
	margin-left: 9px;
}
.twoColFixLtHdr  #mainContent  .p_tabella {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03633A;
	font-size: 12px;
	margin: 0px;
}



.twoColFixLtHdr #mainContent .tabella_cont {
	background-image: url(immagini/cont.jpg);
}
.twoColFixLtHdr #mainContent .tabella_cont2 {
	background-image: url(immagini/logo_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 55px bottom;
	height: 500px;
}

.twoColFixLtHdr #mainContent .tabella_int {
	background-image: url(immagini/tit_cont.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #mainContent .tabella_tit {
	background-image: url(immagini/piede_int.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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: 10px 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: 1px;
    line-height: 0px;
}
.button    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	height: 24px;
	width: 85px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
	color: #03633A;
	background-color: #FF9900;
	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: #03633A;
	border-right-color: #03633A;
	border-bottom-color: #03633A;
	border-left-color: #03633A;
}
.campi     {
	color: #03633A;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	margin: 2px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03633A;
	border-right-color: #03633A;
	border-bottom-color: #03633A;
	border-left-color: #03633A;
}
.div_campi_testo    {
	color: #03633A;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.label_campi       {
	color: #03633A;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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: #03633A;
	border-right-color: #03633A;
	border-bottom-color: #03633A;
	border-left-color: #03633A;
	color: #03633A;
}
.label_campielenchi {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-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: #03633A;
	border-left-color: #03633A;
}
.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;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #08AB68;
	font-weight: bolder;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #04AF69;
	margin: 1px;
}
a  #ombra {
	border: 1px solid #999999;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
a:hover #ombra {
	border: 1px solid #FFFFFF;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#ombra{
	clear: no;
	margin: 0px;
	border: thin solid #FFFFFF;
}a {
	margin: 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03633A;
}
