@font-face 
{
 font-family: Futura-Book;
 src: url(../fonts/FUTUR2.TTF)
}
html,body{
     height:100%;
     margin:0px;
	 padding:0px;
	 /*background-image: url(../img/sfondi/sfondo01.jpg);*/
 	 background-size:cover;
 	 background-repeat: no-repeat;
 	 background-position: center;
 	 font-family:Futura-Book;
 	 color:#444444;
 	 font-size:13px;
 }
#container{
    position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:auto;
 }
 #container_old{
    margin:0px;
	height:99.8%;
	padding:0px;
	border:1px solid rgba(0,0,0,0);
 }
.menu_main
{
    color:#333333;
    font-family:futuraM,Futura-Book;
    text-decoration: none;
    font-size:16px;
}
.menu_main:hover
{
    color:#888888;
    font-family:futuraM,Futura-Book;
    text-decoration: none;
    font-size:16px;
}
.menu_main_sel
{
    color:green;
    font-family:futuraM,Futura-Book;
    text-decoration: none;
    font-size:16px;
}
.menu_separatore
{
    margin-bottom:-4px; 
    margin-left:4px; 
    margin-right:4px
}
#menu_blocco
{
    width:960px; 
    text-align:right; 
    margin-top:0px;
    padding-top:10px;
    /*
    padding-right: 20px;
    border: 1px solid red; 
    */  
}
#corpo_testo
{
    padding-top:20px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    float:left;
}
#piede
{
    text-align:center;
    color:#666666;
    font-size:10px;
    padding-bottom:10px;
    padding-top:10px;
    float:left;
    width:100%;
}
#corpo_sito
{
    width:980px; 
    background-color:rgba(255,255,255,0.4); 
    margin-top:-15px;  
    display:block;
    float:left;    
}
#centratura
{
    width:980px; 
    margin-left:auto; 
    margin-right:auto; 
    display:block;    
}
.hp_aree_intervento_link
{
    text-decoration:none;
    color:  #444444;
}
.hp_aree_intervento_link:hover
{
    text-decoration:none;
    color:  #008f36;
}
.formbox
{
    width:415px;
    padding-left:5px;
    height:30px;
    border-radius:10px 10px 10px 10px;
    border:1px solid #cccccc;
    margin-top:10px;
    font-size:12px;
    font-style:normal;
    color:#444444;
    overflow:hidden;
    background-color:rgba(240,240,240,0.7);
    font-family:verdana;
    font-style:italic;
}
.testo_link
{
    text-decoration:none;
    color:Blue;    
}
.testo_link:hover
{
    text-decoration:none;
    color:#008f36;    
}
.titolo_contatti
{
    font-size:18px;
    font-weight:bold;   
}
.tree_node
{
    color:#444444;
}
.tree_node_root
{
    color:#444444;
    font-size:16px;
}
.tree_node:hover
{
    color:#008f36;
}
.tree_node_sel
{
    color:red;
}