@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	background-color: #FFF6E0;
	background-image: url(../immagini/sfondo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 24px 0px 0px 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../immagini/sfondo-footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 960px;
	height: 95px;
	margin: 10px 0px 20px 0px;
}
.oneColFixCtrHdr #footer p {
}
.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* HEADER */
#logo{
	width: 350px;
	height: 106px;
	float: left;
}
#lingue{
	width: 610px;
	height: 106px;
	float: left;
	text-align: right;
	background-image: url(../immagini/jesolo-venezia.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#lingue ul{
	list-style-type: none;
	margin: 70px 12px 0px 0px;
	padding: 0px;
}
#lingue ul li{
	display: inline;
}
#lingue ul li a{
	color: #FFFFFF;
	padding: 0px 5px;
	font-size: 16px;
	text-decoration: none;
}
#lingue ul li a:hover{
	color: #FFFFFF;
	padding: 0px 5px;
	font-size: 16px;
	text-decoration: none;
}
#menu{
	background-image: url(../immagini/sfondo-menu.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 960px;
	height: 48px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#menu ul{
	list-style:none outside none;
	padding:0 10px;
}
#menu ul li{
	display:block;
	float:left;
	list-style:none outside none;
	margin:0px;
	padding: 0 0 0 7px;
}
.current {
	background:url(../immagini/selettore-menu-l.png) no-repeat scroll left center transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:16px;
	line-height:28px;
	padding:0 0 0 12px;
	text-decoration:none;
	text-transform:uppercase;
}
.current span {
	background:url(../immagini/selettore-menu.png) no-repeat scroll right center transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:48px;
	padding:0 13px 0 10px;
}
#menu ul li a:hover{
	background:url(../immagini/selettore-menu-l.png) no-repeat scroll left center transparent;
	display:block;
	float:left;
	padding: 0px 0px 0px 7px;
}
#menu ul li a:hover span{
	background:url(../immagini/selettore-menu.png) no-repeat scroll right center transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	padding:0 13px 0 7px;
}
#menu ul li a{
	color: #996600;
	cursor:pointer;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding: 0px 0px 0px 7px;
}
#menu li a span {
	display:block;
	float:left;
	line-height:48px;
	padding:0 13px 0 7px;
}
#contenitoretestata{
	background-image: url(../immagini/sfondo-testata.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 960px;
	height: 364px;
	margin: 0px;
	padding: 0px;
}
#booking{
	margin: 26px 0px 0px 34px;
	padding: 0px;
	width: 261px;
	height: 244px;
	float: left;
	font-family: "Times New Roman", Times, serif;
}
#booking p.titoloBooking{
	margin: 0px;
	padding: 23px 0px 0px 16px;
	color: #996600;
	font-size: 26px;
}
#containerbooking{
	padding: 28px 0px 0px 16px;
	width: 243px;
	height: 161px;
	color: #660000;
}
#containerbooking form{
	margin: 0px;
	padding: 0px;
}
#containerbooking table.tableprenota{
	margin: 0px;
	padding: 0px;
}
#containerbooking table.tableprenota td{
	height:18px;
	margin:0;
	padding:0px 3px 8px 0px;
}
#containerbooking select{
	border: 1px solid #660000;
	color: #660000;
	padding: 2px;
}
#containerbooking input.puls{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px 20px;
	background-color: #996600;
	text-transform: uppercase;
	
}
#animazione{
	width: 621px;
	height: 332px;
	padding: 0px;
	float: left;
	margin: 26px 0px 0px 27px;
}

/* MAIN CONTENT */
#box1{
	background-image: url(../immagini/box-hotel.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 310px;
	float: left;
}
#box1 p.titolobox1{
	padding: 16px 0px 0px 30px;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px;
}
#box1 p.titolobox1 a{
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	text-decoration: none;
}
#box1 p.testobox1{
	padding: 2px 20px 0px 30px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#box1 div.testobox1{
	padding: 2px 20px 0px 30px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#box1 div.testobox1 ul{
	padding: 0px 0px 0px 20px;
	line-height: 16px;
	margin: 0px;
}
#box1 p a.continuabox1{
	padding: 2px 20px 0px 30px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	text-decoration: none;
}
#box1 p a.continuabox1:hover{
	padding: 2px 20px 0px 30px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
}
#box2{
	background-image: url(../immagini/box-offerte.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	margin: 0px 19px 0px 20px;
}
#box2 p.titolobox2{
	padding: 16px 0px 0px 20px;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px;
}
#box2 p.testobox2{
	padding: 2px 20px 0px 20px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#box2 p.testobox2zero{
	padding: 2px 20px 0px 0px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#box2 p a.continuabox2{
	padding: 2px 20px 0px 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	text-decoration: none;
}
#box2 p a.continuabox2:hover{
	padding: 2px 20px 0px 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
}
#boxpulito{
	background-image: url(../immagini/box-pulito.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	margin: 0px 19px 0px 20px;
}
#boxpulito p.titoloboxpulito{
	padding: 16px 0px 0px 20px;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px;
}
#boxpulito p.testoboxpulito{
	padding: 2px 20px 0px 20px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#boxpulito p a.continuaboxpulito{
	padding: 2px 20px 0px 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	text-decoration: none;
}
#boxpulito p a.continuaboxpulito:hover{
	padding: 2px 20px 0px 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
}
#boxdoppio{
	background-image: url(../immagini/box-doppio.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 630px;
	float: left;
	margin: 0px 0px 0px 20px;
}
#boxdoppio p.titoloboxdoppiorosso{
	padding: 16px 0px 0px 20px;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px;
}
#boxdoppio div.testoboxdoppio{
	padding: 2px 20px 0px 20px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#boxdoppio p.titoloboxdoppio{
	padding: 16px 0px 0px 20px;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px;
}
#boxdoppio p.testoboxdoppio{
	padding: 2px 20px 0px 20px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#boxdoppio p a.continuaboxdoppio{
	padding: 2px 20px 0px 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	text-decoration: none;
}
#boxdoppio p a.continuaboxdoppio:hover{
	padding: 2px 20px 0px 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
}
#boxdoppiosinistra{
	background-image: url(../immagini/box-doppio.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 630px;
	float: left;
	margin: 0px 0px 0px 10px;
}
#boxdoppiosinistra p.titoloboxdoppiosinistrarosso{
	padding: 16px 0px 0px 20px;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px;
}
#boxdoppiosinistra div.testoboxdoppiosinistra{
	padding: 2px 20px 0px 20px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#boxdoppiosinistra p.titoloboxdoppiosinistra{
	padding: 16px 0px 0px 20px;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px;
}
#boxdoppiosinistra p.testoboxdoppiosinistra{
	padding: 2px 20px 0px 20px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#boxdoppiosinistra p a.continuaboxdoppiosinistra{
	padding: 2px 20px 0px 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	text-decoration: none;
}
#boxdoppiosinistra p a.continuaboxdoppiosinistra:hover{
	padding: 2px 20px 0px 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
}
#news{
	height: 220px;
	margin: 0px 0 0 0;
	padding: 2px 0 0 20px;
	position: relative;
	width: 260px;
}
#newsContent {
	height: auto;
	padding: 2px 0 0 20px;
	width: 260px;
}
#box3{
	background-image: url(../immagini/box-eventi.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 310px;
	float: left;
}
#box3 p.titolobox3{
	padding: 16px 0px 0px 20px;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px;
}
#box3 p.titolobox3meteo{
	padding: 16px 0px 0px 20px;
	color: #0099FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px;
}
#box3 p.testobox3{
	padding: 2px 20px 0px 20px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#box3 p a.continuabox3{
	padding: 2px 20px 0px 20px;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	text-decoration: none;
}
#box3 p a.continuabox3:hover{
	padding: 2px 20px 0px 20px;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
}
#eventi{
	height: 240px;
	margin: 0px 0 0 0;
	padding: 2px 0 0 20px;
	position: relative;
	width: 260px;
}
#eventiContent {
	height: auto;
	padding: 2px 0 0 20px;
	width: 240px;
}
.newsletterBox{
	margin: 10px 0px 0px 20px;
}
.newsletterBox input{
	padding: 2px;
	border: 1px solid #996600;
}
.newsletterBox input.registrati{
	padding: 2px;
	border: 1px solid #996600;
	background-color: #FFF6E0;
	width: 88px;
	margin: 5px 0px 0px 0px;
}
#errorenewsletter{
	margin: 10px 0px 10px 20px;
	color: #990000;
}
#errorenewsletter a{
	color: #990000;
}


/* IDIRIZZO */
.testoIndirizzo{
	padding: 35px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	line-height: 20px;
	color: #663300;
}
.testoIndirizzo a{
	margin: 0px;
	color: #663300;
	text-decoration: none;
}
.testoIndirizzo a:hover{
	margin: 0px;
	color: #996600;
	text-decoration: none;
}
.testoIndirizzoLight{
	margin: 0px;
	text-align: center;
	font-size: 11px;
	color: #B4A899;
}
.testoIndirizzoLight a{
	margin: 0px;
	color: #B4A899;
	text-decoration: none;
}
.testoIndirizzoLight a:hover{
	margin: 0px;
	color: #666666;
	text-decoration: none;
}
.floatImg{
	float: left;
	padding: 0px 5px 0px 0px;
}

/* RSS */
.titolo_rss_agenda{
	color: #CC6600;
}
.testo_rss_agenda{
	color: #333333;
}

/* PAGINE INTERNE */
.miniatura{
	background-image: url(../immagini/sfondo-miniature.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 250px;
	height: 70px;
	margin: 10px 0px 10px 20px;
}
.miniatura30{
	background-image: url(../immagini/sfondo-miniature.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 250px;
	height: 70px;
	margin: 10px 0px 20px 30px;
}
.miniatura30 img{
	padding: 4px 0px 0px 5px;
}
.miniatura img{
	padding: 4px 0px 0px 5px;
}

/* PREZZI */
.prezzi{
	margin: 0px;
	padding: 2px;
	width: 580px;
}
.prezzi td{
	margin: 0px;
	padding: 2px;
}
.prezzi td.textbody1{
	background-color:#DCCEB1;
	border-bottom:1px solid white;
	border-right:1px solid white;
	color:#663300;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:4px;
	text-transform:uppercase;
	vertical-align:text-top;
}
.prezzitd{
	background-color: #EBE3D0;
	border-bottom:1px solid white;
	border-right:1px solid white;
	color: #663300;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:4px;
	text-transform:uppercase;
	text-align: center;
}
.prezzi td.texthead1{
	background-color:#996600;
	border-right:1px solid white;
	border-bottom:1px solid white;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	width:16%;
}
.prezzi td.texthead1light{
	background-color: #EBE3D0;
	border-right:1px solid white;
	border-bottom:1px solid white;
	color:#996600;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	width: 36%;
}
.testoboxdoppio a {
	color: #666666;
	text-decoration: none;
}
.testoboxdoppiosinistra a {
	color: #990000;
	text-decoration: none;
}
a.standard {
	color: #FF6600;
	text-decoration: none;
}
.testoboxdoppio table tr td a {
	color: #FF6600;
	text-decoration: none;
}
#picture{
	border: 2px solid #FF6600;
}
#news a.linkOro{
	color: #FF9900;
	text-decoration: none;
}

/* WEATHER */
.weather{
	clear:both;
	float:left;
	height:40px;
	width:200px;
	padding: 0px 0px 0px 20px;
}
.weather img{
	float:right;
	height:22px;
	padding:0px;
	width:22px;
}
.weather span.condition{
	font-size: 11px;
}
