@font-face {
    /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    font-family: "Arial";
    font-weight: normal;
    font-style: normal;

}

/*html,body{padding:0; width: 1024px; height: 768px; margin: auto; font-family: 'EnglishRegular'; font-size: 90%;}*/
html,body{padding:0; width: 1024px; height: 768px; margin: auto; font-family: 'Arial'; font-size: 90%;}
html {overflow-y: scroll;}:
body {
	background-repeat:no-repeat;
	background-color:white;
	background-position:top;
      }

a:link, A:visited { text-decoration: none; color: blue; }
a:hover { text-decoration: underline; }

h2 {
   font-size: 120%;
   font-weight:bold;
   }

h3 {
   font-size: 110%;
   font-weight:bold;
   }

h4 {
   font-size: 100%;
   font-weight:bold;
	margin: auto;
	padding-left:62px;
	padding-right:62px;
	text-align: justify;
   }

#content ul {
	padding-left:102px;
	padding-right:102px;
}

.ombrabox {
    -webkit-box-shadow: 2px 2px 5px #777;
    box-shadow: 2px 2px 5px #777;
    	 }

.ombra{text-shadow: #999 3px 4px 5px;}

.centro {
display: block;
text-align:center;
}

.dx {
display: block;
text-align:right;
}

.sx {
display: block;
text-align:left;
}

.sottolineato {
text-decoration: underline;
}

.corsivo {
font-style: italic;
}

.neretto {
font-weight:bold;
}

#header{
	margin: auto;
	width:999px; height:204px;
	background-image:url('images/header_bg.jpg'); background-position:center;	
	}

#header p{
	padding-left:44px;
	padding-top:13px;
	font-weight:bold;
	font-size:190%;
	color: black;
	padding:20px;
	}

#content {
	margin: auto;
	padding:22px;
	padding-left:52px;
	padding-right:52px;
	text-align: justify;
	font-size: 150%;
	}

#content p{
	margin: auto;
	padding-left:62px;
	padding-right:62px;
	text-align: justify;
	}


#footer {
	margin: auto;
	background-color: grey;
	color: white;
	height: 1.5em;
	width:999px;
	background: -moz-linear-gradient(50% 166% 90deg, rgba(255, 255, 255, 0.9), rgba(30,30,30,0.9));
	background: -webkit-gradient(linear, right bottom, right top, from(rgba(255, 255, 255, 0.9)), to rgba(30,30,30,0.9));
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	margin-bottom:20px;
	font-family: Arial;
	padding-top: 2px;}

#footer a{
	color: white;}

#contatore {
float: right;
color: white;
background-color: black;
opacity: 0.8;
text-align: right;
padding: 3px;
font-family: Arial;
}

/* inizio css menu */
#navbar {
	background-color: grey;
	height: 1.5em;
	width:999px;
	margin:auto;
	background: -moz-linear-gradient(50% 166% 90deg, rgba(255, 255, 255, 0.9), rgba(30,30,30,0.9));
	background: -webkit-gradient(linear, right bottom, right top, from(rgba(255, 255, 255, 0.9)), to rgba(30,30,30,0.9));
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	}

#navbar li {
	list-style: none;
	font-family: Arial;
	float: left; }

#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: transparent;
	color: #fff;
	text-decoration: none; }

#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #grey;}

#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }

#navbar li:hover li {
	float: none; }

#navbar li:hover li a {
	background-color: darkgrey;
	border-bottom: 1px solid #fff;
	color: #fff; }

#navbar li li a:hover {
	background-color: grey; }
/* fine css menu */

/* inizio classi div tabella */

.riga {
	clear: left;
}
.cella {
	height: auto; /* forse va modificato */
	width: 100px;
	float: left;
	border: none;
}

.cella1 {
	height: auto; /* forse va modificato */
	width:30px;
	float: left;
	border: 0;
}

.cella2 {
	height: auto; /* forse va modificato */
	width: 150px;
	float: left;
	border: 0;
}

.cella3 {
	height: auto; /* forse va modificato */	
	width: 500px;
	float: left;
	border: 0;	
}

.cella4 {
	height: auto; /* forse va modificato */	
	width: 100px;
	float: left;
	border: 0;	
}

.cella5 {
	height: auto; /* forse va modificato */	
	width: 250px;
	float: left;
	border: 0;	
}

.marginesx {
margin-left:50px;
margin-top:15px;
}

/* fine classi div tabella */
