html, body {
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Georgia, sans-serif; 
	font-size: 12px;
	line-height: 1.3em;
	color: #545454;
	background-color: #98b806;
}


/* links */
a {
	font-weight: bold;
	text-decoration: none;
	color: #809910;
}
a:hover {
	text-decoration: underline;
	color: #546700;
}


a.rosso {
	color: #cb1210;
}

a.rosso:hover {
	color: #a90200;
}



p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #275880;
	line-height: 1.3em;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 13px;
}

hr {
	background-color:#dcdcdc;
	color:#dcdcdc;
	border:0px;
	height:1px;
	margin: 4px 0px 4px 0px;
	padding: 0px;
}


/* form */
form {
	width: inherit;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", Georgia, sans-serif; 
}
input, textarea {
	border: 1px solid #1e5faf;
	background-color: #ffffff;
	color: #0271b0;
	font-family: Arial, "Trebuchet MS", Georgia, sans-serif; 
	padding: 2px;
	margin: 0px 5px 0px 5px;
	font-size: 11px;
}
input.submit  {
	border: 1px solid #063e82;
	background-color: #1e5faf;
	color: #ffffff;
	font-weight: normal;
	padding: 1px 10px 1px 10px;
	font-size: 12px;
	font-weight: bold;
}


img {
	margin: 0px; 
	padding: 0px; 
	border: 0px solid #ffffff;
}
img.sinistra {
	margin: 0px 7px 3px 0px; 
	padding: 3px; 
	border: 0px solid #ffffff;
	float: left;
}
img.destra {
	margin: 0px 0px 3px 7px; 
	padding: 3px; 
	border: 0px solid #ffffff;
	float: right;
}
img.sinistra_bordo {
	margin: 0px 7px 3px 0px; 
	padding: 0px; 
	border: 1px solid #999999;
	float: left;
}
img.destra_bordo {
	margin: 0px 0px 3px 7px; 
	padding: 0px; 
	border: 1px solid #999999;
	float: right;
}





/* header */
.header { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 289px;
	background: #ffffff url("bkg_header.gif") top center repeat-x;
}


	.header ul { 
			margin: 0px;
			padding: 0px;
			font-size:  17px;
			color: #58351b;
			line-height: 1.3em;
		}
		.header ul li { 
			margin: 0px;
			padding: 0px 20px 0px 0px;
			line-height: 25px;
			list-style-type: none;
			border-bottom: 1px solid #b28600;
		}
		.header ul li.ultimo { 
			background: #ff9c00 url("bkg_registrazione.gif") top right repeat-y;
			height: 29px;
			border-bottom: 0px solid #b28600;
		}
		.header ul li a { 
			margin: 0px;
			padding: 0px;
			font-size:  17px;
			font-weight: bold;
			color: #58351b;
			text-decoration: none;
		}
		.header ul li a:hover { 
			color: #5e7105;
			text-decoration: none;
		}


	.header .testata { 
		width: 980px;
		height: 289px;
		margin: 0px auto;
		padding: 0px;
		background: transparent url("bkg_header_2.gif") top center no-repeat;
		
	}
		.header .testata .top { 
			width: 960px;
			margin: 0px auto;
			padding: 0px;
			height: 77px;
			clear: both;
		}
		.header .testata .top p { 
			width: 960px;
			margin: 0px auto;
			padding: 0px;
			line-height: 1.6em;
			text-align: right;
			font-size: 16px;
			font-weight: normal;
			color: #bac587;
		}
		.header .testata .top img { 
			float: left;
			margin: 0px;
			padding: 0px;
			border:0px;
		}
		.header .testata .top a { 
			margin: 0px;
			padding:0px;
			font-weight: normal;
			color: #bac587;
			text-decoration: none;
		}
		.header .testata .top a:hover { 
			color: #ffffff;
			text-decoration: none;
		}
		.header .testata .bottom { 
			width: 960px;
			background: transparent url("bkg_menu.gif") top right no-repeat;
			text-align: right;
			margin: 0px auto;
			padding: 0px;
			height: 212px;
			clear: both;
		}
		.header .testata .bottom img { 
			float: left;
			margin: 0px;
			padding: 0px;
			border:0px;
			width: 703px;
			height: 212px;
		}


/* contenitore */
.contenitore { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff url("bkg_contenitore.gif") top center repeat-y;
}
	.contenuti { 
		width: 940px;
		margin: 0px auto;
		padding: 10px 0px 0px 0px;
		background-color: #fdfdfd;
		font-size:14px;
	}
	
	.contenuti p { 
        font-size:14px;
    }
		.contenuti .col_sx { 
			width: 677px;
			margin: 0px;
			float: left;
			padding: 0px;
		}
			.contenuti .col_sx .prodotti { 
				width: 677px;
				margin: 20px 0px 20px 0px;
				float: left;
				padding: 0px 0px 10px 0px;
				border-bottom: 1px solid #dcdcdc;
			}
			.contenuti .col_sx .prodotti p { 
				margin: 0px;
				padding: 0px;
			}
			.contenuti .col_sx .prodotti img { 
				margin: 0px;
				padding: 0px;
				border: 0px solid #ffffff;
				float: left;
			}
		.contenuti .col_dx { 
			width: 237px;
			margin: 0px;
			float: right;
			padding: 0px 0px 0px 10px;
			background: transparent url("bkg_col_dx.gif") top left repeat-y;
		}
		.contenuti .col_dx p { 
        font-size:13px;
    }



.box_giardinaggio_municipalita, .box_agricoltura { 
	width: 330px;
	height: 214px;
	margin: 0px;
	padding: 0px;
	
}
.box_giardinaggio_municipalita { 
	background: transparent url("giardinaggio_municipalita.jpg") top left no-repeat;
	float: left;
}
.box_agricoltura { 
	background: transparent url("agricoltura.jpg") top left no-repeat;
	float: right;
}
.box_giardinaggio_municipalita img, .box_agricoltura img { 
	margin: 170px 10px 0px 0px;
	padding: 0px;
	float: right;
}


.freccia1, .freccia2 { 
	height:110px;
	width: 230px;
	vertical-align: middle;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.7em;
}
.freccia1 { 
	background: #ffffff url("ico_freccia_1.jpg") center center no-repeat;
}
.freccia2 { 
	background: #ffffff url("ico_freccia_2.jpg") center center no-repeat;
}
.freccia1 a { 
	cursor: text;
}
.freccia1 a,.freccia1 a:hover, .freccia2 a { 
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.freccia2 a:hover { 
	color: #000000;
	text-decoration: underline;
}





/* footer */
.footer { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #98b806 url("bkg_footer.gif") top center repeat-x;
}
	.footer .footercont { 
		width: 961px;
		margin: 0px auto;
		padding: 0px;
		background: transparent url("bkg_footercont.jpg") top center no-repeat;
		color: #778d12;
	}
	.footer .footercont p { 
		margin: 0px;
		padding: 10px;
		text-align: center;
	}
	.footer .footercont a, .footer .footercont span { 
		color: #201c16;
		text-decoration: none;
		margin: 0px;
		padding: 0px 10px 0px 10px;
	}
	.footer .footercont a:hover { 
		color: #ffffff;
	}
	.footer .footercloser { 
		width: 961px;
		height: 34px;
		margin: 0px auto;
		clear: both;
		padding: 0px;
		background: transparent url("footer_closer.jpg") top center no-repeat;
	}
	.footer .footercont p img.imgmedia_footer { 
		margin: 0px;
		padding: 3px;
		border: 0px;
		vertical-align: middle;
	}




			
		


/* altri e separatori */

.sbieco {
	font-style: italic;
}
.separatore_traspa {
	width: inherit;
	clear: both;
	height: 3px;
	margin: 0px;
	padding: 0px;
	line-height: 0.6em;
	font-size: 2px;
}
.separatore0 {
	width: inherit;
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 0.1em;
	font-size: 1px;
}
.separatore {
	width: inherit;
	clear: both;
	height: 9px;
	margin: 0px;
	padding: 0px;
	line-height: 0.6em;
	font-size: 2px;
}
.separatore5 {
	width: inherit;
	clear: both;
	height: 5px;
	margin: 0px;
	padding: 0px;
	line-height: 0.6em;
	font-size: 2px;
}
.separatore15 {
	width: inherit;
	clear: both;
	height: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 0.6em;
	font-size: 2px;
}
.separatore20 {
	width: inherit;
	clear: both;
	height: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 0.6em;
	font-size: 2px;
}
.separatore30 {
	width: inherit;
	clear: both;
	height: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 0.6em;
	font-size: 2px;
}



/* colori */
.rosso {
	color: #e2001a;
}
.blu {
	color: #0066cc;
}
.verde {
	color: #657901;
}
.arancio {
	color: #b55b14;
}
.nero {
	color: #000000;
}
.bianco {
	color: #ffffff;
}




.titolo {
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;
}
p.destra {
	text-align: right;
}
a.leggero, a.leggero:hover {
	font-weight: normal;
}


a span.leggero, a span.leggero:hover {
	font-weight: normal;
	color: #0061a6;
}

p.riferimenti {
	color: #4d4d4d;
	line-height: 1.2em;
}
p.riferimenti a {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: normal;
}
p.riferimenti a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#check{
width:130px;
height:30px;
float:left;

}

ul li{
	list-style-position: inside;
}


.div_imm_sx {
	float: left;
	width: 150px;
	text-align: left;
	height: inherit;
}
.div_fluttua_sx {
	float: left;
}
