/* CSS CODE */ 

html, body{ 
 margin:0; 
 padding:0; 
 background-image: url(images/bg.gif);
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; 
 } 
 
.macro {
    font-size: 14px;
    font-weight:bold;
    color:Blue;
} 

.voci {
    font-size: 13px;
} 
 
#pagewidth{
}
 
#header{
 position:relative; 
 height:129px; 
 background-image: url(images/bg_banner.gif);
 background-repeat: repeat-x;
 width:100%;
} 
#banner {
background-image: url(images/banner.gif);
 background-repeat: no-repeat; 
 width: 737px;
 height: 129px;
}
#banner_ssel {
background-image: url(images/banner_ssel.gif);
 background-repeat: no-repeat; 
 width: 737px;
 height: 129px;
}
#maincol{
}
#contenuti {
background-color: #FFF;
background-image: url(images/bg_.gif);
background-repeat: repeat-y;
background-position: right;
width: 800px;
}

#menu {
float:left;
width: 134px;
background-image: url(images/menu_bg.gif);
background-repeat: repeat-y;
background-position: left;
padding-left: 10px;
margin-right: 10px;
}

#main {
padding-left: 150px;
padding-right: 15px;
padding-bottom: 20px;
}

#navi {
margin-left: 170px;
padding-top: 82px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

h1 { display: none; }

a.bianco { color: #FFF; }
a.bianco:hover { color: #005ABD; }

ul#mappa {
  list-style-type: square;
  margin-left: 20px;
  line-height: 18px;
  color: #444;  
  font-weight: bold;     
}

ul#mappa ul {
  list-style-type: disc;
  margin-left: 20px;
   font-weight: normal;       
}

ul#mappa ul ul {
  list-style-type: none; 
  margin-left: 20px;
  font-size: 0.9em;      
}