/* MZ - 2005 */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*font-family: georgia, times, "times new roman", serif;*/
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: white;
	background-image:  url(../images/nav_back.gif);
	background-repeat: repeat-y;
	background-position: 0px;
}

/* TOP PAGINA */
#banner {
	/*border-bottom: 1px solid #333;*/
	height: 60px;
	background-color: #99CCFF;
	padding: .5em;
	/*background-image:  url(../images/home_sfumato.jpg);*/
	background-image:  url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#banner h1 {
	margin: 0;
}

/* BARRA SINISTRA DEL MENU */
#nav {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 160px;
	font-size: 10pt;
	margin-left: 0px;
	/*background-color: #D5D5D5;*/
}

#nav ul {
	list-style-type: none;
	line-height: 11px;
	border-bottom: 1px solid Silver;
	margin: 0px 6px 0px 8px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#nav a {
	display: block;
    clear: both;
	width: 129px;
	border: 1px solid #D5D5D5;
	padding-top: 3px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 3px;
}

#nav a:link, #nav a:visited {
	color: Black;
	text-decoration: none;
}

#nav a:hover {
	background-color: #D7EBFF;
	/*color: Black;*/
	border: 1px solid #D7EBFF;
}

li#currentmenu a {
	padding-left: 6px;
	width: 129px;
	border: 1px solid #99CCFF;
	background-color: #99CCFF;
}

/* AREA DEI CONTENUTI*/
#content {
	/*position: absolute;
	top: 75px;
	left: 165px;*/
	padding-top: 1em;
	padding-left: 0.5em;
	margin: 0em 0em 0em 0px;
	margin-left: 159px;
	margin-right: 5px;
	/*background-color: #FFFFE1;*/
}

#content p {
	margin-top: 5px;
	margin-bottom: 0px;
}

#content h2 {
	margin-top: 0px;
}

#content table.border {
	background: #FFFFDD;
	border-collapse: collapse;
}

#content td.border {
	border: 1px solid #808080;
	vertical-align: top;
}

/* BOTTOM PAGINA */
#footer {
	color: white;
	background-color: #666;
	padding: 5px 4px 15px 4px;
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#footer a:link, #footer a:visited {
	color: White;
	/*text-decoration: none;*/
}

#footer a:hover {
/*	background-color: #D7EBFF;
	border: 1px solid #D7EBFF;*/
}

img.neltesto {
	float: left;
	padding-top: 5px;
	padding-right: 8px;
}
