body {
		background-color: #FFFFFF;
}




/* FORMATTAIZONE DEI CAMPI HREF */



.cover a{
		font-size: 12px;
		font-family: verdana;
		color: #000000;
		text-decoration: none;
}

.cover a:hover{
		font-size: 12px;
		font-family: verdana;
		color: #3300FF;
		text-decoration: underline;
}


.lingua {
		font-color: #747474;
		font-size: 10px;
		font-family: verdana;
		font-weight: bold;
}

.lingua a {
		text-decoration: none;
		color: #747474;
}

.lingua a:hover {
		text-decoration: underline;
		color: #FF6600;
}


.lingua a#lingua-current {
		color: #FF6600;
		text-decoration: underline;
		font-weight: bold;
}


.popup a {
		color: #000000;
		text-decoration: none;
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;	
}

.popup a:hover {
		color: #3300FF;
		text-decoration: underline;
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;
}


#paginazione .popup a{
		text-decoration: none;
		color: #000000
}
#paginazione .popup a:hover{
		text-decoration: underline;
		color: #3300FF;
}


#paginazione .lingua a{
		text-decoration: none;
		color: #747474
}
#paginazione .lingua a:hover{
		text-decoration: underline;
		color: #FF6600;
}


/* FORMATTAZIONE DEL MENU SINISTRO - NAVIGAZIONE*/
 

.main {
		background-image: url(../immagini/sfondo_c.jpg);
		background-repeat: no-repeat;
}

.mainint {
		background-image: url(../immagini/sfondo_p.jpg);
		background-repeat: no-repeat;
}


.navigazione {
		font-size: 11px;
		font-family: verdana;
		color: #000000;
		font-weight: bold;
}


#menu ul {
		width:100px;
		list-style:none;
		margin: 0; padding: 0;
		text-align: left;
}

#menu ul li a {
		background: transparent url(../immagini/freccia_off.gif) left center no-repeat;
		display: block;
		padding: 1 1em;
		height: 1em; line-height: 1em;
		text-align: left;
		font: 11px verdana;
		text-decoration: none;
		color: #000000;
}

#menu ul li a:hover {
		background: #DAE6EB url(../immagini/freccia_on.gif) left center no-repeat;
		color: #3954CE;
}

#menu ul li a#current {
		background: #DAE6EB url(../immagini/freccia_on.gif) left center no-repeat;
		color: #3954CE;
}



/* FORMATTAZIONE DEL TESTO DELLE PAGINE */


.nascosto {
		font-family: verdana;
		font-size: 1px;
		color: #FFFFFF;
}


.testo {
		font-family: verdana;
		font-size: 11px;
		text-align: justify;
}

.testo a {
		font-weight: bold;
		text-decoration: underline;
		color: #3954CE;
}

.testo a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #FF6600;
}



/* FORMATTAZIONE DELLA PAGINA DI RISPOSTA INVIO FORM */


#informazioni {
		font-family: verdana;
		font-size: 13px;
		font-weight: bold;
}

#informazioni-risposta {
		font-family: verdana;
		font-size: 14px;
		font-weight: bold;
}



/* FORMATTAZIONE DEI CAMPI DEL FORM CONTATTI */


input {
		font-family: verdana;
		font-size: 11px;
		border: 1px solid #000000;
		background-color: transparent;
}


select {
		font-family: verdana;
		font-size: 11px;
		border: 1px solid #000000;
		background-color: transparent;
}

textarea {
		font-family: verdana;
		font-size: 11px;
		border: 1px solid #000000;
		background-color: transparent;
}


/* FORMATTAZIONE DEL POP UP AGENTI*/

.agenti {
		border: 1px solid #000000;
}

.agenti_testo a {
		font-weight: bold;
		text-decoration: underline;
		color: #3954CE;
}

.agenti_testo a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #FF6600;
}

.agenti_testo {
		font-family: verdana;
		font-size: 11px;
		text-align: justify;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		padding-left: 1em;
		padding-right: 1em;
}
