#infobar h2 {  
    margin-top: 1em;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0.2em;
    font-size: 0.95em;
    color: #163955;
    font-weight: normal;
    background-color: #bad8e1;
    background-image: url("img/bkg_h2_inforef.gif");
    background-repeat: repeat-x;
    background-position: bottom left;    
    border: 1px solid #91b6c3;
    }

/*** sembra non servire per il momento ***/    
#infobar h3 {  
   margin-top: 0.1em;
   margin-left: 0.4em;
   margin-bottom: 0;
   font-size: 0.85em;
   font-weight: normal;
   color: #red;
   background-color: #d3e4f2;
}

#informazioni{
    background-color: #f8fbfd;
    background-color: #f8fbfd;
    background-image: url("img/bkg_div_info.gif");
    background-repeat: no-repeat;
    background-position: right bottom;

    margin-left: 0.6em;
    
    }

#referenti {
    background-color: #f8fbfd;
    background-image: url("img/bkg_div_ref.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-left: 0.6em;
    }

#infobar dl {
    margin-left: 0;
    margin-top: 0;
    padding: 0.4em;
    padding-top: 0.6em;
    padding-bottom: 0.8em;
    border: 1px solid #91b6c3;
    
/*    border: 1px solid red; */
    background-image: url("img/bkg_dl_inforef.gif");
    background-repeat: repeat-x;
    background-position: top left;

    font-size: 0.85em;        
    }

#infobar dl dt {
    color: #28779f;;
    }       

#infobar dl dd {
    margin-left: 0.4em;
    margin-bottom: 0.2em;
    }           

#infobar a {
   color: #036;  
   text-decoration: none;
   border-bottom: 1px dotted #036;
   }    

#infobar a:hover {
   color: #fff;
   background: #036;
   }   
    
