@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: #000000;
	font-family: Tahoma;
	font-size: 100%;
	background-color: #3a3a3a;
	background-image: url(immagini/bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
.twoColFixLtHdr #container {
	width: 770px;
	margin: 0 auto;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	background-image: url(immagini/body1.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
.twoColFixLtHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(immagini/head1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.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: 10px 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: 140px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(immagini/menu1.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
	height: 670px;
}
.twoColFixLtHdr  #container  #sidebar1  tr a {
	font-family: Tahoma;
	font-size: 12px;
	color: #3B3B3B;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 tr p a {
	font-family: Tahoma;
	font-size: 9px;
	color: #D1D0B4;
	text-decoration: none;
}

.twoColFixLtHdr  #container  #sidebar1  tr a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #3B3B3B;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 tr p a:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #D1D0B4;
	text-decoration: underline;
}

.twoColFixLtHdr   #container   #sidebar1   .titoli {
	font-family: Tahoma;
	font-size: 12px;
	color: #3A3A3A;
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D0B4;
	background-color: #D1D0B4;
	list-style-type: none;
	background-image: url(immagini/listini_bkg.gif);
	background-repeat: repeat-y;
	background-position: 30px;
	padding: 0px;
	float: no;
	clear: no;
	display: block;
	text-align: left;
}

.twoColFixLtHdr #mainContent1 {
	margin-left: 145px;
	background-image: url(immagini/logo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}



.twoColFixLtHdr #mainContent {
	margin-right: 10px;
	margin-left: 145px;
	background-image: url(immagini/bkg_main.gif);
	background-repeat: no-repeat;
	background-position: center 158px;
	background-attachment: scroll;
	padding-right: 15px;
} 
.twoColFixLtHdr  #mainContent  #titolo {
	color: #D1D0B4;
	font-size: 24px;
	font-family: Tahoma;
	text-align: right;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-style: normal;
	border-bottom-width: 1px;
	border-top-color: #595959;
	border-right-color: #595959;
	border-bottom-color: #595959;
	border-left-color: #595959;
	background-image: url(immagini/sfondo_titoli.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 3px;
}
.twoColFixLtHdr #mainContent #titolo_home {
	color: #595959;
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bolder;
	font-style: normal;
}
.twoColFixLtHdr #mainContent #titolo_pagine {
	color: #595959;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bolder;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #595959;
}
.twoColFixLtHdr #mainContent #titolo_pagine_sotto {
	color: #595959;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bolder;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595959;
}

.twoColFixLtHdr #mainContent #titolo2 {
	color: #D1D0B4;
	font-size: 24px;
	font-family: Tahoma;
	text-align: center;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	border-bottom-width: 0px;
	background-color: #A62A2A;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 5px;
}
.twoColFixLtHdr  #mainContent  #titolo_elenco   {
	font-family: Tahoma;
	font-size: 12px;
	color: #595959;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #595959;
	border-right-color: #595959;
	border-bottom-color: #595959;
	border-left-color: #595959;
}
.twoColFixLtHdr  #container  #mainContent  a  {
	font-family: Tahoma;
	font-size: 12px;
	color: #595959;
	text-decoration: none;
}
.twoColFixLtHdr   #container   #mainContent   a:hover   {
	font-family: Tahoma;
	font-size: 12px;
	color: #D1D0B4;
	text-decoration: underline;
	background-color: #3A3A3A;
}




.twoColFixLtHdr #mainContent p {
	color: #595959;
	font-size: 10pt;
	font-family: Tahoma;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
.twoColFixLtHdr  #mainContent  #p_home {
	color: #595959;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
}
.twoColFixLtHdr  #mainContent  #p_home2 {
	color: #D1D0B4;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	background-image: url(immagini/sfondo_titoli.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 5px;
}
.twoColFixLtHdr #mainContent #p_home3 {
	color: #D1D0B4;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-style: normal;
	background-image: url(immagini/sfondo_titoli3.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #595959;
}
.twoColFixLtHdr #mainContent #p_home4 {
	color: #D1D0B4;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-style: normal;
	background-image: url(immagini/sfondo_titoli3.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #59595A;
}

.twoColFixLtHdr  #mainContent  .tabella_titoli_5 {
	color: #A62A2A;
	font-size: 14px;
	font-family: Tahoma;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	display: block;
	background-image: url(immagini/sfondo_titoli2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D1D0B4;
}



.twoColFixLtHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-image: url(immagini/bottom1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 34px;
} 
.twoColFixLtHdr #footer p {
	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: 9px;
	color: #D1D0B4;
	text-align: center;
	
	line-height: 10px;
}

.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;
}
.bkg_camere {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E3E3D2;
	border: 1px solid #3A3A3A;
	font-family: Tahoma;
	font-size: 12px;
	color: #3A3A3A;
	padding: 10px;
	text-align: justify;
}

.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;
}
.immagini   {
	border: 1px solid #FFFFFF;
}
.button    {
	border: 1px solid #595959;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	height: 24px;
	width: 85px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
	color: #595959;
}
.button2 {
	border: 1px none #595959;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	height: 16px;
	width: 85px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
	color: #595959;
}

.campi     {
	color: #595959;
	font-size: 10px;
	font-family: Tahoma;
	text-align: left;
	border: 1px solid #595959;
	padding: 0px;
	margin: 2px;
	background-color: #E3E3D2;
}
.div_campi_testo    {
	color: #595959;
	font-size: 12px;
	font-family: Tahoma;
	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: #595959;
	font-size: 10px;
	font-family: Tahoma;
	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: dotted;
	border-left-style: none;
	border-top-color: #595959;
	border-right-color: #595959;
	border-bottom-color: #595959;
	border-left-color: #595959;
}
#ombra {
	background-image: url(immagini/ombra.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}
#ombra2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3A3A3A;
	border-bottom-color: #3A3A3A;
	margin-bottom: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
}

.tabella_campi {
	color: #59595A;
	font-size: 9px;
	font-family: Tahoma;
	text-align: center;
	padding: 0px;
	margin: 2px;
	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: #D1D0B4;
	border-right-color: #595959;
	border-bottom-color: #595959;
	border-left-color: #D1D0B4;
}
.tabella_titoli {
	color: #D1D0B4;
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
	border: 1px solid #595959;
	padding: 0px;
	margin: 2px;
	background-color: #59595A;
	font-weight: bold;
}
.tabella_titoli_2 {
	color: #3A3A3A;
	font-size: 10px;
	font-family: Tahoma;
	text-align: left;
	background-color: #D1D0B4;
	background-image: url(immagini/listini_bkg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.tabella_titoli_3 {
	color: #D1D0B4;
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
	background-color: #59595A;
}
.tabella_titoli_4 {
	color: #D1D0B4;
	font-size: 14px;
	font-family: Tahoma;
	text-align: center;
	background-color: #A62A2A;
	font-weight: bold;
	padding: 0px;
	line-height: normal;
	display: block;
}
.tabella_campi_mini {
	color: #CAD0B4;
	font-size: 10px;
	font-family: Tahoma;
	text-align: center;
	padding: 0px;
	margin: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
.testo_camere {
	color: #3A3A3A;
	font-size: 12px;
	font-family: Tahoma;
	text-align: justify;
}
.campired {
	color: #595959;
	font-size: 10px;
	font-family: Tahoma;
	text-align: left;
	border: 2px solid #A62A2A;
	padding: 0px;
	margin: 2px;
	background-color: #E3E3D2;
}
.colleg {
	color: #D1D0B4;
	font-size: 10px;
	font-family: Tahoma;
	text-align: left;
}
.t_hide {
	visibility: hidden;
}

