    html, body {
        margin: 0;
        border: 0;
        padding: 0;
        font-family: Verdana,Helvetica, sans-serif;
        font-size: 11px;
        
    }
    
    body {
        text-align: center; /* fix IE centering page*/
    }
    
    #centrato {
        width: 950px;
        margin: 0 auto;
        text-align: left; /* fix IE centering page*/
		position:relative;
    }
    
    a:link, a:visited {
        text-decoration: none;
        color: #777;
    }
    
    img {
        border: none;
    }
    
    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    #intestazione {
        width: 100%;
        height: 80px;
    }
    
    #logo span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    #logo {
        float: left;
        position: relative;
        width: 151px;
        height: 23px;
        overflow: hidden;
        
        margin: 40px 0 0 30px;
        font-size: 16px;
        color: #000000;
    }
    
    #nav1 {
        float: right;
        margin-top: 40px;
        width: 370px;
    }
    
    ul#nav1 {
      float: left;
      width: auto;
      list-style: none;
      padding: 0;
      margin: 0 0 0 0;
    }
    
    #nav1 .menu, #nav1 .menuselected {
        float: left;
        width: 70px !important;
        width: 80px; /* Box model IE Fix */
        height: 18px;
        margin-right: 10px;
        padding-left: 10px;
        text-align: left;
        text-decoration: none;
    }
    
    ul#nav1 li {
      float: left;
      display: inline;
      width: 80px;
      margin-right: 10px;
      text-decoration: none;
    }
    
    ul#nav1 li a {
      display: block;
      padding: 2px 0 3px 10px;
    }
    
    #nav1 a {
        padding-top: 2px;
    }
    
    #cambiolingua {
        float: right;
        color: #000;
    }
    
    ul#cambiolingua {
      margin: 3px 0 0 0;
      list-style: none;
      padding: 0;
      line-height: 12px;
    }
    
      ul#cambiolingua li {
        display: inline;
        float: left;
        border-left: 1px solid #777;
        padding-left: 5px;
        margin-left: 5px;
      }
      
      ul#cambiolingua li:first-child {
        border-left: none;
      }
      

    
    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    #corpo {
        margin: 15px 0;
        width: 100%;
        height: auto !important;
        height: 473px; /* Box model IE Fix */
        min-height: 473px;
        position: relative;
    }
    
    #corpo h2 {
        font-size: 11px;
        font-weight: normal;
        margin: 7px 0 15px 0;
    }
    
    #nav2 {
        float: left;
        display: inline;
        margin-left: 30px;
        font-size: 11px;
        display: inline;
        padding-top: 40px;
    }
    
    ul#nav2 {
      margin: 0;
      padding: 0;
      list-style: none;
      float: none;
    }
    
    #nav2 li {
      display: block;
      min-height: 16px;
    }
    
    #nav2 a:link, #nav2 a:visited {
        display: block;
        font-weight: normal;
        position: relative;
        padding-left: 15px;
        left: -15px;
    }
    
    ul#nav2 a:link, ul#nav2 a:visited {
      color: #939598;
    }
    
    #nav2 a:hover {
        background: #FFF url(f_avanti_w.gif) center left no-repeat;
    }
    
    #nav2 .menu {
        color: #939598;
    }
    
    #nav2 .menuselected,
    ul#nav2 li.selected a {
        /********************* TODO ******************
        ATTENZIONE, il colore non viene preso da IE6 */
        color: #000000;
        background: #FFF url(f_avanti_w.gif) center left no-repeat;
    }
    
    #nav2 h2 a:link, #nav2 h2 a:visited, #nav2 h2 a:hover {
        position: relative;
        left: -15px;
        
        padding-left: 15px;
    }
    
    #back_elenco {
        float: left;
        font-size: 11px;
        margin: 0 0 7px 30px;
        display: inline;
    }
    
    #back_elenco a:link, #back_elenco a:visited {
        float: left;
        position: relative;
        left: -15px;
        padding: 7px 0 7px 15px;
    }
    
    #modulo_testo {
        margin-top: 9px;
        width: 280px;
        float: right;
        height: 440px;
        overflow: hidden;
    }
    
    #modulo_testo h1 {
        font-size: 11px;
        font-weight: bold;
        margin: 0 0 13px 0;
    }
    
    .altro_testo h3{
        margin: 0;
        font-weight: normal;
        color: #11EE11;
        font-size: 11px;
        
        cursor: pointer;
    }
    
    .altro_testo p {
        margin-top: 0;
    }
    
    #modulo_immagine {
        float: left;
        width: 660px;
        overflow: hidden;
        height: 430px;
        position: relative;
    }
    
    #altro_testo_box a {
        color: #11EE11;
    }
    
    #link_imma {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width:660px;
        height: 430px;
        background: url(empty.gif) top left no-repeat; /* fix IE*/
    }
    
    #chiudi_link {
        position: absolute;
        top: 10px;
        left: 10px;
        
        padding-left: 15px;
        background: #000 url(f_indietro_b.gif) center left no-repeat;
        cursor: pointer;
    }
    
    #nav4 {
        position: absolute;
        right: 12px;
        bottom: 7px;
        width: 270px;
    }
    
    #nav4 a {
        position: absolute;
        bottom: 0;
        width: 25px;
        height: 25px;
		background-color:transparent;
    }
    
    #nav4 a.avanti {
        right: 0;
    }
    
    #nav4 a.indietro {
        left: 0;
    }
    
    #scorri_immagini, #scorri_recordset {
        float: left;
        position: relative;
        text-align: center;
        padding: 0 17px;
    }
    
    #scorri_recordset {
        float: right;
    }
    
    #nav a {
        padding: 0 5px;
    }
    
    #nav span {
        position: absolute;
        right: 0;
    }
    
    #img_1 { position: absolute; top: 40px; left: 310px; }
    #img_2 { position: absolute; top: 40px; left: 445px; }
    #img_3 { position: absolute; top: 40px; left: 580px; }
    #img_4 { position: absolute; top: 40px; left: 715px; }
    #img_5 { position: absolute; top: 175px; left: 310px; }
    #img_6 { position: absolute; top: 175px; left: 445px; }
    #img_7 { position: absolute; top: 175px; left: 580px; }
    #img_8 { position: absolute; top: 175px; left: 715px; }
    #img_9 { position: absolute; top: 310px; left: 310px; }
    #img_10 { position: absolute; top: 310px; left: 445px; }
    #img_11 { position: absolute; top: 310px; left: 580px; }
    #img_12 { position: absolute; top: 310px; left: 715px; }
    
    .colonna {
        float: left;
        width: 255px !important;
        width: 245px; /* Box model IE Fix */
        margin: 9px 10px 0 0;
    }
    
    .colonna strong {
        display: block;
        cursor: pointer;
        height: 16px;
    }
    
    .colonna p {
        margin: 0;
        padding: 0 0px 0px 10px;
    }
    
    .profilo {
        height: 320px;
    }
    
    .didascalia {
        position: absolute;
        top: 0;
        left: 0;
        width: 115px;
        height: 115px;
        
        background-color: #EFEFEF;
        color: #000;
        padding: 5px;
        line-height: 110%;
        opacity: 0;
    }
    
    #lista {
        float: right;
        width: 530px;
        
        margin-right: 108px !important;
        margin-right: 54px; /* fix IE */
        font-family: Verdana,Helvetica, sans-serif;
        font-size: 11px;
        color: #777777;
        border-collapse: collapse;
    }
    
    #lista th {
        padding-bottom: 16px;
        border: none;
        font-weight: normal;
    }
    
    #lista th span {
        cursor: pointer;
    }
    
    #lista td {
        border-top: 1px solid #CCCCCC;
        border-collapse: collapse;
        border-spacing: 0;
        padding: 3px 0;
    }
    
    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    #footer {
        width: 100%;
        font-size: 10px;
        clear: both;
    }
    
    #footer table {
        border: none;
        margin: 20px 0 0 20px;
        border-spacing: 0;
        border-collapse: collapse;
    }
    
    #footer td {
        font-size: 10px; /* Fix IE 6 default*/
        text-align: right;
        padding: 0;
        line-height: 125%;
    }
    
    #footer_dati {
        float: right;
        margin-top: 36px;
        width: 370px;
        color: #777;
    }
    
    #footer_dati span {
        float: left;
        width: 120px !important;
        width: 130px; /* Box model IE Fix */
        margin-right: 20px;
    }
    
	#piva{
	font-size: 10px;
	 color: #777;
	 display:block;
	 position:absolute;
	 right:0px;
	 top:620px;
	}
    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    
    .colore_back {
        background-color: #11EE11 !important;
        color: #FFFFFF !important;
    }
    
    .colore_font {
        color: #11EE11 !important;
    }
    
    #oscura {
        position: absolute;
        top:0;
        left:0;
        background-color: #000000;
        width: 100%;
        height: 100%;
        display: none;
		z-index:10;
    }
    
    
    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    
    #lista td a:link, #lista td a:visited, #lista td a:hover {
        color: inherit;
    }
    
    #lista tbody td {
        cursor: pointer;
    }
    
    #lista {
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 35px;
    }
    
    .header span {
        float: left;
        padding-right: 17px;
    }
    
    .headerSortDown span {
        background: url(css/f_down_w.gif) bottom right no-repeat;
    }
    
    .headerSortUp span {
        background: url(css/f_up_w.gif) bottom right no-repeat;
    }
    
    #ricerca input[type=text] {
        margin: 4px 0 0 0;
        padding: 2px;
        border: 1px solid #939598;
        color: #000000;
        font-family: Verdana,Helvetica,sans-serif;
        font-size: 11px;
        width: 100px;
    }
    
    #ricerca input[type=submit] {
        border: none;
        background: #FFFFFF;
        color: #939598;
        font-family: Verdana,Helvetica,sans-serif;
        font-size: 11px;
        margin: 4px 0 0 0;
        padding: 0;
        cursor: pointer;
    }
    
    #ricerca label {
        /* viene creata da JS */
        display: block;
        color: #939598;
        font: inherit;
    }
    
    #ricerca span {
        /* viene creata da JS */
        background: none;
    }
    
    
    /*--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------*/
    
    #box2 {
        float: right;
        width: 680px;
        position: relative;
        margin-top: 40px;
    }
    
    #box2 p {
        position: absolute;
        left: 0;
        margin: 0;
        color: #939598;
    }
    
    #box2 p strong {
        color: #000000;
        font-weight: normal;
    }
    
    #box2 a:link, #box2 a:visited {
        display: block;
        color: #939598;
        font-weight: normal;
        position: relative;
        padding-left: 15px;
        left: -15px;
    }

    #box2 a:hover {
        background: #FFF url(f_avanti_w.gif) center left no-repeat;
    }
    
    #box2 a.attivo {
        background: #FFF url(f_avanti_w.gif) center left no-repeat;
        color: #000000;
    }
    
    #mappa {
        position: relative;
        float: right;
        width: 510px;
        height: 390px;
    }
    
    #mappa p {
        position: absolute;
        top: 303px;
        left: 0;
        
        color: #000000;
    }
	
	a.link_out{color:#11EE11;}