/***** generale *****/

* {
   border: 0px;
   margin: 0px;
   padding: 0px;
   }

body {
   background: #ccc url(../layout/sfondo1.gif) repeat-x top left;
   color: #000;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 81%;
   text-align: center;
   }

hr {
   display: none;
   }

a {
   background: #fff;
   color: #0000FF;
   }

a:hover {
   background: #0000FF;
   color: #fff;
   }

/***** esterno *****/

#esterno {
   width: 760px;
   background: url(../layout/sfondo_contenuto1.gif) repeat-y top center;
   margin: 0px auto 10px auto;
   }

/***** intestazione *****/

#intestazione {
   height: 160px;
   background: transparent url(../layout/header1.gif) no-repeat top center;
   color: #fff;
   }

   #intestazione h1 {
      font-size: 100%;
      padding-top: 40px;
      margin-left: 400px;
      margin-right: 20px;
      text-align: left;
      }

   #intestazione p {
      font-size: smaller;
      margin-left: 400px;
      margin-right: 20px;
      text-align: left;
      }

/***** corpo *****/

#corpo {
   margin: 10px 20px 20px 20px;
   text-align: justify;
   }
   

/***** menu *****/

#menu {
   width: 180px;
   float: left;
   }

   #menu ul {
	list-style: none;
	
      }

      #menu ul li {
         border-bottom: 1px solid #fff;
         }

         #menu ul li a {
            display: block;
            width: 180px;
            color: #4d4d4d;
            padding-left:  4px;
            background: #e5e5e5;
            text-decoration: none;
            border-bottom: 3px solid #959595;
            border-right: 1px solid #959595;
            border-left: 1px solid #959595;
            }

            #menu ul li a:hover {
               background: #e5e5e5;
               color: #0000FF;
               font-weight: bold;
               border-bottom: 3px solid #0000FF;
               padding-left: 4px;
               }

/***** contenuto *****/

#contenuto {
   width: 500px;
   margin-left: 25px;
   float: left;
   text-indent:  4px;
	
   }
   
	#contenuto ul li {
		list-style-type: square;
		
	}

   		#contenuto h2 {
		  text-align: center;
		  margin: 0px 20% 15px 20%;      
		  border-bottom: 3px solid #a00000;
		  }
      
			#contenuto h3 {
			  text-align: left;
			  margin: 0px 25% 15px 5px;      
			  color: #A52A2A;
			  font-weight: bold;
			  
			  }

   #contenuto p,
   #contenuto ul,
   #contenuto ol {
      margin-bottom: 15px;
      }
     	

#animazione_loghi {
	width: 180px;
	float: right;
	}

/***** chiusura *****/

#chiusura {
   height: 60px;
   background: url(../layout/footer1.gif) no-repeat bottom center;
   font-size: smaller;
   }

   #chiusura p {
      margin-left: 20%;
      margin-right: 20%;
      padding-top: 10px;
      border-top: 3px solid #ddd;
      text-align: center;
      
      }

/***** classi *****/

.chiudifloat {
   clear: both;
   }
   
.loghi {
	
	
	margin: 1px 4px 1px 1px ;
	float: left;
	text-align: left;
}

	
	
.testo {
	float: right;
	text-align: justify;
	
}

#lista1 {
	width:  200px;
	margin-left: 50px;
	background-color: #ffffff;
	color: #4d4d4d;
	float: left;
	text-align: left;
	
}

#lista2 {
	float: left;
	text-align: left;
	background-color: #ffffff;
	color: #4d4d4d;
	
}


#nota p {
	text-align: justify;
	margin-left: 20%;
    margin-right: 20%;
    font-size: 70% ;
	
}

#link {
	background-color: #fff;
	text-align: left;
	margin-left: 40px;
	list-style-position: inside;
	
	
}


#mixer {
	background-image: url("../immagini/mixerDef.jpg");
	background-repeat: no-repeat;
	display: inline;
	width:  467px;
	height:  298px;
	float: right;
}

#disegno {
	background-image:url("../immagini/cascianiCaricatura_rid.jpg");
	background-repeat: no-repeat;
	width: 400px;
	height: 333px;
	float: left;
}

#modulo {
	background-color: #7F7F7F;
	text-align: left;
	width: 460px;
   margin-left: 10px;
	padding-right: 20px;   
   padding-left: 20px;
   float: left;
   color: #fff;
   
}

#validation {
	height: 32px;
	width: 186px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	
}
	

#contatore {
	padding-top: 10px;
	height: 17px;
	width: 101px;
	text-align: center;
	margin-left: 20%;
   margin-right: 20%;
   
}


#map_canvas {
	border: 1px solid #ddd;
}