@charset "utf-8";

*{
	margin:0;
	padding:0;
}
body {
	background-color: #698AB5;
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


body,td,th {
	font-family: Helvetica, Arial, sans-serif;
}




#Contenitore {
	width: 960px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin:0 0 0 -480px;
}
#Contenitore #Testata {
	height: 95px;
	width: 100%;
	background-image: url(../img/sfondo_header.jpg);
	background-repeat: no-repeat;
}
#Contenitore #Testata h1 {
	font-size: 12px;
	margin: 0px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 70px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: normal;
}
#Contenitore #Menu {
	background-color: #B0C6F7;
	height: 35px;
	position: absolute;
	width: 960px;
	margin: 0px;
}
#Contenitore #Menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#Contenitore #Menu li {
	list-style:none;
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-left: 1px;
			}
.primo {
	width: 67px;
}
.secondo {
	width: 103px;
}
.terzo {
	width: 150px;
}
.quarto {
	width: 131px;
}
.quinto {
	width: 108px;
}
.sesto {
	width: 98px;
}

#Contenitore #Menu li a{
	background-image: url(../img/menu_blu.jpg);
	background-repeat: repeat-x;
	display:block;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	line-height:35px;
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#Contenitore #Menu li a:hover{
	color:#6888AF;
	background-image: url(../img/menu_bianco.jpg);
	background-repeat: repeat-x;
	background-position: left;
					}
#Contenitore #Menu li a.current{
	display:block;
	color:#6888AF;
	font-size:13px;
	font-weight:bold;
	line-height:35px;
	text-decoration:none;
	background-image: url(../img/menu_bianco.jpg);
	background-repeat: repeat-x;
	background-position: left;
	float: left;
	width: 296px;
				}
#Contenitore #Menu li a:hover.current{
	color:#6888AF;
	}


#Contenitore #Contenuti {
	width: 960px;
	background-color: #FFFFFF;
	padding-top: 50px;
	background-position: top;
	height: 730px;
}
#Contenitore #Contenuti #legenda {
	width: 500px;
	padding-left: 15px;
}
#td_verde {
	background-color: #8AFF8A;
	width: 55px;
	height: 18px;
}
#td_giallo_rossa {
	background-color: #FFDF61;
	height: 14px;
	width: 55px;
	border: 2px solid #FC5B10;
}
#td_diagonale {
	background-image: url(../img/linea_diagonale.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 55px;
	border: 1px solid #999999;
	background-position: center center;
}
#Contenitore  #Contenuti  #planimetria {
	width: 500px;
	padding-left: 15px;
	float: left;
}
#Contenitore #Contenuti #testo_lottizzazione {
	float: right;
	width: 410px;
	padding-right: 15px;
	padding-left: 20px;
}
#Contenitore #Contenuti #testo_lottizzazione p {
	font-size: 11px;
	width: auto;
	left: 140px;
	bottom: 30px;
	position: relative;
}

#testo_lottizzazione p {
	font-size: 14px;
}
#testo_lottizzazione ol {
	font-size: 12px;
	list-style:none;
}



#Contenitore #Piede {
	height: 90px;
	width: 960px;
	background-image: url(../img/sfondo_footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	padding-top: 20px;
	margin-top: 2px;
}
#td_blu {
	background-color: #8AD0FF;
	width: 60px;
	height: 18px;
}
#td_rossa {
	background-color: #FF7171;
	width: 60px;
	height: 18px;
	background-repeat: no-repeat;
}

