/* commenti
nuovi colori 
azzurro
00ccff
rosa
ff99ff
menu: link in grigio senza sottolineatura
link nel corpo del testo: in formato standard blu sottolineato
 */

#topbar {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width:760px;
	margin: 5px;
	z-index:0;
	}

#menu {
	color: black; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-size: 10px;
	line-height: 140%; 
	word-spacing: 5px;
	letter-spacing: 1px;	
	position: absolute; top: 170px; left: 0px;
	overflow: visible;
	margin: 10px 5px 10px 5px; 
	padding: 2px;
	width: 760px;
	z-index:0;
	}

#menu a {
	color:#999999; 
	background: white;
	font-size: 10px;	
	text-decoration: none;
	}

#menu a:hover {
	background-color:#ff99ff; 
	color:#ffffff;
	}
	
/* menu livello 2 non c' in home */

	
/* FINE menu livello 2 */


#contenuto_titolo {
	color: black; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-size: 12px;
	line-height: 120%;
	position: absolute; top: 200px; left: 0px;
	width: 760px;
	margin: 0px 5px 0px 5px;
	z-index:0;
	}

#contenuto {
	color: black; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-size: 12px;
	line-height: 150%;
	position: absolute; top: 270px; left: 240px;
	width: 520px;
	margin: 0px 5px 0px 5px;
	z-index:0;
	}
	
#illustrazioni {
	color: black; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-size: 12px;
	line-height: 120%;
	position: absolute; top: 290px; left: 0px;
	width: 200px;
	margin: 0px 5px 5px 5px;
	z-index:0;
	}

#credits {
	color: gray;
	background: white;
	font-size: 9px;
	position: absolute; top: 600px; left: 0px;
	width: 520px;
	margin: 0px 5px 0px 5px;
	text-align: center;
	z-index:0;
	}

#credits a {font-size: 9px;}

#banners {
	position: absolute; top: 680px; left: 210px;
	width:760px;
	margin: 5px;
	z-index:0;
	}

body {	
	color: black; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-size: 12px;
	line-height: 150%
	}

p {	
	color: black; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-size: 12px;
	line-height: 150%}

a {
	background: white; 
	font-family: "verdana", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 120%;	
	}
	
a:hover {
	background-color:#ff99ff; 
	color:#ffffff;
	}

.credits {
	color: gray;
	background: white;
	font-size: 9px;
	width: 520px;
	margin: 0px 5px 0px 5px;
	text-align: center;
	}

.credits a {
	font-size: 9px;
	}

td {	color: black; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-size: 12px;
	line-height: 140%;
	z-index:-5;
	}

h1 {
	color:#00ccff; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	}

h2 {	
	color: #00ccff; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	}

h3 {
	color: #00ccff;
	background: white;
	font-family: "verdana", sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	}

h4 {	
	color: #00ccff; 
	background: white; 
	font-family: "verdana", sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	}

h5 {
	color: #000000; 
	background: #ffffff; 
	font-family: "verdana", sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 100%;
	}


ul li {
	list-style-type: disc;
	text-indent: 5px;
	line-height: 130% }
ol li {
	list-style-type: upper-alpha;
	line-height: 130%}
ol ol li {
	list-style-type: decimal;
	line-height: 130%} 
li li {
	font-size: 100%;
	line-height: 130%}

#topbar_testo{color: black;
	background: white;
	font-weight:normal;
	line-height: 100%;
	font-size: 12px;
	position: absolute; top: 110px; left: 0px;
	width:760px;
	margin: 5px;
	z-index:-1;}

