/*RICORDARSI TUTTI I FONT IN PIXEL DEL MENU ED I FONT FAMILITY*/

html	{	height: 100%;
		padding: 0;
		border: 0;
		margin: 0;
		}

body	{	font-family: verdana, sans-serif;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;	/* centrato IE*/
		padding: 0px;
		font-size: 12px;
		background-color: white;
		}

div#contenitore { width: 960px;
		text-align: left;
		height: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;		/* centrato */
		margin-right: auto;		/* centrato */
		background-color: white;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border: 0;
	/*	background-color: mintcream; */
    		}

div#mainalto { width: 960px;
		  margin-bottom: 0px;
		  margin-top: 0px;
		  margin-left: 0px;
		  margin-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border: 0;
	/*	background-color: peachpuff;  */
		}

div#mainmenu {	width: 960px;
		height: 40px;
		margin-top: 1px;
		  margin-left: 0px;
		  margin-right: 0px;
		  margin-bottom: 6px;
		 padding: 0;
		border: 0;
	/*			background-color: pink;  */
		}
		
		
ul#menul {	float: left;
				width: 135px;
				margin-top: 4px;
		 padding: 0;
		}
		
ul#menul {  width: 960px;
  margin: 2 2 2 2;
  list-style-type: none;
}



  ul#menul li {
  margin-top: 4px;
      float: left;
      width: 128px;
	  height: 16px;
	  margin: 3px 3px 4px 4px;
	  text-align: center;
	  background-color: DEEPSKYBLUE;
    }
		
		
ul#menul li a{  text-decoration: none;
			border: 0;
			color: DARKBLUE;
			font-size: 12px;
			font-family: verdana;
			font-weight: bold;
		}

ul#menul li a:hover{ color: black;
		font-size: 12px;
		text-decoration: none;
		background-color: LIGHTBLUE;
		}
		
ul#menul li a:visited{ text-decoration: none;
			border: 0;
			color: DARKBLUE;
			font-size: 12px;
			font-family: verdana;
			font-weight: bold;
			}

ul#menul li a:active{ text-decoration: underline;
			border: 0;
			color: red;
			font-size: 12px;
			font-family: verdana;
			font-weight: bold;}




div#mainbody { 	height: auto;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 4px;
		padding: 0;
		border: 0;
		color: darkblue;
		font-size: 16px;
		 }

div#mainbottom { 
		clear: both;
		background-color: aliceblue;
		width: 960px;
		text-align: right;
		margin-top: 20px;
		}

div.imghome { float: left;
			width: 230px;
			text-align: center;
			background-color: white;
			}
			
img.imghomelinks { border: 0px;
			}



a.designdo:link, a.designdo:visited   {	font-size: 9px;
						color: darkgray;
						  	text-decoration: none;
					     }


a.designdo:active, a.designdo:hover  {  	text-decoration: none;
			color: sandybrown;
			font-weight: bold;
					     }



div.menuu	{ margin: 0px 0px 0px 0px;
		  padding: 0px 0px 0px 0px;
		  text-align: center;
  		}



div.orario	{ border: 2px solid darkblue;
		 margin: 5px 5px 5px 5px;
		padding: 5;
		}

div.prezzo	{ width: 420px;
		  border-bottom: 2px dashed darkblue;
		 margin: 5px 5px 5px 5px;
		padding: 5;
		}


div.attivitaa	{ width: 930px;
		  border: 2px solid darkblue;
		 margin: 5px 5px 5px 5px;
		padding: 5;
		}

div.attivitab	{ width: 930px;
		  border: 2px solid orangered;
		 margin: 5px 5px 5px 5px;
		padding: 5;
		}


a.commonlink:link, a.commonlink:visited { color: darkblue;
									font-weight: bold;
									}
									
a.commonlink:hover, a.commonolink:active  { color: red;
				}
				



a.fototour:link, a.fototour:visited	{ color: darkblue;
				  text-decoration: none;
				  font-weight: bold;
					} 

a.fototour:active, a.fototour:hover	{ color: skyblue;
				  text-decoration: underline;
				  font-weight: bold;
					} 

span.gr { font-weight: bold;
		}

li.md2 { margin-bottom: 3px;
	}
		
----------------------------------------------------------------


