<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */ /* PER TUTTE LE PAGINE */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	background-image: url(../immagini/bg_arancio_verde.jpg);
	background-repeat: repeat;
}

img {
	border: 0px;
}

ul {
	padding-left:10px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #00702b;
	text-decoration: none;
}

h1 {
	font-size:170%;
	font-weight:bold;
	margin:6px 0px 12px 0px;
}

h2 {
	font-size:130%;
	font-weight:bold;
	margin:3px 0px 6px 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	position: relative;
	width: 900px;
	background-image: url(../immagini/bg_container.jpg);
	background-repeat: repeat-y;
	z-index: 10;
	margin-bottom: 5px;
}

#prenotazione {
	position: absolute;
	margin: 0px 10px;
	left: 585px;
	top: 1px;
	width: 299px;
	height: 101px;
	font-size: 18px;
	z-index: 10;
}

#reservation-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px 0px;
}

#head1 {
	width: 100%;
	height: 30px;
	background-image: url(../immagini/bg_up_green.jpg);
	background-repeat: repeat;
}

#header {
	width: 100%;
	padding: 15px 20px 0px 40px;
	position: absolute;
	z-index: 60;
}

#facciata {
	position: relative;
	width: 100%;
	padding: 135px 0px 0px 0px;
	z-index: 50;
}

#facciata .home {
	height: 220px;
}

/*---- MENU PER LE PAGINE INTERNE (per cui con immagine "bassa")-----*/
#menu_page {
	width: 900px;
	margin-bottom: 0px;
	position: absolute;
	z-index: 8;
	background-image: url(../immagini/barra_menu_trasparente.png);
	left: 0;
	bottom: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
}

#menu_page a:link {
	color: #000000;
	text-decoration: none;
}

#menu_page a:visited {
	color: #000000;
	text-decoration: none;
}

#menu_page a:hover {
	color: #00702b;
	text-decoration: none;
}

/*-----FINE MENU----*/
#colonnaSx {
	width: 530px;
	padding:10px;
	float: left;
	margin: 10px 10px 20px 10px;
}

.titoloSx {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.titoloSx a:link {
	color: #000000;
	text-decoration: none;
}

.titoloSx a:visited {
	color: #000000;
	text-decoration: none;
}

.titoloSx a:hover {
	color: #00702b;
	text-decoration: none;
}

#colonnaDx {
	width: 280px;
	float: left;
	margin: 10px 20px;
}

#colonnaDx .map {
	margin: 20px 0px;
}

#sceltaLingua {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	position: absolute;
	right: 18px;
	top: 5px;
	text-align: left;
	z-index: 8;
}

#sceltaLingua a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#sceltaLingua a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sceltaLingua a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#containerBottom {
	height:0;
	width: 900px;
	border-top: #f0f0f0 12px solid;
}

#creditsContainer {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#credits {
	color: #d7fc00;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#creditsSpacer {
	width: 100px;
	float: right;
}

#credits a:link {
	color: #20791d;
	text-decoration: none;
}

#credits a:visited {
	color: #20791d;
	text-decoration: none;
}

#credits a:hover {
	color: #000000;
	text-decoration: none;
}

input {
	height: 12px;
	margin: 2px 0px 2px 0px;
}

.tastoRicerca {
	text-align:center;
	float:right;
	background-color:#eee;
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin-top:4px;
	padding:2px 12px;
}

div.tastoRicerca a {
	color:red;
}

.tastoRicerca a:link {
	color: #FF0000;
	text-decoration: none;
}

.tastoRicerca a:visited {
	color: #FF0000;
	text-decoration: none;
}

.tastoRicerca a:hover {
	color: #000000;
	text-decoration: underline;
}

/* SOLO PER LA HOME PAGE */
#fotoHomepageContainer {
	width: 540px;
	text-align: center;
	margin-top: -20px;
	z-index: 5;
}

.riquadrofotoHome {
	width: 170px;;
	background-color: #f1f2f2;
	height: 200px;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #666666;
}

.riquadrofotoHome img {
	margin-top: 5px;
}

.riquadrofotoHomeTitolo {
	margin-top: 20px;
	margin-right: 10px;
	text-align: right;
	text-transform: capitalize;
}

.finnClear {
	clear: both;
}

.foglia {
	left: 710px;
	top: 135px;
	position: absolute;
	z-index: 7;
}

.foglia_home {
	left: 600px;
	top: 120px;
	position: absolute;
	z-index: 7;
}

.logo {
	z-index: 10;
	float: left;
}

table.tariffe {
	border-collapse: collapse;
	text-align: center;
	width: 96%;
	margin:12px 0px 12px 12px;
}

table.tariffe img {
	margin-bottom:4px;
}

th {
	text-align:center;
	border-left: 1px solid #D7F904;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #D7F904;
	background-color: #82C708;
	padding: 0px 10px 6px 12px;
}

th div.seasonDates {
	padding:8px;
	margin-bottom:8px;
	border-bottom: 1px solid #D7F904;
}

.firstCol {
	text-align:center;
	text-transform: uppercase;
	font-size:90%;
}

th.firstCol {
	border-left: 1px solid #82C708;
	border-right: 1px solid #D7F904;
	border-bottom: 1px solid #82C708;
	border-top:0;
	font-weight:bold;
	font-size:120%;
}

td {
	border-left: 1px solid #82C708;
	border-right: 1px solid #82C708;
	border-bottom: 1px solid #82C708;
	background: #fff;
	padding: 6px 6px 6px 12px;
	font-weight: bold;
	font-size: 120%;
}
	
.newsThumb {
	float: right;
	margin: 4px 10px;
}

#reservation-form select {
	margin: 1px 0px;
	/*font-size:10px;*/
	height:30px;
	font-size: 13px;
	background: #ffffff;
}

#currency {
	width: 100px;
}

#notti {
	width: 50px;
}

img.calendar {
	left: 2px;
	top: 4px;
	position: relative;
}

#contenuto {
	margin-bottom: 10px;
	position:relative;
}

#contenuto p {
	margin-bottom: 8px;
}

.menu {
	padding-left: 22px;
	padding-right: 6px;
	text-transform: uppercase;
	float: left;
	background-image: url(/immagini/foglia_segnaposto.png);
	background-position: 4px 6px;
	background-repeat: no-repeat;
}

.selected {
	background-color: white;
	border-top:2px solid #82C708;
}

.selected a:link {
	color: #82C708 !important;
}

.selected a:visited {
	color: #82C708 !important;
}

.selected a:hover {
	color: #00702b !important;
}

#youtube-video {
	margin: 10px;
}

ul.news {
	margin: 20px 10px 20px 0px;
	list-style: none;
	padding-left:20px;
}

ul.news li {
	background-image: url(/immagini/green_star.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 22px;
	margin:10px 0px;
}

ul.news li h2 {
	margin: 4px 0px;
}

ul.generic {
	margin: 20px 10px 20px 0px;
	list-style: none;
	padding-left:20px;
}

ul.generic li {
	background-image: url(/immagini/green_star.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 22px;
	margin:10px 0px;
}

ul.generic li h2 {
	margin: 4px 0px;
}

ul li a {
	color:#00702B !important;
}

ul li a:hover {
	color:#82C708 !important;
}

#map-dx {
	margin: 10px 0px;
	height: 200px;
	overflow: hidden;
}

#map-directions {
	width:530px;
	height: 200px;
	margin: 10px;
	overflow: hidden;
}

#directions {
	display:none;
}

.alignCenter {
	text-align:center;
}

#contenuto a {
	color:#00702B;
}

#contenuto a:hover {
	color:#82C708;
}

.finnWymInlineImgDiv {
	margin: 0 10px;
}

#clockContainer {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	width:900px;
	text-align:right;
	margin:0 auto;
	font-size: 12px;
	font-weight: bold;
	color:#D7FC00;
	line-height: 30px;
}

.mapInfo {
	text-align:center;
	font-size:110%;
}

.floatRight {
	float:right;
}

#landingLinks a:link {
	color:#D7FC00;
}

#landingLinks a:hover {
	color:#D7FC00;
}

#landingLinks a:visited {
	color:#D7FC00;
}

#video { margin:12px 0px; }

#chat-container{
	position: absolute;
	right: 0!important;
	bottom: auto!important;
	left: 64% !important;
	top: 40px!important;
	overflow: hidden!important;
	height: auto!important;
	width: 320px!important;
}

#chat-container &gt; .main &gt; h1{
	display: none!important;
}

#chat-container .main .booking{
	border: none!important;
}

.numadult {
	margin-top: -10px!important;
	vertical-align: baseline;!important;
}

#reservation-form .box {
	display: block;
	float: left;
	text-align: left;
	width: 45%;
}
#reservation-form .box-left {
	text-align: left;
	clear: left;
}

#reservation-form .box-left input[type="submit"] {
	float: right;
	margin-right: 7px;
	height: 30px;
	width: 80px;
	z-index: 9999999999999999999;
	background: #F2C56C !important;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #DEA154;
	box-shadow: none;
}
#datepicker1, #datepicker2{
	width: 120px;
}
#ui-datepicker-div{
	z-index: 99999;
	background: white;
	display: none;
}

.ui-datepicker-header{
	padding: 20px;
	font-size: 13px;
	border: 1px solid #82C708;
}
.ui-datepicker-prev {
	float: left;
}

.ui-datepicker-next {
	float: right;
}

.box.box-2{
	padding-left: 35px;
	box-sizing: border-box;
}

#chat-container{
	display: none!important;
}</pre></body></html>