/* CSS Gennaretti */
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  }
  
body {
  color: #321402;
  background: #007576;
  font-family: "trebuchet MS", trebuchet, verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  text-align: center;
  }
  
hr, h1 {
  display: none;
  }
  
a {
  color: #26898a;
  background: #fff;
  }
  
a:hover {
  color: #fff;
  background: #26898a;
  }
  
table {
  border: 1px solid #007576;
  border-collapse: collapse;
  margin: 10px 0px 10px 0px;
  width: 99%;
  }
  
td, th {
   border: 1px solid #007576;
   }
   
.intestazione {
   font-weight: bold;
   text-align: center;
   }

.prima_colonna {
   width: 450px;
   }
  
#esterno {
  color: #321402;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20 px;
  background: #fff url(sfondo.gif) repeat-y top center;
  }
  
/******************** intestazione pagina *************************/

#header {
  height: 110px;
  margin-bottom: 0px;
  background: url(header.gif) no-repeat top center;
  padding-top: 35px;
  position: relative;
  }

    #header p {
      margin-left: 350px;
      font-size: smaller;
      }

    #logo {
      display: none;
      }
      
    #header ul {
      position: absolute;
      bottom: 5px;
      right: 25px;
      list-style: none;
      }

      #header ul li {
        display: inline;
        }
/******************** menu pagina*************************/

#menu {
  background: #70aeac;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-top: 2px solid #007576;
  border-bottom: 2px solid #007576;
  }
  
 #menu ul {
   list-style: none;
   }
  
   #menu ul li {
    display: inline;
    }

    #menu ul li a {
				color: #fff;
				background: #70aeac;
				text-decoration: none;
				font-weight: bold;
				margin: auto 7px auto 7px;
				padding-left: 3px;
				padding-right: 3px;
            border-bottom: 3px solid #70aeac;
				}

      #menu ul li a:hover {
        border-bottom: 3px solid #fff;
        }
        
        #menu ul li span {
				color: #fff;
				background: #70aeac;
				font-weight: bold;
				margin: auto 7px auto 7px;
				padding-left: 3px;
				padding-right: 3px;
            border-bottom: 3px solid #fff;
				}

/******************** corpo pagina *************************/  
 
#corpo {
  width: 96%;
  margin-left: 2%;
  text-align: left;
  margin-top: 20px;
  }
  
  #corpo h2,
  #corpo h3,
  #corpo h4,
  #corpo h5,
  #corpo h6,
  #corpo p {
    margin-bottom: 10px;
    }

    
/******************** parte sinistra *************************/	
 
#sinistra {
  width: 500px;
  float: left;
  }
  
#sinistra_larga {
   }

  #sinistra li, #sinistra_larga li {
      margin-left: 30px;
      margin-bottom: 5px;
      }
  
#centrifuga {
  float: left;
  margin-right: 10px;
  }
  
 #sinistra ul {
    margin-left: 10px;
    margin-bottom: 30px;
    }

.img_sinistra {
   float: left;
   margin-right: 10px;
   }

.img_destra {
   float: right;
   margin-left: 10px;
   }  

.img_centro {
   float: center;
   margin-left: 20px;
     }  

/******************** parte destra *************************/	

#destra {
  width: 190px;
  float: right;
  margin-left: 20px;
  padding: 5px;
  background: #e1e9e9;
  border: 1px solid #adcfcf;
  }
  
#destra_nascosta {
   display: none;
   }
  
  #destra ul {
    list-style: none;
    margin-left: 10px;
    }
    
    #destra li {
       margin-bottom: 5px;
       }
    
    #destra a {
      text-decoration: none;
      color: #26898a;
      background: #e1e9e9;
      border-bottom: 3px solid #e1e9e9;
      }
    
      #destra a:hover {
        border-bottom: 3px solid #26898a;
        }
        
      #destra li span {
         color: #26898a;
         background: #e1e9e9;
         border-bottom: 3px solid #26898a;
         }

.chiudi_float {
  clear: both;
  }

.destra {
  text-align: right;
  }


/******************** footer pagina *************************/	

#footer {
  height: 45px;
  background: url(footer.gif) no-repeat center bottom;
  margin-top: 30px;
  }
#footer p {
  margin-left: 25%;
  margin-right: 25%;
  border-top: 1px solid #adcfcf;
  padding-top: 10px;
  font-size: smaller;
  }
  

.centra {
   text-align: center;
   }

