body {
	margin: 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a { color: #f60; }
	a:hover { color: #c00; }

h2 { padding: 0 0 10px; margin: 0 0 10px; border-bottom: 1px solid #ccc; font-size: 14px; font-weight: bold; color: #f60; height: 25px; line-height: 25px; position: relative; }
	h2 .opzioni { position: absolute; top:0; right: 0; width: 130px; height: 25px; line-height: 25px; font-size: 12px; text-align: right; }

h3 { font-size: 14px; font-weight: bold; color: #f60; padding: 0 0 10px 0; margin: 0; }

input, textarea, select {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

#testata { width: 939px; height: 191px; padding-top: 53px;  margin: 0 auto; background-image: url(img/testata.jpg); background-position: top center; background-repeat: no-repeat; }
	#testata a { display: block; float: right; height: 122px; line-height: 122px; padding: 0 15px; font-size: 14px; font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; border-left: 1px solid #f8c361;  }
		#testata a:hover { color: #f8c361; }

#wrapper { width: 939px; margin: 0 auto; }

#colonnaMenu { width: 230px; float: left; border-right: 1px solid #f60; padding: 15px; }
	#colonnaMenu ul { font-size: 11px; }

	.due_colonne_uguali { width: 309px; float: left; padding: 15px; }
	
	.due_colonne_larga { width: 430px; padding: 15px; float: left; }
	.due_colonne_stretta { width: 188px; float: left; padding: 15px 15px 15px 14px; border-left: 1px dashed #ccc; float: left; }	
	
	.una_colonna { width: 648px; float: left; padding: 15px; }


#footer { width: 939px; margin: 0 auto; padding: 20px; text-align: center; }



.boxAnnuncio { border-bottom: 1px dotted #ccc; padding-bottom: 15px; margin-bottom: 15px; }
	.icona { width: 100px; float: left; padding-right: 10px;  }
		.icona img { width: 100px; border: 0; }
	.descrizione { width: 320px; float: left; }
	.descrizione_larga { width: 538px; float: left; }	



.separatore { height: 1px; clear: both; line-height: 1px; overflow: hidden; }


.formCerca { 
	text-align: center; background-color: #e6e6e6; padding: 15px 5px; margin-bottom: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.testo_evidenziato {
	color: #000;
	background-color: #ff0;
	text-decoration: none;	
}
