*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fff;
}

#onde {
	position: absolute;
	width: 100%;
	height: 400px;
	background-image: url('../images/onde.png');
	background-position: center top;
	background-repeat: no-repeat;
}

/* --------------- H1 --------------- */

#h1 {
	height: 13px;
	position: absolute;
	font-size: 9px;
	width: 100%;
	background-color: #e5e5e5;
	text-align: center;
}

#h1 h1 {font-size: 9px; font-weight: normal; }

/* --------------- WRAPPER --------------- */

#wrapper {
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -385px; 
	float: left;
	width: 771px;
	background-color: #fff;
	border-right: 1px solid #c0c0c0;
	background-image: url('../images/sfondo-bordo.gif');
	background-position: 563px 0px;
	background-repeat: repeat-y;
}

/* --------------- LOGO --------------- */

#logo {
	width: 252px;
	height: 61px;
	background-color: #e5e5e5;
	float: left;
	overflow: hidden;
}

/* --------------- LANGUAGES --------------- */

#languages {
	width: 292px;
	padding-right: 20px;
	height: 61px;
	float: left;
	background-color: #fff;
}

.choose { 
	position: absolute; 
	top: 17px;
	left: 370px;
	width: 150px;
	color: #d2d2d2;
	font-style: italic;
}


/* --------------- FLASH --------------- */

#flash {
	width: 564px;
	height: 240px;
	background-color: #FFF;
	float: left;
}

/* --------------- BOOKING --------------- */
#booking-top {
	float: right;
	width: 207px;
	height: 302px;
	overflow: hidden;
	background-color: #F8FAFD;
}

#booking2 {
	float: right;
	width: 207px;
	height: 302px;
	overflow: hidden;
	background-color: #F8FAFD;
}

/* --------------- MAIN MENU --------------- */

#mainmenu {
	height: 42px;
	background-image: url('../images/sfondo_menu.jpg');
	background-repeat: y;
	background-color: #02497f;
	float: left;
	width: 771px;
	border-bottom: 1px solid #fff;	
}


/* --------------- MAIN CONTENT --------------- */

#mainContent {
	float: left;
	width: 503px;
	padding: 30px;
	background-image: url('../images/onda-contenuto.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 150;
	overflow: hidden;
}

/* --------------- RIGHT --------------- */

#right {
	float: left;
	width: 207px;
	padding-bottom: 30px;
	position: relative;
	z-index: 200;
}

/* --------------- FOOTER --------------- */



#FooterMenu ul{
	height: 42px;
	background-image: url('../images/sfondo_menu.jpg');
	background-repeat: y;
	background-color: #02497f;
	border-bottom: 1px solid #fff;
	color: #FFF;
	font-weight: bold;
	}


#FooterMenu ul li { 
	display: inline; 
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #f8c367;
	float: left;
	margin-top: 13px;
}


#FooterMenu ul li.item9 { border-right: none;}

#FooterMenu a span,
#FooterMenu ul li a:hover { text-decoration: none; color: #FFFFFF;}
#FooterMenu ul li a { text-decoration: none; color: #478aa5; } 



#footer {
	float: left;
	clear: both;
	width: 770px;
	background-color: #fff;
	height: 150px;
	background-image: url('../../../images/stories/logo-footer.gif');
	background-repeat: no-repeat; 
	background-position: 20px 49px;
	position: relative;
}


#footer #imgOndeFooter { position: absolute; z-index: 100; left: 0px; top: -112px; }

.FooterAnagrafica{
margin-left: 125px;
margin-top: 10px;
}

.FooterAnagrafica a:hover {text-decoration: none; color: #999999;}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a {
	color: #999;
	text-decoration: none;
}

.linguaFooter{
	float: right;
	
	margin-right: 20px;
}

.TestoFooter{
color: #999999;}


