body { 
	 margin: 0px auto; padding:0;
	text-align: center;
	background-image:url(fiori-frutta.png);
	background-repeat: repeat-x;
}
hr { display: block; border:1px dotted #ececff; }
ol { list-style-image:url(blu.gif); background-repeat:no-repeat; }
a:link { color: #0000ff; text-decoration:none;font-family: Verdana;font-size:9.0pt;}
a:visited { color: #800080; text-decoration:none;font-family: Verdana;font-size:9.0pt; }
a:hover {
color: #ff0000;
font-family: Verdana;
font-size:10pt; text-decoration:none;
}
p {font-family: Verdana,helvetica,sans-serif;font-size:9.0pt; text-align:justify; 
	margin-left:10px;margin-right:10px;color:#000;}
.titolo {font-family: Verdana,sans-serif;font-size:10pt; font-weight:bold;margin-left:20px;margin-right:20px;color:#ff0066;}
/* centrare la pagina web a larghezza fissa */

#testa { width:90%; margin:1em auto; text-align:center; }
#corpo { width:90%; margin:1em auto; text-align:left; }
#piedipagina { width:90%; margin:1em auto; text-align:left; }

/* testa */
#testa { 
 
	border:0px solid #ffff99; 
	padding:1em 0;
	margin-top: 200px; 
}

/* corpo */
#corpo { 
	position:relative; 
	background:#fff; 
	border:0px solid #ffff99;
	margin-top: 10px; 
}
#corpo-colonna1 { 
	position:absolute; top:0; left:0; 
	width:20%;
	border:1px dotted #ececff;
	background:#fff; 
	padding:1em 0; 
}
#corpo-colonna2 { 
	margin:0 21% 0 20%; 
	border-left:1px dotted #ececff; 
	border-right:0px dotted #ffffcc; 
	background:#fff; 
	padding:1em 0; 
}
#corpo-colonna3 { 
	position:absolute; margin-left:2%; top:0; right:0; 
	width:19%;
	height:390px;
	border:1px dotted #ececff;
	background:#fff; 
	padding:1em 0; 
}
#box-colonna3 { 
	position:absolute;
	margin-left:10px;
	padding:10px; 
	width:165px;
	height:300px;
	border:1px dotted #ececff;
	background:#fff; 
	 
}

/*pie' di pagina */
#piedipagina { 
	background:#808080;
	color:#FFFFFF;
	height: 90px; 
	border:0px solid #ffffff; 
	padding:1em 0; 
}
/*menu */
.navlist li {
list-style: none;
display:inline;
margin: 0;
width:800px;
height:20px;
margin-top: 1px;
}

.navlist li a {
padding: 3px 0.5em;
width:80px;
height:20px;
margin-left: 3px;
border: 1px solid #000000;
border-bottom: none;
background: #000000;
text-decoration: none;
font-family: Verdana;
font-size:9pt;
}

.navlist li a:link { color: #ffffff;}
.navlist li a:visited { color: #ffccff;}

.navlist li a:hover {
color: #ffffff;
background: #ff0066;
border: 1px solid #ffffff;
font-family: Verdana;
font-size:12pt;
}

.navlist li a#current {
color: #667;
background: white;
border-bottom: 1px solid #ffff00;
}
