/* CSS Document */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	margin-top: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

/* STRUTTURA PAGINA */
#Contenitore {
	z-index:1;
	width: 900px;
	margin: auto;
}
#Intestazione {
	position:relative;
	z-index:2;
	width: 100%;
	height: 100px;
	top: 10px;
}
#Area {
	position:relative;
	z-index:2;
	width: 100%;
	height: 400px;
}
#Piepagina {
	position:relative;
	z-index:2;
	width: 100%;
	height: 100px;
	top: 10px;
	visibility: hidden;
}
#Menu {
	position:absolute;
	z-index:2;
	background-color: #FF0000;
	width: 200px;
	left: 10px;
	top: 10px;
	visibility: hidden;
}
#Pagina {
	position:absolute;
	z-index:2;
	width: 100%;
	left: 10px;
	top: 10px;
	background-color: #FFFFFF;
}
#Evidenza {
	position:absolute;
	width:100px;
	z-index:2;
	background-color: #CCCCCC;
	right: 0px;
	top: 0px;
	visibility: hidden;
}

/* PAGINA */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #339966;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #339966;
}

/* MENU */
#Menu a{
	color: #FFFFFF;
	text-decoration: underline;
}
