/*TAG E CLASSI FONDAMENTALI
*/


body {
	margin: 0px;
	padding: 0px;
	background-color: #FF9600;
	background-image:url(img/fondo_pagina.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}
table {
	font-size: 11px;
	border: none;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C20000;
}
/*prove per landing page*/
h1 {
	font-size: 16px; 	
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-size: 14px; 	
	margin: 0px;
	padding: 0px;	
}

.pag00-titolo {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}
/*-----*/


hr {
	display: none;
	visibility: hidden;
}



/*
ID STRUTTURA
*/


.bold {
	font-weight: bold;
}


/*OK*/
#sfondo-sito {
	background-color: #fff;
	width: 950px;
	position: relative;
	margin: auto;
}
/*OK*/
#sfondo-sito-home {
	background-color: #fff;
	width: 950px;
	position: relative;
	margin: auto;
}

/*OK*/
#intestazione {
	background-image: url(img/intestazione.jpg);
	width: 950px;
	height: 88px;
	background-repeat: no-repeat;
	text-align: left;
	background-color: #fff;
}
/*OK
#intestazione div {
}*/


#intestazione div h1 {
	visibility: hidden;
	display: none;
}
/*

*/
/*OK*/
#intestazione div {
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	margin: auto;
	margin-bottom: 5px;
}

/*OK*/
#data-ora {
	visibility: hidden;
	display: none;
}
/*OK*/
#corpo {
	width: 950px;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-y;
	


}
/*OK*/
#menu {
	width: 269px !important;
	width: 269px;
	float: left;
	text-align: left;
	padding-top: 10px;
}

#menu h3 {
	background-image: url(img/menu_servizi.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 84px;
}

/*.sfondo-menu {
}*/
/*OK*/
#contenuti {
	margin-bottom: 5px;
	width: 670px;
	text-align: left;
	float: left;
	margin-top: 57px;
	margin-left: 11px;
}
/*OK*/
#contenuti-home {
	margin-bottom: 5px;
	width: 670px;
	text-align: left;
	float: left;
	margin-top: 57px;
	margin-left: 11px;
}

/*OK*/
#colonna-home {
	width: 169px;
	margin-left: 1px;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	float: left;
	text-align: left;
}

#colonna-home div {
}

#colonna-home div a {

}


/*OK classi generiche di allineamento*/
.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.float-right {
	float: right;
	text-align: left;
}

.float-left {
	float: left;
	text-align: left;
}


.margin-left {
	margin-left: 2px;
}

.margin-right {
	margin-right: 2px;
}

.margin-top {
	margin-top: 5px;
}

.margin-bottom {
	margin-bottom: 5px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}
.cella-sx {
	width: 32%;
	
}

.cella-centro {
	width: 32%;
	
}

.cella-dx {
	width: 33%;
	
}

.nascosto {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

.motori-di-ricerca  {
	padding-top: 30px;
	font-size: 10px;
	color: #0000FF;
}

.motori-di-ricerca a {
	text-decoration: underline;
	color: #0000FF;
	font-weight: normal;
}


/*
PAGINA DI INTRODUZIONE
*/
.introduzione-contenitore {
	width: 770px;
	/*height: 564px;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -282px;
	margin-left: -385px;
}
.introduzione {
	width: 770px;
	text-align: center;	
}
.introduzione-testo {
	padding: 20px;
}
.introduzione-entra{
	width: 770px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}
/*
STILI PER IL MENU ORIZZONTALE
*/
/* CALCOLO DELLA LARGHEZZA DEL TASTO MENU*/

#menu-orizzontale {
	clear: left;
	width: 950px;
	margin: auto;
	text-align: center;
}

#menu-orizzontale ul {
	margin: 0px;
	padding: 0px;
}

#menu-orizzontale ul li {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

#menu-orizzontale li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu-orizzontale li a:hover {
	text-decoration: none;
}

	/*TENDINA*/
	#menu-tendina ul li {
		float: none;
	}
	#menu-tendina ul li a:link, #menu-tendina ul li a:visited {
	}
	#menu-tendina ul li:hover {
	}
	
	#menu-tendina ul {
		left:-10000px;
		position:absolute;
		z-index:10;
	}
	#menu-tendina li {
		display:block;
		/*white-space:nowrap;*/
		position:relative;
		z-index:1;
	}
	#menu-tendina li:hover>ul
		{
		margin-top: 15px;
	}
	#menu-tendina li:hover>ul
		{
		top:0px;
		left:100%;
	}
	/*END TENDINA*/

#sponsor {
	background-color: #fff;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

#firma {
	text-align: center;
}

/*#sponsor img {
	margin-bottom: 5px;
}*/



/*OK*/
#piede {
	width: 950px;
	height: 30px;
	background-color: #fff;
	border-top: solid 2px #B6700B; 
	color: #686552;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	margin: auto;
}
/*OK*/
#piede a {
	color: #686552;
}
/*OK*/
#sottopiede {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;

		background-color: #FF9600;
	padding-top: 10px;
}
/*OK*/
#sottopiede a {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	background-color: #FF9600;
}
/* OK*/
.forum-elenco-titolo {
	background-image: url("img/cerchio-f20.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 23px;
	padding-top: 5px;
	text-align: left;
	margin-top: 10px;
}
/* OK*/
.forum-messaggi-presenti {
	height: 20px;
	padding-left: 23px;
	text-align: left;
}
/*=============================================================================================================
INIZIO STILE NUOVO
=============================================================================================================*/

/*--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/
/*
STILI PER HOME
*/

.icona {
	text-align: center;
}

.home-sponsor-nofoto {
	width: 130px;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px; 
	margin-left: 1px; 
		
	border: solid 1px #000;	
}

.home-sponsor-confoto {
	text-align: center;
	margin-bottom: 5px; 
	padding: 0px;
}
.home-links-nofoto {
	width: 130px;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px; 
	margin-left: 1px; 
		
	border: solid 1px #000;	
}

.home-links-confoto {
	text-align: center;
	margin-bottom: 5px; 
	padding: 0px;
}


.home-links-confoto img {
	max-width: 140px;
	width: expression(this.width > 140 ? 140: true );
}
/*PAGINAZIONE DELLE PAGINE*/
.box-paginazione {
	margin-bottom: 1px;
	font-weight: normal;
	padding: 5px;
	font-size: 11px;
	color: #000;
}

/*E' UN LINK PER I COLLEGAMENTI COME IL CONTINUA DELLE NEWS, INSERISCI MESSAGGIO NEL FORUM, INSERISCI DOMANDA NELLE FAQ, ECC*/
.continua {
	text-align: center;	
	color: #68A9C4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.continua a {
	float: center;
	text-align: center;	
	color: #68A9C4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
}

.box-news .continua {
	float: right;
	text-align: right;	
	color: #68A9C4;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
}

.box-news .continua a {
	float: right;
	text-align: right;	
	color: #68A9C4;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
}

.box-news .tab01-piede-cx .continua {
	float: right;
	color: #68A9C4;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
}

.box-news .tab01-piede-cx .continua a {
	color: #68A9C4;
}



.link-elenco a{
	color: #000;
}

.link-elenco a:hover{
	color: #FF0000;
}
/*PER DEFINIRE IL BREADCRUMB*/
.percorso {
	display: none;
	visibility: hidden;
}
/*PER ALLINEARE I SUBMIT A DESTRA*/
.pulsante {
	text-align: center;
}

.menu-area-privata .pulsante {
	text-align: right;
}


.testo-piccolo {
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
}

/*
	DEFINISCE LO STILE DEL DIV DEL PREZZO E OFFERTA-NOVITA' NELLA TAB03 DEI PRODOTTI
*/
.prezzo {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding: 2px !important;
	padding: 4px;
}

.offerta-novita {
	font-weight: bold;
	font-size: 11px;
	padding: 2px !important;
	padding: 4px;
}

.testo-tabella-calendario {
	text-align: center;
	font-size: 11px;
}

.testo-tabella-campionato, .testo-tabella {
	font-size: 11px;
}


/*
	***** DEFINIZIONE TABELLA 01 *****
*/

.tab01 {

}

.tab01-testa-sx {
	font-weight: bold;
	font-size: 11px;
}

.tab01-testa-dx {

}

.tab01-testa-cx {

}

.tab01-corpo-sx {
	padding: 1px;
	font-size: 11px;
}

.tab01-corpo-dx {

}

.tab01-corpo-cx {

}

.tab01-piede-sx {
	padding: 2px;
	margin-bottom: 2px;
}

.tab01-piede-dx {

}

.tab01-piede-cx {
	clear: both;
}

 /*------------------
	VARIANTI TAB01  
 ------------------*/
/*CORPO SPONSOR*/

.sponsor .tab01-corpo-cx {
	text-align: center;
}

/*CORPO LINKS*/

.links .tab01-corpo-cx {
	text-align: center;
}

.listinoprezzi .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}


.in-evidenza h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C20000;
}

.in-evidenza .tab01-corpo-cx {
	width: 99%;
}
.in-evidenza img {
}



/*
	***** DEFINIZIONE TABELLA 02 *****
*/

.tab02 {
	width: 99%;
}

.tab02-testa-sx {

}


.tab02-testa-dx {

}

.tab02-testa-cx {

}

.tab02-corpo-sx {
	padding: 2px;
}

.tab02-corpo-dx {

}

.tab02-corpo-cx {

}

.tab02-piede-sx {

}

.tab02-piede-dx {

}

.tab02-piede-cx {

}


/*
	***** DEFINIZIONE TABELLA 03 *****
*/

.tab03 {
	/*width: 203px;	*/
	margin: 2px;
	width: 99%;
}

.tab03-testa-sx {
	padding: 3px 2px 3px 2px;
	
	font-weight: bold;
	font-size: 11px;
}


.tab03-testa-dx {

}

.tab03-testa-cx {

}

.tab03-corpo-sx {		
	
}

.tab03-corpo-dx {
	
}

.tab03-corpo-cx {
	padding: 2px;
}

.tab03-piede-sx {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding: 2px;
}

.tab03-piede-dx {

}

.tab03-piede-cx {

}

/*-------------------
	VARIANTI TAB03
--------------------*/	

.box-societa-largo {
	clear: left;
}

.box-societa-largo h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C20000;
}

.box-societa-largo .tab02-testa-cx {
	visibility: hidden;
	display: none;
}

.box-societa-largo img {
	float: left;
	width: 155px;
	margin-right: 10px;
}
.box-societa-largo .tab02-piede-sx {
	clear: left;
}

.box-societa-largo .tab01-piede-sx {
	border-bottom: solid 2px #B6700B;
	
/*		border-bottom: solid 2px #47630A;*/
 
}


/*BOX SERVIZI*/
.box-servizi .tab03 {
	float: left;
	width: 48%;
}

/*BOX CATALOGO*/
.box-catalogo .tab03 {
	float: left;
	width: 48%;
}

.box-fotogallery .tab03 {
	float: left;
	width: 32%;
	background-color: #EDEDED;
	padding: 5px 0px 5px 0px;
	margin: 2px;
	margin-top: 2px;
	border: none;
}
.box-fotogallery .tab03-testa-sx {
	padding: 0px;
	background-color: transparent;		
	border: none;
}
.box-fotogallery .tab03-corpo-sx {		
	border: none;
	text-align: center;
	color: #000;
}
.box-fotogallery .tab03-piede-sx {
	padding: 0px;
	background-color: transparent;	
	border: none;
}
/*generico per quelli che non hanno la gestione delle colonne*/
.verticale .tab03 {
	float: left;
	width: 32%;
}
/*PAGINA ELENCO BARCHE*/
.banda-espansione-menu-orizzontale {
	background-repeat: no-repeat;
}

.banda-titolo {
	padding-top: 17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #C20000
}

.banda-sottotitolo {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C20000;
}

.barche .verticale .tab03 {
	float: left;
}

.barche .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}
/*BOX BARCHE*/
.box-barche .verticale .tab03 {
	float: left;
}
.box-barche .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}
/*PAGINA ELENCO VEICOLI*/
.veicoli .verticale .tab03 {
	float: left;
}

.veicoli .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}
/*BOX VEICOLI*/
.box-veicoli .verticale .tab03 {
	float: left;
}
.box-veicoli .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

.box-luoghi {
	margin-top: 10px;
	/*width: 46%;*/
	width: 309px;
	padding-left: 20px;
	float: left;
}
.box-luoghi .tab01-piede-cx {

} 

.box-luoghi h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9CA842;
	text-decoration: underline;
}

.box-luoghi img {
	width: 100px;
}

.box-luoghi h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C20000;
}

/*BOX SERVIZI*/
.box-servizi .verticale .tab03 {
	float: left;
}
.box-servizi .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}
/*NEWS*/
.box-news-categorie .verticale .tab03 {
	float: left;
}
.box-news-categorie .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

.box-news .verticale .tab03 {
	float: left;
}
.box-news .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

.categorie-news h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #68A9C4;
}

.categorie-news .pag02-piede-cx .continua {
	color: #68A9C4;
}

.categorie-news .pag02-piede-cx .continua a {
	color: #68A9C4;
}

.categorie-news .verticale .tab03 {
	float: left;
}
.categorie-news .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

.categorie-news .verticale-news .tab03 {
	float: left;
}
.categorie-news .verticale-news .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

.camereappartamenti .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}

.camereappartamenti .pag01-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #68A9C4;
}

.camereappartamenti img {
	margin-right: 5px;

}

.camereappartamenti .sottotitolo {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #47630A;
}

.camereappartamenti .sottotitolo a {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #47630A;
}

.camereappartamenti-scheda .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}

.camereappartamenti-scheda .pag01-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #68A9C4;
}

.camereappartamenti-scheda .pag01-corpo-cx img {
	width: 370px;
}

.camereappartamenti-scheda .img-fluottante {
	margin-right: 50px;
}

.camereappartamenti-scheda .pag02-testa-cx {
	background-color: #C8E2B5;
	padding: 5px 5px 5px 5px;
}

.camereappartamenti-scheda .pag02-corpo-cx img {
	width: 35px;
}


.box-news h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9CA842;
}

.box-news h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #68A9C4;
}

.box-news {
	/*width: 46%;*/
	width: 309px;
	float: left;
	border-right: solid 1px #E4AA2C;
	padding-right: 20px;
	margin-top: 10px;
}

.box-news .tab02-piede-sx {
	clear: left;
}


.categorie-link_privati .verticale .tab03 {
	float: left;
}
.categorie-link_privati .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

.categorie-link_privati .verticale-link_privati .tab03 {
	float: left;
}
.categorie-link_privati .verticale-link_privati .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

.piede-societa {
	float: left;
	margin-right: 10px;
	margin-left: 60px;
}

.piede-indirizzi {
	float: left;
	margin-right: 10px;
}

.piede-pivacf {
	float: left;
	margin-right: 10px;
}

.piede-telefoni {
	float: left;
	margin-right: 10px;
}

.piede-email {
	float: left;
	margin-right: 10px;
}

.piede-cell {
	float: left;
	margin-right: 10px;
}



.box-news-ridotto .float-left {
	float: none;
	text-align: center;
}

.box-news-ridotto .clear-left {
	clear: none;
}

.box-news-ridotto .margin-right {
	margin-right: 0px;
}
/**/



/*PAGINA ELENCO SERVIZI*/
.servizi .verticale .tab03 {
	float: left;
}

.servizi .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

/*BOX CATALOGO*/
.box-catalogo .verticale .tab03 {
	float: left;
}
.box-catalogo .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}


/*PAGINA ELENCO CATALOGO*/
.catalogo .verticale .tab03 {
	float: left;
}

.catalogo .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

/*CORPO E PIEDE CATALOGO*/

.box-catalogo .tab03-piede-cx a {	
}

/*CORPO E PIEDE SERVIZI*/

.box-servizi .tab03-piede-cx a {	
}
.verticale .tab03-piede-cx a {
}

/*
CAMPIONATI
*/
.titolo-tabella-n1 {
	color: #fff;
}
.titolo-tabella-n2 {
	background-color: #646464;	
	color: #fff;
	font-weight: bold;
}
.campionati-allegati {
	background-color: #EDEDED;	
	margin-bottom: 2px;
}
.campionati-link {
	background-color: #EDEDED;	
	margin: 1px;
	padding: 2px;
}






/*
	***** TABELLA MENU 01 *****
*/

.tabmenu01 {
	background-color: #F3EFD0;
}

.tabmenu01-testa-sx {

}

.tabmenu01-testa-dx {

}

.tabmenu01-testa-cx {

}

.tabmenu01-corpo-sx {
	font-weight: bold;
	font-size: 11px;
}

.tabmenu01-corpo-dx {

}

.tabmenu01-corpo-cx {

}

.tabmenu01-piede-sx {
	background-color: #F3EFD0;
	height: 10px;
}

.tabmenu01-piede-dx {

}

.tabmenu01-piede-cx {

}

/*---------------------
	VARIANTI TABMENU01
-----------------------*/
/*SERVE PER NON FAR VENIRE ROSSI I LINK NEL MENU*/
.tabmenu01-corpo-sx a:link, .tabmenu01-corpo-sx a:hover, .tabmenu01-corpo-sx a:visited {
	font-weight: bold;
	font-size: 11px;
}
/*PADDING AREA PRIVATA*/
.area-privata .tabmenu01-corpo-sx {

}



/*
	***** TABELLA MENU 02 *****
*/

.tabmenu02 {

}

.tabmenu02-testa-sx {

}

.tabmenu02-testa-dx {

}

.tabmenu02-testa-cx {

}

.tabmenu02-corpo-sx {
	padding-left: 2px;
	font-weight: bold;
	font-size: 11px;
}

.tabmenu02-corpo-dx {

}

.tabmenu02-corpo-cx {

}

.tabmenu02-piede-sx {

}

.tabmenu02-piede-dx {

}

.tabmenu02-piede-cx {

}

.tabmenu02-corpo-sx  a:link, .tabmenu02-corpo-sx a:hover, .tabmenu02-corpo-sx a:visited {
}
/*
	***** TABELLA MENU 03 *****
*/

.tabmenu03 {

}

.tabmenu03-testa-sx {

}

.tabmenu03-testa-dx {

}

.tabmenu03-testa-cx {

}

.tabmenu03-corpo-sx {
	background-image: url(img/icona_menu.jpg);
	height: 22px;
	background-repeat: no-repeat;
}

.tabmenu03-corpo-dx {

}

.tabmenu03-corpo-cx {
	padding-left: 37px;
	color: #686552;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.tabmenu03-piede-sx {

}

.tabmenu03-piede-dx {

}

.tabmenu03-piede-cx {

}
.tabmenu03-corpo-cx  a:link, .tabmenu03-corpo-cx a:hover, .tabmenu03-corpo-cx a:visited {
	color: #686552;
	font-size: 12px;
}
/*
	***** TABELLA MENU 04 *****
*/

.tabmenu04 {

}

.tabmenu04-testa-sx {

}

.tabmenu04-testa-dx {

}

.tabmenu04-testa-cx {

}

.tabmenu04-corpo-sx {

}

.tabmenu04-corpo-dx {

}

.tabmenu04-corpo-cx {

}

.tabmenu04-piede-sx {

}

.tabmenu04-piede-dx {

}

.tabmenu04-piede-cx {

}
.tabmenu04-corpo-sx  a:link, .tabmenu04-corpo-sx a:hover, .tabmenu04-corpo-sx a:visited {
}
/*
	***** PAGINA 00 *****
*/
.pag00 {
}

.pag00-testa-sx {

}

.pag00-testa-dx {

}

.pag00-testa-cx {

}

.storia .pag00-testa-cx {
	visibility: hidden;
	display: none;
}











.pag00-corpo-sx {

}

.pag00-corpo-dx {

}

.pag00-corpo-cx {

}

.pag00-piede-sx {

}

.pag00-piede-dx {

}

.pag00-piede-cx {

}
/*------------------
	VARIANTI PAG00
--------------------*/



/*
	***** PAGINA 01 *****
*/

.pag01 {
	width: 99%;
}

.pag01-testa-sx {
	padding: 3px 2px 3px 2px;
	font-weight: bold;
	font-size: 14px;
}

.pag01-testa-dx {

}

.pag01-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C20000;

}

.pag01-corpo-sx {
	padding: 2px;
	font-size: 11px;
}

.pag01-corpo-dx {

}

.pag01-corpo-cx {

}

.pag01-piede-sx {
	padding: 2px;
	margin-bottom: 2px;
}

.pag01-piede-dx {

}

.pag01-piede-cx {

}

/*------------------
	VARIANTI PAG01
--------------------*/
/*IN PAGINEFOTO*/
.immagini .pag01-corpo-cx {
	text-align: center;
}

.fotogallery-zoom .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}

.fotogallery-zoom .pag01-corpo-cx {
	text-align: center;
}

.corsi .pag01-piede-sx {
	border-bottom: 0px;	
}

.servizi .pag01-piede-sx {
	border-bottom: 0px;	
}

.faq-scheda .pag01-testa-sx {
	font-size: 11px;
	font-weight: normal;
}
.sponsor-lista .pag01-testa-cx a {
}

/*
	***** PAGINA 02 *****
*/

.pag02 {
	margin-top: 5px;
}

.pag02-testa-sx {
	padding: 3px 2px 3px 2px;
	font-weight: bold;
	font-size: 12px;
}

.pag02-testa-dx {

}

.pag02-testa-cx {

}

.pag02-corpo-sx {
	padding: 2px;
}

.pag02-corpo-dx {

}

.pag02-corpo-cx {

}

.pag02-piede-sx {
	padding: 2px;
	margin-bottom: 2px;
}

.pag02-piede-dx {

}

.pag02-piede-cx {

}
/*--------------------
	VARIANTI PAG02
--------------------*/
.societa  .pag02-testa-cx a{
}

.link-lista .pag02-testa-cx a {
}

.bollettino .pag02-testa-cx a {
}

.documenti .pag02-testa-cx a {
}
.documenti-privati .pag02-testa-cx a {
}


/*PAGINA CORSI IMMAGINI*/
.corsi-scheda .immagini .pag02 {
	float: left;
	width: 48%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	margin-top:5px
}

.corsi-scheda .immagini .pag02-testa-sx {
	padding: 2px;
	background-color: #EDEDED;	
	font-weight: bold;
	font-size: 11px;
}

.corsi-scheda .immagini .pag02-piede-sx {
	border-bottom: solid 1px #EDEDED;	
	padding: 2px;
	margin-bottom: 2px;
 }

 /*SCHEDA CAMERE E APPARTAMENTO, SEFVIZI NELLE VICINANZE, CORSI, SERVIZI*/ 
 .img-fluottante {
	float: left;
	width: 50%;
	text-align: center;
}

.elenco-immagini .pag02 {
	float: left;
	width: 48%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	margin-top:5px
}

.elenco-immagini .pag02-testa-sx {
	padding: 2px;
	background-color: #EDEDED;	
	font-weight: bold;
	font-size: 11px;
}

.elenco-immagini .pag02-piede-sx {
	border-bottom: solid 1px #EDEDED;	
	padding: 2px;
	margin-bottom: 2px;
 }
/*================*/ 
 
 /*area privata*/
  .area-privata .pag02 {
 }
 .area-privata .pag02-testa-sx {
	padding: 2px;
	color: #fff;
 }
 .area-privata .pag02-piede-sx {
	color: #fff;
	text-align: right;
	margin-bottom: 0px;
	border: none;
 }
  .area-privata .pag02-piede-sx a {
	color: #fff;
 }



/*PAGINA SERVIZI IMMAGINI*/
.servizi-scheda .immagini .pag02 {
	float: left;
	width: 48%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	margin-top:5px
}

.servizi-scheda .immagini .pag02-testa-sx {
	padding: 2px;
	background-color: #EDEDED;	
	font-weight: bold;
	font-size: 11px;
}

.servizi-scheda .immagini .pag02-piede-sx {
	border-bottom: solid 1px #EDEDED;	
	padding: 2px;
	margin-bottom: 2px;
 }


/*RICHIESTA INFO SERVIZI*/
.richiesta-info .pag02{
}
.richiesta-info .pag02-piede-sx {
	border: 0px;
	padding: 0px;
}

.richiesta-info .pag03{
}
.richiesta-info .pag03-piede-sx {
	border: 0px;
}
/*===================*/


.corsi .pag02-testa-cx a{
}

.servizi .pag02-testa-cx a{
}

.societa .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}


.fotogallery .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}

/*miniature fotogallery*/
.fotogallery-scheda .pag02 {
	float: left;
	width: 24%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	margin-top:5px;
	padding: 5px 0px 5px 0px;
	color: #000;
}

.fotogallery-scheda .pag02-testa-sx {
	padding: 0px;
	background-color: transparent;
}

.fotogallery-scheda .pag02-piede-sx {
	border: none;	
	padding: 0px;
	margin: auto;
 }

/*
	***** PAGINA 03 *****
*/

.pag03 {
	margin-top:5px
}

.pag03-testa-sx {
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
}

.pag03-testa-dx {

}

.pag03-testa-cx {

}

.pag03-corpo-sx {
	padding: 2px;
}

.pag03-corpo-dx {

}

.pag03-corpo-cx {

}

.pag03-piede-sx {
	padding: 2px;
	margin-bottom: 2px;
}

.pag03-piede-dx {

}

.pag03-piede-cx {

}

/*--------------------
	VARIANTI PAG03
--------------------*/
.persona-scheda .pag03 {
	margin-top: 1px;
}
.persona-scheda .pag03-corpo-sx {
	padding: 0px;
}
.persona-scheda .pag03-piede-sx {
	border: none;
	margin-bottom: 0px;
	padding: 0px;
}
/*NELLE PAGINE AGGIUNTIVE*/

/*PAGINA IMMAGINI*/
.immagini .pag03 {
	float: left;
	width: 24%;
	background-color: #EDEDED;
	margin: 2px;
	text-align: center;
	color: #000;
}

/*PAGINA LINK*/
.link .pag03 a {
	color: #000;
}

.oggetto {
}

/*PAGINA LINK*/
.link .oggetto {
	float: left;
	margin-right: 3px;
}

/*PAGINA YOU TUBE*/
.youtube .oggetto {
	padding: 3px;
	text-align: center;
}

/*PAGINA GOOGLE MAPS*/
.googlemaps .oggetto {
	padding: 3px;
	text-align: center;
}
/*-------------*/


/*
	***** PAGINA 04 *****
*/

.pag04 {
	margin-top:5px
}

.pag04-testa-sx {
	padding: 2px;
	background-color: #DDDDDD;
	font-weight: bold;
	font-size: 11px;
}

.pag04-testa-dx {

}

.pag04-testa-cx {

}

.pag04-corpo-sx {
	padding: 2px;
}

.pag04-corpo-dx {

}

.pag04-corpo-cx {

}

.pag04-piede-sx {
	border-bottom: solid 1px #DDDDDD;	
	padding: 2px;
	margin-bottom: 2px;
}

.pag04-piede-dx {

}

.pag04-piede-cx {

}

.menu-orizzontale-1 {
	width: 135px;
	height: 29px;
	background-image: url(img/menu1.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

.menu-orizzontale-2 {
	width: 136px;
	height: 29px;
	background-image: url(img/menu2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

.menu-orizzontale-3 {
	width: 136px;
	height: 29px;
	background-image: url(img/menu2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

.menu-orizzontale-4 {
	width: 136px;
	height: 29px;
	background-image: url(img/menu2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

.menu-orizzontale-5 {
	width: 136px;
	height: 29px;
	background-image: url(img/menu2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

.menu-orizzontale-6 {
	width: 136px;
	height: 29px;
	background-image: url(img/menu2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

.menu-orizzontale-7 {
	width: 135px;
	height: 29px;
	background-image: url(img/menu3.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}
/*--------------------
	VARIANTI PAG04
--------------------*/




/*CLASSE CHE PUò ESSERE DEFINITA PER LE VARIE SEZIONI*/
/*PREDEFINITO*/
.fluottante {
	float: left;
	margin-right: 2px;
}

.area-privata .fluottante {
	float: left;
	width: 49%;
}

.corsi-scheda .fluottante {
	float: left;
	width: 50%;
	text-align: center;
}
.corsi .fluottante {
	float: left;
	width: 150px; 
	margin-right: 3px;
	text-align: center;
}

.servizi .fluottante {
	float: left;
	width: 150px; 
	margin-right: 3px;
	text-align: center;
}

.servizi-scheda .fluottante {
	float: left;
	width: 50%;
	text-align: center;
	margin-right: 50px;
}



.servizi-scheda .pag01-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}



.storia .fluottante {
	float: right;
	margin-left: 2px;
}

.societa .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}

.societa .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}

.societa .pag01-testa-cx {
	visibility: hidden;
	display: none;
}

.societa img {
	width: 668px;
	background-position: left;
}


.stafftecnico .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}

.uffici-scheda .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}
.serviziuffici-scheda .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}

.dove-siamo .fluottante {
	float: none;
	text-align: center;
	margin-bottom: 5px;
}

.stafftecnico-scheda .fotografia {	
	width: 29%;
	float: left;
	text-align: center;
}

.stafftecnico-scheda .informazioni {
	width: 40%;
	float: left;
	text-align: left;
	margin-right: 5px;
}
.stafftecnico-scheda .altri-componenti {
	width: 30%;
	float: left;
	text-align: left;
}

.persona-scheda .fotografia {	
	width: 29%;
	float: left;
	text-align: center;
}

.persona-scheda .informazioni {
	width: 40%;
	float: left;
	text-align: left;
	margin-right: 5px;
}
.persona-scheda .altri-componenti {
	width: 30%;
	float: left;
	text-align: left;
}
/*.link-lista .fluottante {
	float: left;
	margin-right: 2px;
}

.sponsor-lista .fluottante {
	float: left;
	margin-right: 2px;
}

.news .fluottante {	
	float: left;
	margin-right: 2px;
}*/
.news-scheda .fluottante {	
	float: right;
	margin-left: 2px;
}
.comunicatiprivati-scheda .fluottante {	
	float: right;
	margin-left: 2px;
}
.eventi .fluottante {	
	float: right;
	margin-left: 2px;
}
.eventi-scheda .fluottante {	
	float: right;
	margin-left: 2px;
}
/*SERVE PER CANCELLARE I FLOAT DELLE IMMAGINI*/
/*PREDEFINITO*/
.cancellatore {
	clear: left;
}

.cancellatore-corpo {
	clear: left;
}

.cancellatore-piede {
	clear: left;
}

.area-privata .cancellatore {
	clear: left;
}

.dove-siamo .pag00-testa-cx {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C20000;
}

.dove-siamo .pag01-testa-cx {
	visibility: hidden;
	display: none;
}

.dove-siamo .cancellatore {
	clear: none;
}
.societa .cancellatore {
	clear: none;
}
.stafftecnico .cancellatore {
	clear: none;
}
.stafftecnico-scheda .cancellatore {
	clear: left;
}
.uffici-scheda .cancellatore {
	clear: left;
}

.serviziuffici-scheda .cancellatore {
	clear: left;
}
/*IN PAGINE*/
/*.immagini .cancellatore {
	clear: left;
}

.corsi-scheda .cancellatore {
	clear: left;
}

.servizi-scheda .cancellatore {
	clear: left;
}

.corsi .cancellatore {
	clear: left;
}
.servizi .cancellatore {
	clear: left;
}

.verticale .cancellatore {
	clear: left;
}

.box-servizi .cancellatore {
	clear: left;
}
.box-catalogo .cancellatore {
	clear: left;
}*/

.storia .cancellatore {
	clear: right;
}

/*.link-lista .cancellatore {
	clear: left;
}

.sponsor-lista .cancellatore {
	clear: left;
}
.news .cancellatore {
	clear: left;
}*/


.news-scheda h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #68A9C4;
}

.news-scheda .cancellatore {
	clear: right;
}
.comunicatiprivati-scheda .cancellatore {
	clear: right;
}
.eventi .cancellatore {
	clear: right;
}
.eventi-scheda .cancellatore {
	clear: right;
}
.sponsor-associati .cancellatore {
	clear: left;
}


.box-sponsor-largo .tab01-corpo-cx {
	text-align: center;
}
.box-sponsor-largo .float-left {
	margin: 7px;
}

/*CLASSE CHE SERVE PER DEFINIRE IL SOTTOTITOLO*/
.sottotitolo {
	font-size: 11px;
	font-weight: normal;
}


/*CLASSE PER LE VARIE DESCIZIONI DELLO FOTO*/
.descrizione-foto {
	padding: 2px;
	margin-top: 2px;
	color: #999;	
}

/*TESTO DI ERRORE*/
.errore {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}


/*TABELLINA PER IL PREZZO*/
.prezzo-scheda-box {
	text-align: right;
	margin-top: 5px;
}
.prezzo-scheda {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;	
	width: 42%;
	margin-left: 55%;
	
}
.prezzo-scheda-barrato {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: line-through;
	width: 42%;
	margin-left: 55%;
}
.prezzo-scheda-validita {
	padding: 5px;
	font-weight: normal;
	font-size: 11px;
	width: 42%;
	text-align: left;
	margin-left: 55%;
}
.prezzo-scheda-elenco {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;	
	width: 42%;
	margin-left: 55%;
}

/*IMMOBILE*/
/*PAGINA ELENCO IMMOBILI*/
.immobiliare-annunci .verticale .tab03 {
	float: left;
}

.immobiliare-annunci .verticale .tab03 img {
	max-width: 98%;
	width: expression(this.width > 99% ? "98%": "auto" );	
}

.immobiliare-annunci .pag02 img, .box-immobiliare-annunci-largo .tab02 img{
	max-width: 100px;
	width: expression(this.width > 100 ? 100: true );		
}

.prezzo-scheda-sopra {
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	width: 42%;
	margin-left: 55%;
}

.totale-ordine-etichetta {
	margin: 2px;		
	padding: 2px;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	width: 70%;
}

.totale-ordine-prezzo {
	margin: 2px;	
	padding: 2px;
	font-weight: bold;
	font-size: 18px;
	width: 25%;
	text-align: right;
}



.colonna_vetrina {
	float: left;	
	margin-right: 1px;
}
.colonna_vetrina .tab03 {
	margin: 1px;
	margin-bottom: 2px;
	padding: 0px;
}
.colonna_vetrina .tab03-piede-cx a {
}

.codice-box {
	text-align: center;
	padding: 3px 0px 3px 0px;
}

div#contenuti.serviziuffici-attivita {
	margin: 2px;
	padding: 2px;
	width: 99%;
}
.testo-20-bold {
	font-size: 20px; 
	font-weight: bold;
}

.box-riempimento-ridotto .riempimento-img, .box-riempimento-ridotto .riempimento-testo {
	text-align: center;
	margin-top: 10px;
}

.testo, .testo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.galleria-foto {
	margin-top: 5px;
}

.galleria-foto .foto {
	margin-top: 5px;
	padding: 2px;
	vertical-align: top;
}

.galleria-foto img {
	max-width: 140px;
	width: expression(this.width > 140 ? 140: true );
}

/*==============================================================================================================================
FINE STILE NUOVO
==============================================================================================================================*/
