body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet Ms",verdana,  Sans-serif;
	background-color:#52B8E9;
	color:#666;

	}

#main{
	width:680px;
	margin:0px auto;
	background-color: #52B8E9;
}

#container {
	width:680px;
	background-color: #52B8E9;
}

#container_bianco {
	width:680px;
	background-color: #fff;
	padding:10px;

}

#top{
	width:680px;
}
#top h1 {
	font-size:28px;
}


/************destra*******/

#destra{
	float:right;
	position:relative;
	width:467px;
	height:277px;
	margin:0px;
	padding:0px;
}

#destra2{
	float:right;
	position:relative;
	width:467px;
	height:443px;
	background-image:url(images/sfondo_centro.jpg);
	background-repeat:repeat-x;
	background-color:#62BFEB;
	margin:0px;
	padding:0px;
}


#destra2 a {
	color:#fff;
	text-decoration: underline;
}
  
#destra2 a:hover {
	color: #fff;
	text-decoration:none;

}

#destra2 p {
	font-size:12px;
	color:#136A95;
		padding:8px;
		line-height:120%;

}

#destra2 h1{
	font-size:18px;
	color:#52B8E9;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	padding:8px;

}

#destra2 h2{
	font-size:18px;
	color:#fff;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	padding:8px;
}



#centro_fondo{
		float:left;
		position:relative;
		background-image:url(images/sfondo_centro_fondo.jpg);
		width:680px;
		height:130px;
}

img {
		margin:0px;
		border:0px;
		padding:0px;
}
/************bottom*****************/
#bottom{
	background-image:url(images/bottom.jpg);
	width:680px;
	height:129px;
	float:left;
		position:relative;
}
#bottom p{
	padding-top:80px;
	text-align:left;
	font-size:11px;
	color:#fff;

}
#bottom a {
	color:#2C7598;
	text-decoration: underline;
}
  
#bottom a:hover {
	color: #2C7598;
	text-decoration:none;

}

/*******************************testi***************************/

p {
	font-size:12px;
	color:#136A95;
	

}

h1{
	font-size:18px;
	color:#52B8E9;
	
	

}

h2{
	font-size:18px;
	color:#fff;


}

a {
	color:#52B8E9;
	text-decoration: underline;
}
  
a:hover {
	color: #52B8E9;
	text-decoration:none;

}

/*************** form con calendario **************/

#colore{
		background-image:url(images/colore.jpg);
		width:213px;
		height:35px;


}
#colore h3{
		color:#fff;
		font-size:13px;
		font-weight:bold;
		text-align:center;
		padding-top:8px;
		margin:0px;
}
 
#form {
	width: 213px;
	height:720px;
	float:left;	
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;


}

#form p {
	color: #666;
	padding: 10px 7px 7px 7px;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:100%;
}

#form a {
	font-weight: normal;
	font-size:10px;
	color: #666;
}

a:hover.privacy, a:active.privacy {
	text-decoration: underline;
}

#form form {
	margin: 0 0 0 10px;
}

#form .land_input {
	font-size: 11px;
	color: #000;
	border: #B6B6B6 solid 1px;
	width: 160px;
}

#form .land_input_data {
	font-size: 11px;
	color: #000;
	border: #B6B6B6 solid 1px;
	width: 115px;
}

#form .land_input_small {
	font-size: 11px;
	color: #000;
	border: #B6B6B6 solid 1px;
	width: 60px;
}

#form .land_calendario_button {
	border: 0;
	margin: 0;
	background: url(images/calendario_button.jpg) no-repeat;
	text-align: center;
	width: 35px;
	height: 20px;
	cursor: pointer;
	vertical-align: bottom;
}

#form .land_button {
	border: 0;
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height:58px;
	width: 140px;
	font-weight: bold;
}



#form .land_texarea {
	width: 170px;
	height: 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #666;
	overflow: auto;
}

