* { margin:0px auto; padding:0px; }
/* serve ad azzerare tutti i margin e padding impostati automaticamente dai browser */

/* ------------------------------------------------------- TAG BASE */
body {
	text-align: center;
	background-image: url(../img/bg_head1600.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	color:#993300;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}


/* ------------------------------------------------------- LAYOUT */
#lay_head {
	height: 137px;
	}

#head_logo {
	height: 137px;
	width: 337px;
	background-image:url(../img/head_logo.jpg);
	background-repeat:no-repeat;
	background-position: top;
	}
#head_payoff {
	height: 100px;
	width: 583px;
	background-image:url(../img/head_payoff.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
#head_menu {
	height: 37px;
	width: 583px;
	text-align: left;
	
	}

#lay_page {
	background-image: url(../img/bg_pag.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align: left;
	}

#lay_foot {
	height: 50px;
	background-image: url(../img/bg_foot.gif);
	}
#lay_footcont {
	height: 30px;
	}
#lay_footcont p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9DA594;
	font-size: 10px;
	}
#lay_footcont a{
	color: #9DA594;
	text-decoration:none;
	}
#lay_footcont a:hover{
	color: #993300;
	text-decoration: underline;
	}

#coldx_cont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#666666;	
	margin-top: 30px;
	width:173px;
}
#colsx_cont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:16px;
}


/* ------------------------------------------------------- CLASSI */
.agenda_titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#646756;
	font-weight: bold;
	margin-top: 30px;
	}
.agenda_sottotitolo {
	font-size: 13px;	
	}
.agenda_testo {
	margin-top: 12px;
	line-height: 14px;

	
	}
.agenda_link {
	margin-top: 12px;
	text-align:right;	
	}
.agenda_riferimenti {
	margin-top: 12px;
	padding: 6px 0px;
	border-color: #CCCCCC;
	border-style:dotted none dotted none;
	border-width:1px;
}
/* ---------------------- tabelle elenco ---------------------- */
.separatore {
	background-image: url(../img/separatore_h.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.navigatore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-align: center;
	vertical-align: middle;
	margin-top: 24px;
}

