body {
	background-color: #A8C722;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	color: #A8C722;
	text-decoration: underline;
}
a:hover, a:active {
	color: #006600;
	text-decoration: none;
}

.testata01, .testata02, .testata03, .testata04, .testata05, .testata06 {
	background-position: bottom;
	background-repeat: no-repeat;
}
	.testata01 {
		background-image: url(images/img-testata-01.jpg);
	}
	.testata02 {
		background-image: url(images/img-testata-02.jpg);
	}
	.testata03 {
		background-image: url(images/img-testata-03.jpg);
	}
	.testata04 {
		background-image: url(images/img-testata-04.jpg);
	}
	.testata05 {
		background-image: url(images/img-testata-05.jpg);
	}
	.testata06 {
		background-image: url(images/img-testata-06.jpg);
	}

.main-menu {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #455520;
}
	.main-menu a:link, .main-menu a:visited {
		color: #455520;
		text-decoration: none;
	}
	.main-menu a:hover, .main-menu a:active {
		color: #006600;
		text-decoration: underline;
	}

.tariffe {
	color: #000000;
}
	.tariffe a:link, .tariffe a:visited {
		color: #000000;
		text-decoration: underline;
	}
	.tariffe a:hover, .tariffe a:active {
		color: #666666;
		text-decoration: none;
	}


.titolo {
	color: #A8C722;
	font-size: 19px;
}

.testo, .immagine, .titolo {
	border-bottom: 1px solid #A8C722;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.testo-piccolo {
	font-size: 11px;
}

.galleria {
	text-align:center;
	padding:65px;
}
	.galleria img {
		border: 0px;
		margin: 2px;
	}