/*==============================================================================================================================================*/
/* HOMEPAGE */
/*==============================================================================================================================================*/
h2.homepage {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #009EE0;
}

	div.testo_homepage {min-height: 250px; line-height: 18px;}
		.testo_homepage p {margin: 0px; padding-bottom: 15px;}

h3.link_veloci {
	width: 450px;
	height: 75px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	position: relative;
}

	h3.link_veloci a {
		display: block;
		width: 330px;
		height: 35px;
		font-size: 15px;
		color: #009EE0;
		padding: 30px 0px 10px 120px;
		background-repeat: no-repeat;
		background-position: left top;
		line-height: 14px;
		text-transform: uppercase;
	}
		h3.link_veloci a:hover {color: white; background-position: left -75px;}
	
		h3#presentazione a {background-image: url(../immagini_layout/pulsante_presentazione.png);}
		h3#eventi a {background-image: url(../immagini_layout/pulsante_eventi.png);}
		h3#contatti a {background-image: url(../immagini_layout/pulsante_contatti.png);}
	
.ultima_news {
	width: 215px;
	height: 150px;
	padding: 15px 15px 0px 20px;
	position: absolute;
	top: 320px;
	left: 30px;
	background: url(../immagini_layout/ultima_news.png) left 10px no-repeat;
}

	.ultima_news h4 {height: 25px; padding-left: 7px; font-size: 15px; color: #ffffff;}	
	.ultima_news p { font-size: 12px; color: #4c4c4c; margin: 0px; padding-right: 10px;}
		.ultima_news p em {font-style: normal;}
		.ultima_news p strong {color: #009EE0;}
	
	
/*==============================================================================================================================================*/
/* SEZIONI VARIE */
/*==============================================================================================================================================*/
img.logo_link {
	float: left;
	margin: 0px 10px 5px 0px;
}

a.link {color: #009EE0; text-decoration: underline;}
a.link:hover {color: #666666;}


a.link_pdf {
	display: block;
	height: 15px;
	width: 100px;
	color: #009EE0;
	padding: 9px 0px 0px 30px;
	text-decoration: underline;
	background: url(../immagini_layout/pdf-ico.png) left top no-repeat;
}
	a.link_pdf:hover {color: #666666;}

img.gallery {
	float: left;
	margin: 20px 11px 0px 0px;
}

#modulo_contatti {width: 450px; margin: 0px; padding: 0px 0px 20px 0px;}
#modulo_contatti fieldset{margin: 0px; padding: 0px;border: 0px;}
#modulo_contatti p{margin: 0px 0px 20px 0px;}
#modulo_contatti label {width: 220px;float: left; margin: 0px 0px 15px 0px;}
#modulo_contatti label input {width: 200px; margin-top: 3px; border-color: #009EE0;}
#modulo_contatti label.richieste {width: 100%;}
#modulo_contatti label.richieste textarea{width: 430px; border-color: #009EE0;}
#modulo_contatti span.campi_obbligatori {float: left; width: 100%; margin-bottom: 15px;}
#modulo_contatti label.privacy input{width: 15px; height: 15px;}
#modulo_contatti #invio {float: right; margin-right: 15px; padding: 3px 5px; border: 0px; color: white; background: #009EE0; cursor: pointer;}
