/* basic elements */
/* verde del logo  66ff00  
non ? esattamente lo stesso rgb del logo
/* basic elements */

body {
	color: black; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding: 0;
	}

p {
	color: black; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	}


a:link {
	color: blue; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 120%;
	}

a:visited {
	color: blue; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 120%;
	}

a.credits {
	font-size: 10px;
	}

td {
	color: black; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
	vertical-align: top;
	}

.credits {
	color: gray;
	background: white;
	font-size: 9px;
	width: 540px;
	text-align: center;
	}

.credits a {
	font-size: 9px;
	}

h1 {
	color: #66ff00; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 120%;
	padding-top: 10px;
	}

h2 {
	color: #66ff00; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 120%;
	}

h3 {
	color: #66ff00; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 120%;
	}

h4 {
	color: #66ff00; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 120%;
	}

h5 {color: #66ff00; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 120%}

h6 {color: #66ff00; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 120%}

ul li {
	list-style-type: disc;
	text-indent: 5px;
	}
	
ol li {
	list-style-type: upper-alpha;
	}
ol ol li {
	list-style-type: decimal;
	} 
li li {
	font-size: 100%
	;}

/* elementi specifici */


#topbar {
	position: absolute; 
	top: 0px; 
	left: 0px;
	background: white;
	width:400px;
	height: 78px;
	z-index:0;
	}

#topbar a {color: #ffffff;
	background: #66ff00;
	font-weight: bold;
	line-height: 140%;
	font-size: 17px;
	}
	
#topbar a:hover { color:white;}

#topbar_testo{color: #000000;
	background: white;
	line-height: 140%;
	font-size: 12px;
	position: absolute; 
	top: 1200px; 
	left: 0px;
	width: 630px; height: 20px;
	padding: 1px;
	z-index:0;
	}

/* #menu utilities */

#menu_utilities {color: #000000; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 140%; 
	position: absolute; top: 0px; left: 500px;
	overflow: visible;
	padding: 2px;
	width: 250px;
	z-index:0;
	}

#menu_utilities a {color: #000000;
background:white;
}

#menu_utilities a:hover {
	background-color:#66ff00;
	color:#000000;
	}


	/* #menu vale solo per le voci di menù che NON sono dei link e per gli spazi in mezzo*/

#menu {color: #66ff00; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 140%; 
	position: absolute; top: 90px; left: 200px;
	overflow: visible;
	padding: 2px;
	width: 560px;
	z-index:0;}

#menu a {color: #000000;
	background:white;
	text-decoration: none;}

#menu a:hover {background-color:#66ff00;
	color:#ffffff;
	text-decoration: none}


/* #menu2 vale solo per le voci di menù che NON sono dei link */

#menu2 {color: #000000; 
	background: white;
	font-family: "Verdana", sans-serif;
	font-size: 20px;
	line-height: 140%; 
	position: absolute; top: 150px; left: 0px;
	overflow: auto;
	padding: 2px;
	width: 190px;
	z-index:1;}

#menu2 td {color: #000000; 
	background: white;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	text-decoration: none;}

#menu2 a {color: #000000;
	font-size: 10px;
	background:white;
	text-decoration: none}

#menu2 a:hover {background-color:#66ff00;
	 color:#000000;
	font-size: 10px;}

/* corpo della pagina  */

#contenuto {color: black; 
	background: white; 
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 120%;
	position: absolute; 
	top: 150px; 
	left: 200px;
	width: 560px;
	z-index:0;
	}
	
#contenuto img  {background-color: #ffffff; 
	padding: 0px;}

#contenuto img.foto  {background-color: #ffffff; 
	padding: 0px 20px 0px 0px;}

#credits {color: gray;
	background: white;
	font-size: 9px;
	position: absolute; top: 1700px; left: 0px;
	width: 760px;
	text-align: center;
	z-index:0;}

#credits a {font-size: 9px;}

#testofinale {color: white;
	background: white;
	font-size: 9px;
	position: absolute; top: 800px; left: 0px;
	width: 760px;
	z-index:-10;
	}

