@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	outline: 0px;
	line-height:1.2em;
	border-width: 0px;
}
body,td {
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
body,html {
	background-color: #e5e5e5;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#bphoto {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}
#logo {
	position: absolute;
	left: 50%;
	top: 50px;
	z-index: 2;
	margin-left: -154px;
}
#careers {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 80px;
}
#more {
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 95px;
}
#viaggi {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 50%;
	margin-left: -52px;
}
.home {
	position: absolute;
	top: -7px;
	left: 15px;
}
.arrow {
	position: absolute;
	top: 1px;
	left: -3px;
}
.menu-cont {
	position: absolute;
	top: 180px;
	z-index: 2;
	width: 180px;
}
.menu {
}
.menu a {
	color: #969696;
	text-decoration: none;
	font-weight: bold;
	float: left;
	width: 160px;
	clear: both;
	background-color: #FFF;
	line-height: 1.8em;
	padding-left: 20px;
}
.menu a:hover {
	color: #FFF;
	background-color: #969696;
}
.menu-off {
}
.menu-off a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	float: left;
	width: 160px;
	clear: both;
	background-color: #D9AF4F;
	line-height: 1.8em;
	padding-left: 20px;
}
.menu-off a:hover {
	color: #333;
	background-color: #D9AF4F;
}
.textcnt {
	width: 350px;
	position: absolute;
	z-index: 3;
	top: 160px;
	left: 175px;
}
.the-text {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	max-height: 300px;
	overflow: auto;
}
.the-text h1 {
	font-size: 17px;
	font-weight: normal;
	color: #DAB052;
}
.the-text h2 {
	font-size: 15px;
	font-weight: normal;
	color: #999;
}
.the-text a {
	color: #969696;
	text-decoration: underline;
}
.the-text a:hover {
	color: #000;
	text-decoration: underline;
}
.the-text b {
	color: #D9AF4F;
}
.thethumb {
	position: absolute;
	z-index: 4;
	top: 200px;
	left: 525px;
	width: 160px;
}
.iconhdn {
	display: none;
}
.gallery {
	padding: 1px;
	border: 1px solid #D9AF4F;
	height: 55px;
	width: 55px;
	margin-top: 5px;
	margin-right: 2px;
}
/* ----------------- pricelist + details + offers ----------------- */
.pricelist,.pricelist-seasons,.pricelist-rooms,.pricelist-prices {
	border: 0px solid #969696;
}
.pricelist {
	border-top-width: 1px;
	border-right-width: 1px;
	margin-bottom: 4px;
}
.pricelist td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 11px;
}
.pricelist-seasons {
	font-weight: bold;
	text-align: center;
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-left-width: 1px;
	white-space: nowrap;
}
.pricelist-rooms {
	background-color: #C5C5C5;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.pricelist-prices {
	text-align: center;
	background-color: #f1f1f1;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.details {
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 10px;
}
.offers {
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 13px;
	color: #FFF;
	background-color: #C7104B;
	text-align: center;
}
/* ----------------- contact form ----------------- */
form {
}
form td {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}
.ffields {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-left: 2px;
	clear: both;
	float: left;
	background-color: #FFF;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.fbuttons {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #969696;
	border: 1px solid #000000;
	padding: 2px;
}
.required {
	color: #F00;
	font-size: 10px;
}
/* ----------------- copyright ----------------- *
.copyright {
	font-size: 10px;
	color: #49051C;
}
