 /* COLORI
 verde acqua = 009182
 */

  body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;

     /*background-image:url(../img/sfondo-pattern.gif); 
     background-repeat:repeat-x; */
     background-color:#333333;
   }
   
   #content{
   width:960px;
   margin-left:auto;
   margin-right:auto;
   border:1px solid #cccccc;
   margin-top:15px;
   }
   
   #top_bg{
     background-image:url(../img/top-bg.gif);
     background-repeat:repeat-x;
     width:100%;
     height:220px;
   }
   
   #footer{
   margin-left:auto;
   margin-right:auto;
   width:960px;
   text-align:center;
   margin-top:5px;
   }
   
   #barra-logo{
   height:126px;
   background-image:url(../img/bg-bar.jpg);
   background-repeat:repeat-x;   
   }
   
   #menu_content{
   height:40px;
   width:100%;
   background-image:url(../img/menu_cnt.gif);
   background-repeat:repeat-x;
   }
   
   #menu_footer{
   height:21px;
   width:100%;
   background-image:url(../img/menu_footer.gif);
   background-repeat:repeat-x;   
   }

.menu_ed{padding:2px 10px 2px 10px;border: 0;cursor: pointer;text-align:center;background-color:#666666;color:#ffffff;text-decoration:none;}
.menu_ed:hover{padding:2px 10px 2px 10px;border: 0;cursor: pointer;text-align:center;background-color:#E2007E;color:#ffffff;text-decoration:none;}      
.menu_ed_active{padding:2px 10px 2px 10px;border: 0;cursor: pointer;text-align:center;background-color:#666666;color:#ffffff;text-decoration:none;}            

.barra_titolo{
background-color:#777777;
width:99%;
padding:3px;
}

.foto_bord{
border:2px solid #cccccc;
}