body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: underline;
}



form {
	padding: 0px;
	margin: 0px;
}
input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.cool-form {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}
	.cool-form .check-bordo {
		background-color: #DFDFDF;
		border: 1px solid #999999;
		padding:3px;
	}
	/*
	.cool-form select {
		border: 0px;
	}
	*/
	.cool-form option {
		/*padding: 2px;
		margin:1px; */
		background-color: #DFDFDF;
	}



p, h2 {
	padding: 10px;
	margin: 0px;
}
	h2 {
		font-size: 16px;
		font-weight: bold;
		color: #006600;
	}


#contenuto .box_bbday {
	background-image: url(images/boxbbday.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 297px;
}
	#contenuto .box_bbday .menu_bbday {
		width: 140px;
		height: 150px;
		margin-right: 1px;
		margin-top: 50px;
		float: right;
	}
		#contenuto .box_bbday .menu_bbday a:link, #contenuto .box_bbday .menu_bbday a:visited {
			background-image: url(images/pulsante-bbday.gif);
			background-repeat: no-repeat;
			display: block;
			width: 120px;
			height: 22px;
			line-height: 22px;
			padding: 0px 10px 0px 10px;
			margin-bottom: 10px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}
		#contenuto .box_bbday .menu_bbday a:hover, #contenuto .box_bbday .menu_bbday a:active {
			color: #ffcc00;
			text-decoration: none;
		}



/* INIZIO - STRUTTURA */
#container {
	margin: 0px auto 0px auto;
	width: 970px; 
}

#contenuto {
	padding: 10px 10 10px 0px;
	width: 788px; 
}

	#contenuto a:link, #contenuto a:visited {
		color: #006600;
		text-decoration: none;
	}
	#contenuto a:hover {
		color: #99CC00;
		text-decoration: underline;
	}
	#contenuto a:active {
		color: #99CC00;
		text-decoration: underline;
	}
	#contenuto .tabella-due-colonne {
		border: 0px;
		width: 100%;
	}
		#contenuto .tabella-due-colonne td {
			width: 50%;
			padding: 5px;
			vertical-align: top;
		}

#testata {
	border-bottom: 2px solid #ADA5A0;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

#claim {
	padding: 10px 0px 10px 0px;
	margin-top: 1px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}
	#claim a:link, #claim a:visited {
		color: #000000;
		text-decoration: none;
	}
	#claim a:hover {
		color: #AA0000;
		text-decoration: underline;
	}
	#claim a:active {
		color: #FF0000;
		text-decoration: underline;
	}

.separatore {
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
}

#footer {
	border-top: 2px solid #ADA5A0;
	margin-top: 10px;
/*	width: 950px; */
	padding: 10px;
	font-size: 11px;
}

#ricerca {
	color: #FFFFFF;
	font-weight: bold;
}
	#ricerca a:link, #ricerca a:visited {
		margin-left: 5px;
		color: #FFFFFF;
	}
	#ricerca a:hover {
		color: #FFCC00;
	}
	#ricerca a:active {
		color: #FF9900;
	}
/* FINE - STRUTTURA */



#menu-top {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
	#menu-top a:link, #menu-top a:visited {
		display: block;
		padding: 3px;
		text-decoration: none;
		border-left: 1px solid #CCCCCC;
		font-weight:bold;
		line-height: 20px;
		color: #ffffff;
		background-color: #999999;
		text-align: center;
	}
	#menu-top a:hover, #menu-top a:active {
		color: #ffffff;
		text-decoration: none;
		background-color: #006600;
	}


/* INIZIO --- MENU' A SINISTRA */
#menu-sinistra {
	/* --- */
}
	#menu-sinistra a:link, #menu-sinistra a:visited {
		display: block;
		/*border-bottom: 1px solid #CCCCCC; */
		text-align: right;
		padding: 3px 2px 3px 2px;
		font-weight: bold;
		color: #6F572D;
	}
		#menu-sinistra .gruppo1-home:link, #menu-sinistra .gruppo1-home:visited,
		#menu-sinistra .gruppo1-mappa:link, #menu-sinistra .gruppo1-mappa:visited,
		#menu-sinistra .gruppo1-cerca:link, #menu-sinistra .gruppo1-cerca:visited,
		#menu-sinistra .gruppo1-last:link, #menu-sinistra .gruppo1-last:visited,
		#menu-sinistra .gruppo1-ibeb:link, #menu-sinistra .gruppo1-ibeb:visited {
			border-bottom: 1px solid #CCCCCC;
			padding: 8px 20px 8px 2px;
			background-color: #F2F2F2;
			background-repeat: no-repeat;
			background-position: 160px 0px;
		}
		#menu-sinistra .gruppo1-home:hover,
		#menu-sinistra .gruppo1-mappa:hover,
		#menu-sinistra .gruppo1-cerca:hover,
		#menu-sinistra .gruppo1-last:hover,
		#menu-sinistra .gruppo1-ibeb:hover {
			border-bottom: 1px solid #CCCCCC;
			padding: 8px 20px 8px 2px;
			background-color: #FFCC00;
			background-repeat: no-repeat;
			background-position: 160px -31px;
		}
		#menu-sinistra .gruppo1-home:active,
		#menu-sinistra .gruppo1-mappa:active,
		#menu-sinistra .gruppo1-cerca:active,
		#menu-sinistra .gruppo1-last:active,
		#menu-sinistra .gruppo1-ibeb:active {
			border-bottom: 1px solid #CCCCCC;
			padding: 8px 20px 8px 2px;
			background-color: #FF9900;
			background-repeat: no-repeat;
			background-position: 160px -31px;;
		}
			#menu-sinistra .gruppo1-home:link, #menu-sinistra .gruppo1-home:visited, #menu-sinistra .gruppo1-home:hover, #menu-sinistra .gruppo1-home:active {
				background-image: url(images/ico_home.gif);
			}
			#menu-sinistra .gruppo1-mappa:link, #menu-sinistra .gruppo1-mappa:visited, #menu-sinistra .gruppo1-mappa:hover, #menu-sinistra .gruppo1-mappa:active {
				background-image: url(images/ico_mappa.gif);			
			}
			#menu-sinistra .gruppo1-cerca:link, #menu-sinistra .gruppo1-cerca:visited, #menu-sinistra .gruppo1-cerca:hover, #menu-sinistra .gruppo1-cerca:active {
				background-image: url(images/ico_cerca.gif);			
			}
			#menu-sinistra .gruppo1-last:link, #menu-sinistra .gruppo1-last:visited, #menu-sinistra .gruppo1-last:hover, #menu-sinistra .gruppo1-last:active {
				background-image: url(images/ico_last.gif);			
			}
			#menu-sinistra .gruppo1-ibeb:link, #menu-sinistra .gruppo1-ibeb:visited, #menu-sinistra .gruppo1-ibeb:hover, #menu-sinistra .gruppo1-ibeb:active {
				background-image: url(images/ico_ibeb.gif);			
			}

		/*
		#menu-sinistra .gruppo2:link, #menu-sinistra .gruppo2:visited {
			color: #CC0000;
		}
		#menu-sinistra .gruppo3:link, #menu-sinistra .gruppo3:visited {
			color: #FF9900;
		}
		#menu-sinistra .gruppo4:link, #menu-sinistra .gruppo4:visited {
			color: #6F572D;
		}
		*/
	#menu-sinistra a:hover {
		display: block;
		/* border-bottom: 1px solid #CCCCCC; */
		text-align: right;
		padding: 3px 2px 3px 2px;
		font-weight: bold;
		background-color: #FFCC00;
		color: #003300;
		text-decoration: none;
	}
	#menu-sinistra a:active {
		display: block;
		/* border-bottom: 1px solid #CCCCCC; */
		text-align: right;
		padding: 3px 2px 3px 2px;
		font-weight: bold;
		background-color: #FF9900;
		color: #003300;
		text-decoration: none;
	}
.menu-sinistra-titolo {
	margin-top: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-align: right;
}
.sezione {
	border-bottom: 1px solid #CCCCCC;
	margin-top: 12px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	/*background-color: #F2F2F2;*/
}
/* FINE --- MENU' A SINISTRA */


/* INIZIO --- BARRA REGIONI + BARRA CITTA' IN RILIEVO */
#barra-regioni {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
	width: 788px;
	height: 130px;
	background-color: #F2F2F2;
}
	#barra-regioni .colonna {
		width: 137px;
		padding-left: 20px;
		padding-top: 15px;
		line-height: 15px;
		float: left;
	}

#barra-localita {
	padding: 5px 5px 7px 5px;
	background-color: #F2F2F2;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #ffffff;
	margin-bottom: 10px;
	margin-right: 10px;
}
/* FINE --- BARRA REGIONI + BARRA CITTA' IN RILIEVO */

.barra-citta {
	background-color: #F2F2F2;
	padding: 10px;
	background-image: url(images/bordo-sotto5.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
	.barra-citta p {
		margin: 0px;
		padding: 3px;
	}
	.barra-citta .barra-citta-titolo, .barra-citta .barra-citta-capoluogo {
		margin-bottom: 15px;
		font-weight: bold;
	}

.barra-dx-default { /* Classe generale per tutte le pagine */
	/* --- */
}

/* INIZIO --- BANNER */
.banner-leaderboard {
	width: 728px;
	height: 90px;
	margin: 2px 0px 2px 0px;
	padding: 11px 6px 11px 6px;

	background-image: url(images/pubblicita.gif);
	background-repeat: no-repeat;
	background-position: -5px 0px;
}
/* FINE --- BANNER */

/* Elementi vari della pagina */
.titolo, .titolo-bis, .sotto-titolo-bis {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: "Palatino Linotype", "Times New Roman", Times, serif; */
	color: #006600;
	clear: both;
}
	.titolo-bis {
		margin: 10px 0px 0px 0px;
	}
	.sotto-titolo-bis {
		font-size: 12px;
		color: #000000;
		margin-top: 0px;
	}
	

.barra-dx-struttura {
	margin: 10px 0px 15px 0px;
}
.titolo-barra-struttura {
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 20px 0px 20px 0px;
}
.elemento-barra-struttura,
.elemento-fine-barra-struttura {
	font-weight: bold;
	padding-left: 14px;
	background-image: url(images/freccina.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-bottom: 10px;
}

.testo-piccolo {
	font-size: 12px;
	color: #000000;
}

.nuvoletta {
	width: 200px;
	padding-top: 15px;
	background-image: url(images/nuvoletta_freccina.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
	.nuvoletta .testo {
		background-color: #C3FF82;
		padding: 5px;
		text-align: center;
		font-weight: bold;
		color: #009900;
		font-size: 11px;
		border: 1px solid #009900;
	}

#mappa-italia {
	border: 1px solid #008537;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 390px;
	height: 340px;
}

.menu-regioni {
	padding: 10px;
	font-weight: bold;
}

.eventi {
	margin: 10px 15px 0px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.box-generico {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #999999;
}
	.box-generico .evidenza {
		background-color: #eeeeee;
		padding: 5px;
		margin-bottom: 5px;
	}
	.box-generico select {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}



.news-titolo {
/*	font-family: "Palatino Linotype", "Times New Roman", Times, serif; */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.news-data {
	color: #CC0000;
	font-weight: bold;
}

#bannerdx1,
#google-ads,
.bannerdx1,
.google-ads {
	background-image: url(http://www.agviaggi.it/images/pubblicita-dx.gif);
	background-repeat: no-repeat;
	background-position: -5px 0px;
	width: 160px;
	height: 600px;
	padding: 11px 6px 11px 6px;
}

/*
.google-ads {
	padding: 5px 0px 5px 0px;
	text-align: center;
}*/

.google-ads-bottom, #bannerbottom {
	width: 338px;
	height: 280px;
	margin: 2px 0px 2px 0px;
	padding: 11px 6px 11px 6px;
	background-image: url(images/pubblicita-bottom.gif);
	background-repeat: no-repeat;
	background-position: -5px 0px;
}

.link-bottom {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

.speciali {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}

/*----------------------*/
/*----------------------*/




/* Struttura */

/*	#menu-sx hr {
		color: #B6C6B5;
		background-color: #B6C6B5;
		height: 1px;
		border: 0px;
	} */



	


.briciole {
	clear: both;
	margin: 10px 15px 10px 0px;
	font-weight: bold;
	color: #333333;
}
	#contenuto .briciole a:link, #contenuto .briciole a:visited {
		color: #999999;
		text-decoration: underline;
	}
	#contenuto .briciole a:hover, #contenuto .briciole a:active {
		color: #006633;
		text-decoration: none;
	}


/* --- INIZIO STRUTTURA --- */
.bed-and-breakfast,
.bed-and-breakfast-2 {
	margin: 0px 15px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #999999;
	/* text-align: justify; */
	clear: both;
}
	.bed-and-breakfast .img-bb,
	.bed-and-breakfast-2 .img-bb {
		float: left;
		margin-right: 10px;
		width: 100px;
		border: 0px;
	}
		.bed-and-breakfast .img-bb img,
		.bed-and-breakfast-2 .img-bb img {
			border: 0px;
		}
	.bed-and-breakfast .testo,
	.bed-and-breakfast-2 .testo {
		float: left;
		width: 425px;
		/* text-align: justify; */
	}
		.bed-and-breakfast-2 .testo {
			width: 595px;
		}
		/*.bed-and-breakfast .testo-largo { 
			width: 425px;
		}*/
	.bed-and-breakfast .titolo-bb,
	.bed-and-breakfast-2 .titolo-bb {
		font-size: 14px;
		font-weight: bold;
		color: #006A2C;
	}
	.bed-and-breakfast .info-bb,
	.bed-and-breakfast-2 .info-bb {
		font-weight: bold;
	}

.spazio { /* div per spaziare due B&B */
	height: 10px;
	clear: both;
}
/* --- FINE STRUTTURA --- */

table.menu-azione, 
table.menu-azione-struttura,
table.menu-azione-struttura-dettagli {
	margin-bottom: 10px;
	/* background-color: #F2F2F2; */
	table-layout: auto;
	border: 0px;
	border-collapse: separate;
	/* border-spacing: 3px; */
}
	table.menu-azione td, 
	table.menu-azione-struttura td,
	table.menu-azione-struttura-dettagli td {
		font-size: 11px;
		background-color: #CCCCCC;
		font-weight: bold;
		padding: 4px 0px 4px 0px;
		vertical-align: middle;
		text-align: center;
		background-position: bottom;
		background-repeat: no-repeat;
	}
		table.menu-azione-struttura td {
			width: 80px;
			background-image: url(images/bordo-sotto2.gif);
		}
		table.menu-azione-struttura-dettagli td {
			width: 180px;
			background-image: url(images/bordo-sopra1.gif);
			background-position: top;
			font-size: 14px;
		}
		table.menu-azione td {
			width: 136px;
			background-image: url(images/bordo-sotto3.gif);
		}
	table.menu-azione .attivo, 
	table.menu-azione-struttura .attivo,
	table.menu-azione-struttura-dettagli .attivo {
		color: #AA0000;
		background-color: #FFBA00;
	}
	
	table.menu-azione .prima-riga, 
	table.menu-azione-struttura  .prima-riga,
	table.menu-azione-struttura-dettagli .prima-riga {
	 	background-image: none;
	 }

	table.menu-azione .spazio-schede, 
	table.menu-azione-struttura  .spazio-schede,
	table.menu-azione-struttura-dettagli .spazio-schede {
	 	background-image: none;
		background-color: #FFFFFF;
		width: 3px;
	 }

		#contenuto table.menu-azione td.attivo a:link, #contenuto table.menu-azione td.attivo a:visited, 
		#contenuto table.menu-azione-struttura td.attivo a:link, #contenuto table.menu-azione-struttura td.attivo a:visited,
		#contenuto table.menu-azione-struttura-dettagli td.attivo a:link, #contenuto table.menu-azione-struttura-dettagli td.attivo a:visited {
			color: #AA0000;
		}
		/*
		table.menu-azione td a:hover, table.menu-azione td a:active, 
		table.menu-azione-struttura td a:hover, table.menu-azione-struttura td a:active,
		table.menu-azione-struttura-dettagli td a:hover, table.menu-azione-struttura-dettagli td a:active {
			background-color: #009900;
		}
		*/


/* Scheda BB */

.scheda-struttura {
	border: 1px solid #FFBA00;
	border-top-width: 12px;
	padding: 10px;
	margin: 0px;
	/* background-color: #FFF8E5; */
}

.last-minute {
	margin: 0px 20px 10px 20px;
	border: 3px solid #FF6600;
}
	.last-minute .last-minute-header {
		background-color: #CC0000;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		padding: 10px;
	}
	
	.last-minute .last-minute-testo {
		padding: 5px;
		background-color: #E2E2E2;
		border: 3px solid #CC0000;
		border-top: 0px;
		text-align: justify;
	}
	#contenuto .last-minute a:link, #contenuto .last-minute a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#contenuto .last-minute a:hover, #contenuto .last-minute a:active {
		color: #FFFFFF;
		text-decoration: underline;
	}

.descrizione-bb {
	text-align: justify;
	font-size: 12px;
    padding: 0px 20px 10px 20px;;
}
	.descrizione-bb img {
		margin: 10px;
		float: left;
		border: 0px;
	}

.sottotitolo {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.info-bb-scheda {
	padding: 3px;
	background-color: #F2F2F2;
	margin: 0px 0px 1px 0px;
	font-weight: bold;
}

.evidenziato {
	color: #990000;
}



/* Tabella per la disponibilità online */
.disponibilita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
	.disponibilita td {
		text-align: center;
		background-color: #DFDFDF;
		width: 12px;
	}
	.disponibilita .rosso {
		color: #FFFFFF;
		background-color: #990000;
	}
	.disponibilita .verde {
		color: #FFFFFF;
		background-color: #009900;
	}
	.disponibilita .mese {
		color: #990000;
		background-color: #DFDFDF;
		width: 40px;
		text-align: right;
	}
	.disponibilita .anno {
		color: #990000;
		background-color: #EFEFEF;
		width: 40px;
		text-align: right;
	}
	
.province-titolo {
/*	font-family: "Palatino Linotype", "Times New Roman", Times, serif; */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.link_evidenziato:link, .link_evidenziato:visited {
	color: #CC0000;
	background-color: #FFCC00;
	text-decoration: none;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.link_evidenziato:hover {
	color: #990000;
	background-color: #FF9900;
	text-decoration: none;	
	padding: 2px;	
}
.testo_evidenziato {
	color: #000000;
	background-color: #FFFF00;
	text-decoration: none;	
	padding: 2px;	
}


.invisibileScheda {
 	/*position: absolute;
	left: -15000px;*/
	visibility: hidden;
}
.visibileScheda {
	/* display: block;
	position: relative; */
	visibility: visible;
}

.invisibile {
	display: none;
}
.visibile {
	display: block;
}

/* Mappe di google */
/*
#map {
	background-color:#FFCC00;
	width: 100%;
	height: 500px;
}
#message {
	background-color: #EEEEEE;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
*/

div.box{width:730px !important;width /**/:740px;
    height:210px !important;height /**/: 220px;
    overflow:auto;padding: 4px;
    border:1px solid #EEE;border-right:0 solid} 


.thumbnail {
	margin: 5px;
	float: left;	
	border: none;
	width: 120px;
	height: 120px;
}
	.thumbnail td {
		background-color: #F2F2F2;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
	}	
	

.ajax-preventivo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	background-color: #DFDFDF;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 2px solid #999999;
}
	.ajax-preventivo input,
	.ajax-preventivo select,
	.ajax-preventivo textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	.ajax-preventivo table td {
		font-weight: bold;
		padding: 3px;
	}
		.ajax-preventivo table td.tabella-rilievo {
			background-color: #CCCCCC;
		}
	.ajax-preventivo .privacy {
		width: 200px;
		font-weight: normal;
	}
	

.commento-box {
	margin-bottom: 15px;
	border: 1px solid #F2F2F2;
}
.commento-autore {
	margin: 3px;
	background-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}
.commento-testo {
	margin: 3px 3px 0px 3px;
	background-color: #F2F2F2;
	padding: 5px;
}
.commento-info {
	margin: 0px 3px 3px 3px;
	background-color: #F2F2F2;
	padding: 5px;
	font-weight: bold;
}

.box-photogallery {
	width: 600px;
	margin: auto;
}
.box-photogallery2 {
	width: 160px;
	margin: auto;
	text-align: center;
}
.separatore-photogallery {
	clear: both;
}