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

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background: #8DBECF; /* #4174A4 */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../immagini/sfondo.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
h1{
	margin: 0px;
	padding: 0px;
}
h3{
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container { 
	width: 987px;  /* 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. */
} 
.twoColFixLtHdr #header { 
	padding: 0px;
	background-image: url(../immagini/sfondo-testata.gif) ;
	background-position: top;
	background-repeat: no-repeat;
	width: 987px;
	height: 371px;
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 302px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px 0px 0px 18px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 332px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 635px;
	line-height: 20px;
	background-image: url(../immagini/sfondo-contenuto.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer { 
	padding: 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto;
	background-image: url(../immagini/sfondo-footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #003366;
	height: 55px;
	text-align: center;
	line-height: 16px;
} 
.twoColFixLtHdr #footer a{ 
	color: #003366;
	text-decoration: none;
} 
.twoColFixLtHdr #footer a:hover{ 
	color: #FFFFFF;
	text-decoration: underline;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ELEMENTI PERSONALIZZATI*/
#logo{
	height:119px;
	left:40px;
	position:absolute;
	top:10px;
	width:191px;
	z-index:999999;
}
#lingue{
	width: 161px;
	height: 30px;
	float: right;
	margin: 22px 29px 0 0;
}
#lingue ul{
	list-style: none;
	margin:2px 0 0 6px;
	padding: 0px;
}
#lingue ul li{
	display: inline;
	margin:0 0 0 5px;
}
#lingue img{
	border: 0px;
}
#chiusura{
	background-color: infobackground;
    border-radius: 5px 5px 5px 5px;
    color: #003366;
    float: left;
    font-weight: bold;
    margin: 280px 0 0 620px;
	text-align: center;
	width: 305px;
    opacity: 0.7;
    padding: 10px;
    position: absolute;
    z-index: 1000;
}
#rotazioneHome{
	width: 933px;
	height: 244px;
	float: left;
	margin: 32px 0px 0px 26px;
	position: relative;
}
#contenitore{
	background-image: url(../immagini/sfondo-contenitore-centrale.png);
	background-repeat: repeat-y;
}
#contenitoreAlto{
	background-image: url(../immagini/sfondo-contenitore-alto.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 28px;
	margin: 15px 0px 0px 0px;
}
#contenitoreBasso{
	background-image: url(../immagini/sfondo-contenitore-basso.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.titoloOroHome{
	font-size: 26px;
	color: #AC8944;
	font-weight: normal;
}
#testoSinistra{
	width: 302px;
}
#bookingHome{
	width: 302px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#bookingHometop{
	background-image: url(../immagini/sfondo-booking-online.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height:42px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#bookingHomecontent{
	background-image: url(../immagini/sfondo-booking-online-center.gif);
	background-position: top;
	background-repeat: repeat-y;
	width: 302px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.booking_bottom{
	background-image: url(../immagini/sfondo-booking-online-bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 24px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: block;
}
#news{
	background-image: url(../immagini/sfondo-offerte-it.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#newsen{
	background-image: url(../immagini/sfondo-offerte-en.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#newsde{
	background-image: url(../immagini/sfondo-offerte-de.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#newsfr{
	background-image: url(../immagini/sfondo-offerte-fr.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#newsru{
	background-image: url(../immagini/sfondo-offerte-ru.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#newsc{
	height:140px;
	margin:40px 0 0 0px;
	position:relative;
	width:280px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}
#newscen{
	height:140px;
	margin:40px 0 0 0px;
	position:relative;
	width:280px;
	padding: 0px 0px 0px 20px;
}
#newscde{
	height:140px;
	margin:40px 0 0 0px;
	position:relative;
	width:280px;
	padding: 0px 0px 0px 20px;
}
#eventi{
	background-image: url(../immagini/sfondo-eventi-it.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float:left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#eventien{
	background-image: url(../immagini/sfondo-eventi-en.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float:left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#eventide{
	background-image: url(../immagini/sfondo-eventi-de.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float:left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#eventifr{
	background-image: url(../immagini/sfondo-eventi-fr.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float:left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#eventiru{
	background-image: url(../immagini/sfondo-eventi-ru.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	float:left;
	margin: 0px;
	padding: 0px;
	display: block;
}
#eventic{
	height:150px;
	margin:40px 0 0 0px;
	position:relative;
	width:280px;
}
#eventicen{
	height:150px;
	margin:40px 0 0 0px;
	position:relative;
	width:280px;
}
#eventicde{
	height:150px;
	margin:40px 0 0 0px;
	position:relative;
	width:280px;
}
.immaginiBoxHome{
	float: left;
}
.boxab{
	width: 182px;
	height: 62px;
	background-image: url(../immagini/gradiente-a-b.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 4px;
	display: inline;
	float: left;
}
.boxba{
	width: 182px;
	height: 62px;
	background-image: url(../immagini/gradiente-b-a.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 4px;
	display: inline;
	float: left;
}
.boxab92{
	width: 182px;
	height: 92px;
	background-image: url(../immagini/gradiente-a-b.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 4px;
	display: inline;
	float: left;
}
.boxba92{
	width: 182px;
	height: 92px;
	background-image: url(../immagini/gradiente-b-a.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 4px;
	display: inline;
	float: left;
}
.immagineServizi{
	width: 182px;
	height: 62px;
	background-image: url(../immagini/bianco.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 4px;
	margin:20px 0 0 28px;
	display: inline;
	float: left;
}
.sinistra20{
	margin: 0px 0px 0px 30px;
}
.height20{
	clear:both;
	height:20px;
	width:100%;
}
.height_20{
	height:20px;
	float: left;
	display: inline;
	width:100%;
}
.height15{
	clear:both;
	height:15px;
	width:100%;
}
.height30{
	clear:both;
	height:30px;
	width:100%;
}
.height7{
	clear:both;
	height:7px;
	width:100%;
}
#divServizi{
	width: 405px;
	margin: 20px 0px 0px 0px;
	float:left;
}
#servizi1 {
	float:left;
}
#servizi2 {
	float:left;
	margin:0 0 0 100px;
}
.linkOro{
	color: #AC8944;
}
.contenitoreTesto{
	padding: 0px 0px 0px 10px;
}
.bianco{
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}
.bianco a{
	color: #FFFFFF;
	text-decoration: none;
}
.bianco a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#newsContent{
	height:auto;
	padding:0px;
	width:275px;
}
li.news_girano{
	float: left;
    height: 150px;
    margin: 3px 0;
    padding: 0;
    width: 235px;
}
#newsContenten{
	height:auto;
	padding:0px 0px 0px 20px;
	width:275px;
}
#newsContentde{
	height:auto;
	padding:0px 0px 0px 20px;
	width:275px;
}
#eventiContent{
	height: auto;
	padding:0px 0px 0px 20px;
	width:263px;
}
#eventiContenten{
	height: auto;
	padding:0px 0px 0px 20px;
	width:280px;
}
#eventiContentde{
	height: auto;
	padding:0px 0px 0px 20px;
	width:280px;
}
.paddingsx20{
	padding: 0px 0px 0px 20px;
}
.iframeBooking{
	margin:35px 0 0 0;
}
#testoSinistra ul{
	line-height: 20px;
	margin: 5px 0px 0px 18px;
	list-style-type: circle;
	padding: 0px;
}
#current a{
	color: #FFFFFF;
	text-decoration: none;
}
.tipo {
	background-color:#4174A4;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:3px 0;
	text-align:center;
}
.riga2 {
	background-color:#D4E3E8;
	color: #003366;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.prezzi {
	background-color:#D9E7F9;
	color: #003366;
	font-weight:bold;
	text-align:center;
}
.col1 {
	background-color:#D9E7F9;
	color:#263C7C;
	font-weight:bold;
	padding:5px;
	text-align:left;
}
.col1b {
	background-color:#BAD7FA;
	color:#263C7C;
	font-weight:bold;
	padding:5px;
	text-align:left;
}
.prezzib {
	background-color:#BAD7FA;
	color:#263C7C;
	font-weight:bold;
	text-align:center;
}
.bestrates{
	margin:0px;
	border: 0px;
	padding: 12px 0px 0px 45px;
}

#bookingHome form{
	padding: 0px 0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	margin: 0px;
}
.tableprenota select{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #003366;
}
.tableprenota td{
	padding: 7px 5px 0px 0px;
}
#time{
	background: url(../immagini/calInput.gif) no-repeat scroll 79px center #FFFFFF;
    color: #000000;
    float: left;
    font-size: 10px;
    height: 14px;
    padding: 2px 18px 2px 1px;
    text-align: center;
    width: 80px;
}
input.puls{
	border: 0px !important;
	color: #FFFFFF;
	background: none;
	margin: 0px;
	padding: 0px !important;
	font-size: 14px;
	width: 130px;
	font-weight: bold;
	cursor: pointer;
}
.pulsd{
	background-image: url(../immagini/pulsante.jpg);
	background-repeat: no-repeat;
    background-position: center;
	height: 22px;
	width: 130px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a.standard{
	color: #AC8944;
	text-decoration: none;
}
a.standard:hover{
	color: #AC8944;
	text-decoration: underline;
}
a.standard img{
	border: 2px solid #FFFFFF;
	margin: 0 20px 0 0;
}
img.pwimages{
	border: 2px solid #FFFFFF;
	margin: 0 20px 0 0;
}

a.promo {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#003366;
}

a.promo:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#003366;
}

.calendario{
	background-image:url('../calendario.gif');
	border: 0 none;
    height: 20px;
    margin-top: -2px;
    position: relative;
}
#bookingHome table{
}
.contenitoreTesto li.news_girano{
	width: 590px;
	border-bottom: 1px solid #EEEEEE;
	float: none;
	height: auto;
	display: block;
	margin: 10px 0px 5px 0px;
	padding: 10px 10px 20px 10px;
}
div.sfondo-widget{
	background-image: url(../immagini/sfondo-widget.gif);
	background-repeat: no-repeat;
    background-position: center;
	height: 60px;
	width: 302px;
	text-align: center;
}
div.sfondo-widget img{
	padding: 5px 10px 0px 10px;
    vertical-align: middle;
}

#pa_images {width:auto;}
#pa_images h2 {font-weight:bold;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:1.5em;color:#3E8CA8;width:auto;text-align:center;}
#pa_images ul {float: left;list-style:none;}
#pa_images li {float: left;width: 96px;height: 96px;margin: 10px;border: 1px solid #999;}
#pa_images li a {display: block;text-decoration:none;width: 96px;height: 96px;}

/* Basic code - don't modify */
.menu ul#nav li { display: block;
	margin:0 0 0 20px;
	position: relative;
	float: left;}
.menu ul#nav li a { 
    text-decoration: none;
	color:#003366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.menu ul.punto-meno li a{ 
    text-decoration: none;
	color:#003366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.menu ul#nav li a:hover {
text-decoration: none;
	color:#FFFFFF;
	text-decoration: none;
}
.menu ul#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html .menu ul#nav ul { line-height: 0; } /* IE6 "fix" */
.menu ul#nav ul a { zoom: 1; } /* IE6/7 fix */
.menu ul#nav ul li { float: none; margin: 0px; padding: 10px 5px; }
.menu ul#nav ul ul { top: 0; }

/* Essentials - configure this */

.menu ul#nav ul { width: 190px; }
.menu ul#nav ul ul { left: 131px; }

/* Everything else is theming */

.menu ul#nav ul { background-color: rgba(255, 255, 255, 0.7); left:0px; top:25px; width:190px; border-bottom: 1px solid #AC8944; }
.menu ul#nav ul a { border-bottom: 1px solid #FFF; border-right: none; color: #003366; width: 170px; padding: 8px 0px;text-decoration: none; }
.menu ul#nav ul a:hover { border-bottom: 1px solid #FFF; border-right: none; color: #AC8944; width: 170px; padding: 8px 0px; text-decoration: none;}

.menu ul#nav ul a.activesub{
	border-bottom: 1px solid #FFF; border-right: none; color: #AC8944; width: 190px; padding: 8px 0px; text-decoration: none;
}

.menu{
	width: 960px;
	height: 30px;
	margin: 13px 0px 0px 13px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.menu ul{
	list-style: none;
	margin: 6px 0 0 0px;
	padding: 0px;
}
.menu ul li a{
	
}
.menu ul li a:hover{
	
}
#richiesta_pulsante_cerca{
	margin: 10px 0px 10px 0px;
}
#distribuzione_camere{
	margin: 10px 0px 10px 0px;
}
#richiesta_inserisci_codice_cliente{
	margin: 5px 0px 5px 0px;
	cursor: pointer;
}
#richiesta_cancella_modifica_pren{
	margin: 5px 0px 5px 0px;
}
td.data_arrivo{
	width: auto !important;
}
div#richiesta_date_notti td{
	float: left;
	margin: 0px 18px 0px 0px;
}
div.search_module input{
	border: 1px solid #D4E3E8;
	padding: 2px;
}
div.search_module select{
	border: 1px solid #D4E3E8;
	padding: 2px;
}
.pulsante_codici table .cella_img {
    background-image: url(../immagini/right_arr.png);
    background-position: 5px 3px;
    background-repeat: no-repeat;
    padding: 9px 0;
    width: 21px;
}
#richiesta_div_codice_cliente input{
	margin-left: 20px;
}
