/* CSS Document */

BODY {
	background-color: #c2b799;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	
}

/*------------------------------------------------------------------*/

#container {
	background-color: #242629;
	position: Absolute;
	top: 0px;
    width: 960px;
	left: 50%;
	margin-left: -480px;
}

/* TOP ------------------------------------------------------------------*/

#top {
	background-color: #242629;
	position: relative;
	width: 960px;
	height: 115px;
	clear: both;
}

#logo {
	background-color: #242629;
	background-image: url(../images/logo.png);
	position: relative;
	width: 280px;
	height: 115px;
	float: left;
}

#lingue {
	background-color: #242629;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c2b799;
	text-align: right;
	font-style: italic;
	position: relative;
	width: 680px;
	height: 34px;
	float: right;
}

#booking {
	background-color: #c2b799;
	/*background-image: url(../images/bg_menu.png);*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303337;
	padding-top: 5px;
	padding-left: 5px;
	position: relative;
	width: 675px;
	height: 32px;
	float: right;
}
#menubox {
	background-color: #242629;
	background-image: url(../images/bg_booking.png);
	position: relative;
	width: 680px;
	height: 48px;
	float: right;
}


#riga {
	background-color: #948a6e;
	position: relative;
	width: 680px;
	height: 1px;
	float: right;
}

#menu {
	margin: 10px 0px 0px 0px;
}

/* IMG ------------------------------------------------------------------*/

#img {
	background-color: #242629;
	background-image: url(../images/img_top.jpg);
	position: relative;
	width: 960px;
	height: 315px;
}

/* IMG APPARTAMENTI ------------------------------------------------------------------*/

#imgapp {
	background-color: #242629;
	background-image: url(../images/img_top_app.jpg);
	position: relative;
	width: 960px;
	height: 315px;
}

/* IMG RISTORANTE ------------------------------------------------------------------*/

#imgrist {
	background-color: #242629;
	background-image: url(../images/img_top_rist.jpg);
	position: relative;
	width: 960px;
	height: 315px;
}
/* CORPO ----------------------------------------------------------------*/

#corpo {
	background-color: #242629;
	position: relative;
	width: 960px;
	min-height: 400px;
	clear: both;
}

#corpoSx {
	background-color: #242629;
	position: relative;
	width: 280px;
	min-height: 400px;
	float: left;
	height: 100%;
}

#corpoDx {
	background-color: #333333;
	color: #FFFFFF;
	position: relative;
	width: 680px;
	min-height: 400px;
	float: right;
}

/* FOOTER ---------------------------------------------------------------*/

#footer {
	background-color: #b0a588;
	position: relative;
	width: 960px;
	height: 120px;
		float: right;

}

/* ELEMENTS -------------------------------------------------------------*/.testobox {
	font-family: "Trebuchet MS", Georgia;
	font-size: 14px;
	color: #CCCCCC;
	padding-left: 5px;
	line-height: 20px;
	font-weight: 100;
	padding-top: 5px;
}
.testobox-sm {
	font-family: "Trebuchet MS", Georgia;
	font-size: 11px;
	color: #CCCCCC;
	padding-left: 5px;
	padding-top: 5px;
}
.linksmenualto {
	font-family: "Trebuchet MS", Georgia;
	font-size: 11px;
	color: #312D24;
	padding-left: 5px;
	padding-top: 5px;
	text-decoration: none;
}
.bordoimg {
	border: 1px solid #4E4634;
}
a:hover {
	text-decoration: underline;
}
.linksmarr {

	font-family: "Trebuchet MS", Georgia;
	font-size: 14px;
	color: #BCA96D;
	padding-left: 5px;
	line-height: 20px;
	font-weight: 100;
	padding-top: 5px;
}
.testopiccscuro {

	font-family: "Trebuchet MS", Georgia;
	font-size: 10px;
	color: #5B5544;
}
.boxbooking {
	font-family: "Trebuchet MS", Georgia;
	font-size: 10px;
	color: #504938;
	background-color: #D1CDC0;
	height: 20px;

}

