/****************foglio di stile per landing page: parametri condivisi e div generali ***************/

body {
		margin: 0px;
		padding: 0px;
		border:0px;
		font-family: "Trebuchet Ms",verdana, Sans-serif;
		background: url(images/sfondo_body.jpg) repeat-x #B6E8FF;
		color: #333;
	}
	
img {
		margin:0px;
		border:0px;
		padding:0px;
}


#main{
		margin:0px auto;
		width:840px;
		height:auto;
		background:url(images/sfondo_main.jpg) repeat-y #FFFFFF;
}
#top{
	width:840px;
	height:393px;
	background:url(images/sfondo_top2.jpg) no-repeat;
	margin:0;
	padding:0;

}



#container_cnfrm{
		width:840px;
		height:350px;
		margin-top:20px;
}


#centro{
	width:840px;
	overflow:hidden;
	

}

#contenitore_testo{

	height:auto;
	padding:0 50px;
	margin-top: 10px;

}

#contenitore_centro{
	width:840px;
	height:auto;
	padding-top: 20px;

}

.contenitore_sinistro{
	width: 260px;
	height: auto;
	float:left;
	margin: 0px;
	padding-left:40px;

}

.contenitore_immagini{
float:left;
	width:800px;
	height:178px;
	padding-left:40px;
	margin-top: 0px;

}

.tabcentro{

	padding:0 7px;
}


.tabcolonna{
	padding:0 15px;
}



#bottom{
		background:url(images/sfondo_bottom.jpg) no-repeat;
		width: 840px;
		height:200px;
}

#tabella_bottom{
	width:800px;
	height: 92px;

	margin:0 auto;

}			
			
			#bottom p{
				font-size:11px;
				color: #333;
				line-height:110%;
			
			}
			
			#bottom a {
				color:#094EA1;
				text-decoration: underline;
			}
			  
			#bottom a:hover {
				color:#094EA1;
				text-decoration:none;
			}


/********************* form con calendario ***********************/


.form {

	width: 500px;
	height:336px;	
	float: right;	/****** importante: indica la posizione del form nella pagina**/
	margin:0px;
	padding-right: 40px;
	background: url(images/sfondo_form.jpg) no-repeat;
	font-family: "Trebuchet Ms",verdana, Sans-serif;
	font-size: 12px;

	}
	
.form p {
	color: #333;
	padding:5px;
	margin: 0;
	font-family: "Trebuchet Ms",verdana, Sans-serif;
	font-size:11px;
	line-height:100%;
}

.form a {
	font-weight: normal;
	font-size:10px;
	color: #333;
}

a:hover.privacy, a:active.privacy {
	text-decoration: underline;
}

.form form {
	margin: 0 0 0 10px;
}

.form .land_input {
	font-size: 11px;
	color: #333;
	border: #B6B6B6 solid 1px;
	width: 160px;
}

.form .land_input_data {
	font-size: 11px;
	color: #333;
	border: #B6B6B6 solid 1px;
	width: 115px;
}

.form .land_input_small {
	font-size: 11px;
	color: #333;
	border: #B6B6B6 solid 1px;
	width: 35px;
}
.form .land_input_medium{
	font-size: 11px;
	color: #333;
	border: #B6B6B6 solid 1px;
	width: 90px;
}
.form .land_calendario_button {
	border: 0;
	margin: 0;
	background:url(images/calendar_button.jpg) no-repeat center;
	text-align: center;
	width: 22px;
	height: 19px;
	cursor: pointer;
	vertical-align: bottom;
	font-size: 11px;
	color: #333;
}

.form .land_button {
	border: 0;
	font-size: 12px;
	color: #fff;
	background-image: url(images//button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height:24px;
	width: 92px;
	font-weight: bold;
}


.form .land_texarea {
	width: 240px;
	height: 100px;
	font-family: "Trebuchet Ms",verdana, Sans-serif;
	border: 1px solid #ccc;

font-size: 11px;
	color: #333;
	
}

/***********************************fine form******************************/
/****************************** tag html ********************************/

p {
		font-family: "Trebuchet Ms",verdana, Sans-serif;
	font-size:13px;
	color: #333;
	line-height:120%;

}

h1{
	font-size:20px;
	font-family: "Trebuchet Ms",verdana, Sans-serif;
	color: #094EA1;
	padding:0;
	margin:0;

	font-weight:bold;

}
h2{
	font-size:16px;
	color: #094EA1;
	padding:0;
	margin:0;
	font-style:italic;
	font-weight:bold;

}

h3{
	font-size:14px;
	color: #094EA1;
	padding:3px;
	margin:0;

	font-weight:bold;

}
a {
	color: #333;
	text-decoration: underline;
}
 
 
a:hover {
	color: #333;
	text-decoration:none;

}

.left{
	float:left;
	margin-right:10px;
}

ul {
	font-size:13px;
	color: #333;
	line-height:120%;

}
