/* GENERALE -----------------------------------------------------------------------------------------------------------------*/
/* Elementi base dell'html. */

body{ 
	color: #000; 
	background-color: #f5ad30; 
	background-image: url(sfondo.jpg); 
	background-repeat: no-repeat; 
	background-position: left center; 
	text-align: left; }
	
bold{ font-weight: bold; }

table{ color: #000; }

td{ color: #000; }

tr{ color: #000; }

ul{
	list-style-type: circle;
	clear:both;
	padding: 0 0 0 10px;
	margin-left: 10px;
}
li{
	padding:0 0 0 0px;
	margin:0 0 2px 5px;
list-style-type: disc;
}
h1, h2, h3, h5 { 
	color: #0090d3; 
	font-size: 16px; 
	font-weight:normal; 
	text-align: left; 
	margin:0;  }
	
h6 { 
	font-family: verdana;
	color: #0090d3; 
	font-size: 20px; 
	font-weight:bold; 
	font-style: oblique; 
	text-align: left; 
	margin:0; 
	}
	

h6 a:link { 
	font-family: verdana;
	color: #0090d3; 
	font-size: 20px; 
	font-weight:bold; 
	font-style: oblique; 
	text-align: left; 
	margin:0; 
	}
h6 a:visited { 
	font-family: verdana;
	color: #0090d3; 
	font-size: 20px; 
	font-weight:bold; 
	font-style: oblique; 
	text-align: left; 
	margin:0; 
	}
		
h1{ 
	font-family: verdana;
	color: #0090d3; 
	font-size: 16px; 
	font-weight:bold; 
	font-style: oblique; 
	text-align: left; 
	margin:0; 
	}
h2{
	clear:both;
	float:none;
	margin-bottom:5px;
	font-size:125%;
	color:#2e88c8;
}
h3{ 
	color: #cf0000; 
	font-size: 115%; 
	margin-bottom: 5px; 
	float: none; 
	clear: both; 
}
h4{ 
	color: #22397d; 
	font-size: 105%; 
	margin-bottom: 5px; 
	float: none; clear: both 
}
td img{ 
	text-align: left; 
	margin: 0; 
	padding: 0; 
}
a, a:visited { 
	color: #1b2497; 
	text-decoration: none 
}
a:hover{ 
	color: #add6f1; 
	text-decoration: none 
}
br{ line-height:8px; }
p{
	margin:0 0 15px 0;
	padding:0;
}
bold{ 
	color: #1b2497; 
	font-size: 12px; 
	margin: 0 0 15px; 
	padding: 0; }

/* CONTENUTO PAGINA ---------------------------------------------------------------------------------------------------------*/

.table_intestazione{ 
	width: 900px;
	height: 220px; 
	background-image: url(intestazione_eden.gif); }
	
.table_contenuto{ 
	background-color: #fff; 
	width: 900px; }

.table_footer{ 
	font-family: verdana;
	width: 900px;
}
.cellatsx{ 
	color: #fff; 
	background-color: #f5ad30; 
	vertical-align: top; 
	width: 200px; }

/* TESTO PAGINA -------------------------------------------------------------------------------------------------------------*/
.testo     { 
	font-size: 12px;
	font-family: verdana;
	color: #4a4a4a;  
	background-image: url(sfondo_pagina.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	vertical-align: top; 
	height: 400px; 
	padding: 15px; }

.testo a:link { 
	font-size: 11px;
	font-family: verdana;
	color: #fd9037; 
	text-decoration: none}
	
.testo a:visited {
	font-size: 11px;
	 font-family: verdana;
	 color: #4a4a4a; 
	 text-decoration: none
 }
.testo a:hover { 
	color: #4a4a4a; 
	text-decoration: none
 }
TD.testo td   { 
	font-size: 11px;
	font-family: verdana;
	color: #0068d3; }
	
TD.testo img   { 
	margin: 4px 
}

/* PIEDE PAGINA -------------------------------------------------------------------------------------------------------------*/
.footer{ 
	color: #fff; 
	font-size: 10px; 
	background-image: url(footer_blu.gif); 
	text-align: center;
	padding-bottom: 3px; }
	

/* LIGHTBOX -----------------------------------------------------------------------------------------------------------------*/
/*Immagini: | ../images/blank.gif | ../images/prevlabel.gif | ../images/nextlabel.gif | */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ 
	border: none; 
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;	
}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
}			
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

/* FORM CONTATTI ------------------------------------------------------------------------------------------------------------*/
.contatti td{ 
	font-size: 11px; 
}
INPUT.radio {
	color: #fff;
	background-color: transparent;
	border-style: none;
}
INPUT.centrale { 
	color: #fff; 
	font-size: 11px;
	background-color: #6c90d3; 
	margin-bottom: 3px; 
	width: 200px; 
	border: solid 1px #a8a8a8; }
	
SELECT.centrale { 
	color: #fff; 
	font-size: 11px; 
	background-color: #6c90d3; 
	border: solid 1px #a8a8a8; }
	
/* FORM ---------------------------------------------------------------------------------------------------------------------*/
.form{ 
	text-align: center; 
	width: 90%; margin:0; 
	padding:0 0 10px;
	display:block; 
	margin:0; 
	padding:2px 5px 5px; 
}
.cerca{ 
	border-bottom: 2px solid #1b2497; 
	background: url(sfondo_menu.gif) repeat-x;
}
.label{ 
	font-size: 9px; 
	line-height: 12px; 
	text-align: center; 
	display:block; 
	float:left; 
	width:90px;
}
.error{
	background-color:#bdb397;
	margin:0px 0 0 0;
	color:#ffffff;
}
.error span {
	color: #ffffff;
}
input,submit,select{ 
	color: #525252; 
	font-size: 10px; 
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-weight: bold; 
	font-style: normal; 
	line-height: normal;
	background-color: #ffffff; 
	text-align: center; 
	padding-top: 2px; 
	border-color: #cacaca #404040 #404040 #cacaca; 
	border-style: solid; border-width: 1px; 
}
.senden {
	cursor: pointer;
	width:412px;
	*width:414px;
}
.checkbox {
	width:20px;
	margin:0;
	border:none;
	background:none;
}
/* NAVIGAZIONE DI SECONDO LIVELLO -------------------------------------------------------------------------------------------*/

.menu_laterale { 
	margin-top: 5px; }

.menu_laterale ul { 
	list-style-type: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0; 
}
.menu_laterale li {
	font-family: verdana; 
	background-image: url(linguetta.gif); 
	background-repeat: no-repeat; 
	text-align: left; 
	width: 180px; 
	height: 22px; 
	padding-left: 3px;
	list-style-type: none; }
	
.menu_laterale li#current_menu_laterale{ 
	/*Nn funge in IE e FX*/
	color: #fff;
	background-color: #666; 
	text-decoration: none 
}
.menu_laterale a:link { 
	font-size: 12px;
	font-family: verdana;
	color: #fff; 
	text-decoration: none 
}
.menu_laterale a:visited { 
	font-size: 12px;
	font-family: verdana;
	color: #fff; 
	text-decoration: none 
}
.menu_laterale a:hover { 
	color: #373737; 
	text-decoration: none; 
}

/* BLOCCHI ------------------------------------------------------------------------------------------------------------------*/
.box-title_boxlat{ 
	font-family: verdana;
	color: #fff; 
	font-size: 13px; 
	font-weight: bold; 
	font-variant: small-caps; 
	background-image: url(box_title.jpeg); 
	background-repeat: repeat; 
	text-align: center; 
	vertical-align: middle; 
	width: 200px; 
	height: 30px; 
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 2px; }
	
.box-content_boxlat{ 
	font-size: 11px;
	font-family: verdana;
	color: #000; 
	font-weight: normal; 
	background-color: #fdb489; 
	background-repeat: repeat-y; 
	background-position: 0 0; 
	text-align: left; 
	width: 200px; 
	padding-top: 5px;
	padding-bottom: 5px;
  }

/* BLOCCHI LATERALI ---------------------------------------------------------------------------------------------------------*/
.boxlaterali_boxlat{ 
	font-family: verdana;
	color: #fff; 
	width: 100%; }

.box-testo_boxlat{ 
	font-size: 11px;
	font-family: verdana;
	color: #0068b4; 
	background-image: url(box_eden.jpeg); 
	background-repeat: repeat; 
	padding-bottom: 5px; }

.box-bottom_boxlat{ 
	color: #0b0ba0; 
	font-weight: bold; 
	background-repeat: repeat-y; 
	background-position: 0 bottom; 
	text-align: center; 
	padding: 3px 
}
.box-testo_boxlat a:hover { 
	color: #0b0ba0; 
	text-decoration: underline 
}
.box-testo_boxlat a:link {
	font-family: verdana; 
	color: #ff8217; 
	font-weight: bold; 
	text-decoration: none 
}
.box-testo_boxlat a:visited{ 
	color: #ff8217; 
	font-weight: bold; 
	text-decoration: none 
}

/*ANCORA DA CLASSIFICARE -----------------------------------------------------------------------------------------------------------------*/
#top{
	height: 147px;
	text-align:bottom;
	background:url(bg_top.gif) no-repeat;
}
#content{ 
	color: #6c6c6c; 
	font-style: normal; 
	text-decoration: none; 
	background: white url("bg_main.gif") repeat-y; 
	width: 700px 
}
#more_top {}
#linksopra{ 
	color: #010000; 
	font-style: normal; 
	padding: 5px; 
	margin-right:10px 
}
img.content_pic {
	float:left;
	margin-top:2px;
	padding:0 10px 0 0;
}
#menue {
	float:left;
	padding-top:11px;
	width:206px;
	background:url(bg_menue.gif) no-repeat;
}
a.menu{
	display:block;
	margin:0 22px 0 7px;
	padding:4px 0 4px 38px;
	border-top:1px solid #ededed;
	text-decoration:none;
	background:url(arrow.gif) no-repeat 12px 5px;
}
.lev_1  { 
	color: #404040; 
	margin: 0 0 0 2px   
}
.lev_1 li{ 
	color: #404040; 
	margin: 0; 
	padding-left: 5px  	
}
.lev_2 li{ 
	color: #2e88c8; 
	margin: 0; 
	padding-left: 8px; 
}
.lev_3 li{ 
	color: #404040; 
	margin: 0; 
	padding-left: 10px  
}
.lev_4 li{ 
	margin: 0; 
	padding-left: 14px  
}
.lufthansa{ 
	color: #fff; 
	line-height: 140%; 
	background-image: url(lufthansa.gif); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	border-style: none; 
}
.lufthansa_testo{ 
	color: #fff; 
	line-height: 140%; 
	text-align: right; 
	margin: 0; 
	padding: 0 30px 0 0 
}
#menue a:hover{
	background-color:#f9f9f9;
}
.contenuti{ 
	color: #404040; 
	text-align: justify; 
	padding-right: 8px; 
	padding-left: 8px }
/*MAIN*/
#main { 
	text-align: left; 
	width:700px;
	min-height:450px; 
	margin-bottom:20px; 
}
#main li a, a:visited{ 
	color: #000; 
	text-decoration: none 
}
#main a:hover{ 
	color: #404040; 
	text-decoration: underline; 
}
#main .current a{ 
	color: #9d0000; 
	font-weight: bold; background-color: #ddd 
}
/*MSIE MINDEST H&OULM;HEN ANGABE*/
*html #main {
	height:expression(this.scrollHeight < 450? "450px" : "auto" );
}
#main_left {
	float:left;
	width:320px;
}
#main_right {
	float:left;
	width:200px;
}
#main_right img {
	margin:7px 0 0 20px;
}
#main a {
	color: #292929;
	text-decoration: none;
}

#main a:hover {
	color: #292929;
	text-decoration: underline;
}
/*BOTTOM*/
#bottom{ 
	color: #807f7f; 	
	background: url("bottom_menue.gif") no-repeat; 
}
#bottom_menue{
	float:left;
	width:400px;
	padding:10px 0 0 45px;
}
#bottom_logo{ 
	padding: 10px 0 0 550px; 
	width: 190px 
}
#bottom a {
	color: #292929;
	text-decoration: none;
}
#bottom a:hover {
	color: #000;
	text-decoration: underline;
}
/*BASICS*/
p.line{
	clear:both;
	height:15px;
	margin:0 0 15px 0;
	padding: 1px 0 0 0;
	border-bottom:1px solid #e9e8ee;
	background-color:#ffffff;
}
.LH{
	font-size: 90%; 
	text-align: center; 
	margin: 0; 
	padding: 3px 5px; 
}
.pts .on{
	background-color:#fff;
}
.pts .off {
	background-color:#fff;
}
.pts .hover {
	background-color:#f9f9f9;
	color:#ff5444;
}
.pts .click {
	background-color:#ff5444;
	color:#fff;
	font-weight:bold;	
}
.box-content{ 
	color:#000; 
	padding-right: 3px; 
	padding-left: 3px; 
}
.box-content_1{ 
	color: #000; 
	text-align: left; 
	margin-left: 5px; 
	padding-right: 3px; 
	padding-left: 8px;
}
.offerte_viaggio td{ 
	color: #000; 
	text-align: left; 
	padding: 3px; 
	border-bottom: 1px solid #bbb;
	font-size: 110%;
}
.offerte_viaggio img{ 
	padding-right: 3px 
}
.titolino { 
	color: #d20020; 
	font-size: 115%; 
	font-weight: bold; 
	background-color: #e8e8e8; 
	text-decoration: underline; 
	text-transform: uppercase; 
	text-align: left; 
}
.titolo_offer{ 
	color:#cf0000; 
	font-size: 100%; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #cf0000; 
}
.prezzo{ 
	color: #9d0000; 
	font-size: 125%; 
	font-weight: bold; 
	margin: 0; 
	padding: 3px 0 0; 
}
.prezzo b{ 
	color: #9d0000; 
	font-size: 140%; 
	font-weight: bold; 
	margin: 0; 
	padding: 3px 0 0;
	text-decoration: underline;
}
.tabella_bordo{ 
	border-top: 2px solid #c4cec6;
	 border-bottom: 2px solid #afafaf; 
}
.tabellap { 
	border-top: 2px solid #c4cec6; 
	border-bottom: 2px solid #afafaf; 
}
.tabella_bordo1{ 
	border-bottom: 0px solid #afafaf; 
	border-top-width: 0; 
}
#menu_orizzontale ul{ 
	text-align: center; 
	float: right; 
	margin:0; 
	padding: 0; 
	list-style:none;
}
#menu_orizzontale li{ 
	background-repeat: no-repeat; 
	background-attachment: scroll;
	background-position: left top; 
	text-align: center;  
	border-style: solid none solid solid;
	border-width: 0 0 0 0; 
	border-color: #404040 #404040 #404040 #828282;
	font: bold 10px Tahoma, verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif; 
	margin: 0; 
	padding: 0; 
	float: right; 
	height: 30px  
}
#menu_orizzontale{ 
	color: black; 
	background-color: #b8ea37; 
	background-image: none; 
	background-attachment: scroll; 
	background-position: 0 0; 
	height: 30px 
}
#menu_orizzontale a{ 
	color: #1b2497; 
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: center; 
	text-align: center; margin: 0 
}
#menu_orizzontale a:hover{ 
	color: #fa072b; 
	font-style: normal; 
	font-weight: normal; 
	font-stretch: normal; 
	background-repeat: no-repeat;
	background-attachment: scroll 
}
#menu_orizzontale #current a{ 
	color: #ffffff; 
	background: url("link_current.gif") no-repeat center top;
	height: 30px 
}
/*SESELEZIONATA LA LINGUA COMPLETA FORMATTO IL TESTO - TABELLA VG*/
.vg_prezzi td{ 
	font-size: 11px; 
	text-align: center; 
	padding: 3px; 
	border-bottom: 1px solid #333 
}
.vg_prezzi table{ 
	border: solid 1px #333 
}
.vg_prezzi #filoverticale{ 
	padding-right: 8px; 
	border-right: 1px solid #333 
}
#vg_mese{ 
	color: #000; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left; 
	text-transform: uppercase; 
	padding-left: 3px 
}
#vg_cod{ 
	color: #484848; 
	font-size: 9px; 
	text-align: left; 
	text-transform: uppercase; 
	padding-left: 3px 
}
#programma_durata{ 
	font-size: 13px; 
	font-weight: bold;
}
#programma_programma{ 
	font-size: 10px; 
	text-align: left; 
	clear: both; 
}
#programma_titolo{ 
	color: #a00000; 
	font-size: 25px; 
	font-weight: bold; 
	text-transform: uppercase 
}
.programma_sx{ 
	font-size: 10px; 
	background-color: #f9e1e1; 
	text-align: left; 
	display: block; 
	margin-right: 3px; 
	padding: 2px; 
	border: solid 1px #a00000 
}
.programma_programma_titolo{ 
	color: #a00000; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left; 
	display: block; 
	border-bottom: 2px solid #a00000 
}
.programma_programma_titolo td { 
	color: #a00000; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left 
}
#titolo_programma-sx{ 
	color: #f3f3f3; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #a00000; 
	text-align: left; 
	text-transform: uppercase; 
	display: block; 
	padding: 2px 
}
.commento{ 
	color: #484848; 
	font-size: 10px; 
	font-style: italic 
}
.vg_menu #vg_tour{ 
	font-size: 12px; 
	text-align: left; 
	padding: 3px; 
	border-bottom: 1px solid #cdcdcd 
}
.vg_menu #vg_country{ 
	color: #fff; 
	font-size: 13px; 
	font-weight: bold; 
	background-color: #a00000; 
	text-transform: uppercase; 
	padding: 3px 
}
.vg_menu #vg_country a{ 
	color: #fff 
}
/*SESELEZIONATA LA LINGUA COMPLETA FORMATTO IL TESTO - TABELLA HOTEL*/
.hotel td{
	font-size: 11px 
}
#hotel_titolo { 
	color: #3f55a5; 
	font-size: 18px;
	font-weight: bold; 
	text-transform: uppercase 
}
#hotel_indirizzo{ 
	color: #7f7f7f; 
	font-size: 11px; 
	font-style: italic 
}
.hotel_periodi td{ 
	font-size: 9px; 
	text-align: center 
}
.hotel_periodi table{ 
	border: solid 1px #7f7f7f 
}
.offerte_viaggio td{ 
	padding: 3px; 
	border: solid 1px #efefef 
	}
.cerca_vacanza td{ 
	font-size: 10px 
}
.cerca_agenzie td { 
	font-size: 10px 
}
.tabella_viaggi_guidati td{ 
	color: #000; 
	font-size: 11px; 
	text-align: justify 
}
td .partenze_garantite_on{ 
	background-color:#F5F5F5; 
	text-align:left
}
td .partenze_garantite_off{ 
	text-align:left
}
.special { 
	background-image: url("special_box.gif"); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: 0 0; 
	width: 530px; 
	height: 200px 
}
.individuali{ 
	background-image: url("individuali_box.gif"); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: 0 0; 
	width: 530px; 
	height: 200px 
}
/*----------------------------------------------------------------------------------------------------------------------------------------*/

