@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#000000;
	cursor:default;
	background:url(img/bg_body.gif) top left repeat-x #FFF;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
p {
	margin:0;
	padding:0 0 5px 0;
}
/* COMPONENT PER LE FORM */
form {
	float:left;
	font-size:1px;
	padding:0;
	margin:0;
}
	.select_1 {
		padding:0;
		margin:0;
		width:60px;
		height:20px;
		border:1px solid #999;
		background-color:#FFF;
		color:#333;
		font-size:12px;
	}
	.textarea_1 {
		float:left;
		margin:0 0 5px 0;
		padding:2px 4px;
		width:270px;
		height:14px;
		color:#333;
		font-size:12px;
		border:1px solid #999;
		background:#FFF;
	}
	.messaggio_1 {
		padding:2px 4px;
		width:270px;
		color:#333;
		font-size:12px;
		background-color:#fff;
		border:1px solid #999;
		font-family:Arial, Helvetica, sans-serif;
	}
	.bott_1 {
		float:right;
		padding:0 5px;
		margin:0;
		font-size:12px;
		color:#333;
	}

.clear {
	width:100px;
	height:0px;
	font-size:0;
	clear:both;
}
.l_verde {
	color:#008455;
}
	.l_verde a {
		color:#008455;
		text-decoration:none;
	}
	.l_verde a:hover {
		color:#008455;
		text-decoration:underline;
	}
.l_bianco {
	color:#FFF;
}
	.l_bianco a {
		color:#FFF;
		text-decoration:none;
	}
	.l_bianco a:hover {
		color:#FFF;
		text-decoration:underline;
	}

.contenitore {
	width:900px;   
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
	.header {
		width:900px;
		height:71px;
	}
		/* HEADER */
		.logo {
			float:left;
			width:290px;
			height:71px;
		}
		.menu_1 {
			float:right;
			padding-top:41px;
			width:610px;
			height:30px;
		}
			.menu_1 .voce {
				float:right;
				padding:11px 10px 0;
				height:19px;
				font-size:12px;
				color:#333333;
			}
				.menu_1 .voce a {
					color:#333;
					text-decoration:none;
				}
				.menu_1 .voce a:hover {
					color:#51BD30;
					text-decoration:none;
				}
			.menu_1 .voce_sel {
				float:right;
				padding:11px 10px 0;
				height:19px;
				font-size:12px;
				color:#51BD30;
			}
			.menu_1 .divisore {
				float:right;
				width:1px;
				height:30px;
				font-size:1px;
				background:url(img/div_menu1.gif) top left no-repeat #FFF;
			}
	.menu_2 {
		width:900px;
		height:34px;
		background:url(img/bg_menu2.jpg) top left no-repeat;
	}
		.menu_2 .lingua {
			float:right;
			padding-top:13px;
			padding-right:12px;
			height:21px;
			font-size:11px;
			color:#999;
		}
			.menu_2 .lingua a {
				color:#999;
				text-decoration:none;
			}
			.menu_2 .lingua a:hover {
				color:#51BD30;
				text-decoration:none;
			}
		.menu_2 .lingua_sel {
			color:#51BD30;
		}
		.menu_2 .voce {
			float:right;
			padding:13px 10px 0;
			height:21px;
			font-size:11px;
			color:#999;
			text-transform:uppercase;
		}
			.menu_2 .voce a {
				color:#999;
				text-decoration:none;
			}
			.menu_2 .voce a:hover {
				color:#51BD30;
				text-decoration:none;
			}
		.menu_2 .voce_sel {
			float:right;
			padding:13px 10px 0;
			height:21px;
			font-size:11px;
			color:#51BD30;
			text-transform:uppercase;
		}
	.pagina {
		width:900px;
	}
		.col_sx {
			float:left;
			width:685px;
		}
			/* COLONNA SINISTRA HOMEPAGE */
			.img_introduzione {
				float:left;
				width:130px;
				height:311px;
			}
			.introduzione {
				float:left;
				width:555px;
			}
				.introduzione .titolo {
					padding-top:21px;
					padding-left:10px;
					width:555px;
					font-size:16px;
					color:#008455;
					font-weight:bold;
				}
				.area_elenco {
					padding-top:20px;
					padding-left:54px;
					width:501px;
				}
					.elenco_sx {
						float:left;
						width:287px;
					}
					.area_elenco .numero {
						float:left;
						width:29px;
						height:49px;
					}
						.elenco_sx .testo_sx {
							float:left;
							padding:5px 30px 30px 15px;
							width:213px;
							font-size:12px;
							color:#666;
							line-height:1.4;
						}
					.elenco_cx {
						float:left;
						width:501px;
					}
						.elenco_cx .testo_cx {
							float:left;
							padding:5px 0px 30px 15px;
							width:455px;
							font-size:12px;
							color:#666;
							line-height:1.4;
						}
					.elenco_dx {
						float:left;
						width:214px;
					}
						.elenco_dx .testo_dx {
							float:left;
							padding:5px 0px 30px 15px;
							width:170px;
							font-size:12px;
							color:#666;
							line-height:1.4;
						}
			.scheda {
				padding-top:15px;
				float:left;
				width:380px;
			}
				.scheda .top {
					padding:15px 10px 10px;
					width:360px;
					/*height:90px;*/
					background:url(img/top_scheda.gif) top left no-repeat;
				}
				.scheda .middle {
					padding:0 10px;
					width:360px;
					font-size:12px;
					color:#333;
					line-height:1.4;
					background:url(img/middle_scheda.gif) top left repeat-y;
				}
				.scheda .bottom {
					width:380px;
					height:80px;
					background:url(img/bottom_scheda.gif) top left no-repeat;
				}
				.scheda .bottom_2 {
					width:380px;
					height:51px;
					background:url(img/bottom_scheda_2.gif) top left no-repeat;
				}
			.img_homepage {
				float:left;
				padding-top:15px;
				width:291px;
				height:240px;
			}
			
			/* COLONNA SINISTRA TEMPLATE STANDARD */
			.area_col_sx {
				width:685px;
			}
				.titolo_col_sx {
					padding-top:21px;
					padding-bottom:15px;
					width:685px;
					font-size:16px;
					color:#008455;
					font-weight:bold;
				}
					.titolo_col_sx a {
						color:#008455;
						text-decoration:none;
					}
					.titolo_col_sx a:hover {
						color:#008455;
						text-decoration:underline;
					}
				.testo_col_sx {
					font-size:12px;
					color:#333;
					line-height:1.4;
				}
				.testo_tab {
					font-size:12px;
					color:#333;
					padding-top:4px;
					padding-right:10px;
				}
				.img_col_sx {
					float:left;
					padding:0 10px 10px 0;
				}
				.divisore_col_sx {
					padding:0;
					margin:5px 0 10px;
					width:100%;
					height:1px;
					font-size:0px;
					border:none;
					border-top:1px dotted #47B634;
				}
				.tab_1 {
					width:100%;
				}
					.tab_1 tr {
						padding:4px;
						background:#EEE;
					}
					.tab_1 tr:hover {
						padding:4px;
						background:#A6EC9F;
					}
		.col_dx {
			float:right;
			padding-top:5px;
			width:200px;
		}
			/* COLONNA DESTRA HOMEPAGE */
			.col_dx .titolo {
				padding-left:32px;
				width:168px;
				height:27px;
				font-size:14px;
				color:#FFF;
				font-weight:bold;
				line-height:25px;
				background:url(img/titolo_dx.gif) top left no-repeat;
			}
			.area_col_dx {
				margin-top:5px;
				width:200px;
				height:676px;
				background:url(img/bg_col_dx.gif) top left no-repeat;
			}
				.link_home {
					width:200px;
				}
				.area_col_dx .img {
					padding:10px 0 0 10px;
					width:180px;
					height:70px;
				}
				.area_col_dx .testo_dx {
					padding:5px 0 0 15px;
					width:170px;
					font-size:10px;
					color:#333;
					line-height:1.4;
				}

/* FOOTER */
.footer {
	margin-top:10px;
	width:900px;
	height:34px;
	background:url(img/bg_footer.jpg) top left no-repeat;
}
	.footer a {
		color:#333;
		text-decoration:none;
	}
	.footer a:hover {
		color:#51BD30;
		text-decoration:none;
	}
	.footer .testo_sx {
		float:left;
		padding-top:7px;
		padding-left:11px;
		height:27px;
		font-size:11px;
		color:#666;
	}
	.emmecubo {
		float:right;
		padding-right:11px;
		height:34px;
	}
	
/* CONTATTI */
.tab_contatti {
	width:100%;
	font-size:12px;
}
	.td_1 {
		padding:0 10px;
		width:150px;
		height:22px;
		line-height:22px;
		text-align:left;
		background:#99CC99;
	}
	.td_2 {
		padding:0 10px;
		width:150px;
		height:22px;
		line-height:22px;
		text-align:left;
		background:#339933;
	}

.link_pdf {
	float:left;
	padding:0 0 0 40px; margin:0 0 0 30px;
	height:32px; line-height:32px;
	color:#008455;
	background:url(img/icona_pdf.png) top left no-repeat;
}
