body
{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: #474747 url('images/background.gif') repeat-y center top;
}

/* ID del corpo vero e proprio. Non  il tag body!!! */
#body
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	min-height: 500px;
	height: 100%;
	width: 860px;
	margin: 20px;
	margin-right: 0px;
	padding-bottom: 10px;
	color: #333;
}

#sidebar
{
	width: 260;
	height: 100%;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 5px;
	margin-top: 22px;
	text-align: left;
}

#sidebar img 
{
	margin-bottom: 10px;
	text-align: center;
}

#contents
{
	width: 535px;
	padding: 0px;
	margin-left: 20px;
	text-align: justify;
}

a {
	color: #026c48;
	text-decoration: none;
}

p a {
  text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img
{
	border-width: 0px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Georgia;
	margin: 0;
	padding: 0;
	color: #324632;
}

h2
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #00512e;
	margin-bottom: 24px;
	border-bottom: 1px solid #B5CCAB;
	padding: 3px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

dl
{
	float: left;
	display: block;
	margin-bottom: 30px;
}

dt, dd { float: left; }

dt
{
	height: 20px;
	clear: left;
	font-weight: bold;
	font-size: 1em;
	margin-right: 5px;
	line-height: 19px;
	color: #434343;
}

dd
{
	margin: 0px;
	margin-right: 5px;
	line-height: 20px;
}

.hidden { display: none; }

#container
{
	border-color: #ddd;
	border-top-style: solid;
	border-width: 0px;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 880px;
	background: #fff;
	
}

#overall
{
	height: 83px;
	width: 880px;
	text-align: right;
}

#overall #logo
{
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
	float: left;
}

#top-image
{
	margin-top: 5px;
	text-indent: -9999px;
	width: 880px;
	height: 160px;
	background: url(images/top-estate.jpg) no-repeat left;
	border-bottom: 0px solid #ddd;
	margin-bottom: -14px;
}

#top-image a
{
	display: block;
	width: 164px;
	height: 130px;
	text-decoration: none;
	overflow: hidden;
	-moz-outline-style: none;
}

#down
{
	border-color: #ddd;
	border-top-style: solid;
	border-width: 0px;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 880px;
	text-align: center;
}

#footer
{
	text-transform: uppercase;
	margin-bottom: 0px;
}

#footer #credits
{
	margin-right: 10px;
	margin-left: 10px;
	color: #CCC;
	text-align: center;
	font-size: 10px;
	margin-bottom: 7px;
}

#footer #credits a
{
	color: #BBB;
	text-transform: uppercase;
}

#impressum-data { display: none; }
#privacy-data { display: none; }

#menu-bottom
{
	position: relative;
	width: 880px;
	height: 185px;
	overflow: hidden;
	color: #f00;
	background: #f9f9f9;
	border-top: solid 1px #DDD;
	margin-bottom: 0px;
	display: none;
}

#menu-bottom a
{
	color: #555;
	text-decoration: none;
}

#menu-bottom dl { border-left: 1px solid #ddd; }

#menu-bottom dt
{
	color: #333;
	float: none;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}

#menu-bottom dd { float: none; color: #777; }

#menu-bottom #home, #menu-bottom #sappada, #menu-bottom #discover, #menu-bottom #hospitality, #menu-bottom #contact, #menu-bottom #reach
{
	top: 0;
	width: 127px;
	height: 170px;
	padding: 7px 9px 0px;
	margin-top: 7px;
}

#menu-bottom #home
{
	border-left: none;
	margin-left: 1px;
}

#menu-bottom #home dt, #menu-bottom #home a { }

/* CLASSI VARIE */
.alignright
{
	float: right;
	padding: 4px;
	background-color: #EEE;
	border: 1px solid #DDD;
	margin: 3px;
}

.alignleft
{
	float: left;
	padding: 4px;
	background-color: #EEE;
	border: 1px solid #DDD;
	margin: 3px;
}

.hotel
{
	float: left;
	padding-right: 70px;
	padding-bottom: 20px;
}

.hotel-block
{
	height: 300px;
}

.people
{
	min-height: 200px;
	margin-left: 270px;
}
.people img
{
	float: left;
	padding-bottom: 10px;
	margin-left: -270px;
}

.pacchetti li
{
	font-size: 14px;
	list-style: square;
	margin-bottom: 3px;
}

.packs-block 
{
	padding: 3px;
	width: 90%;
	background: #f9fedf;
	border: 1px solid #ccc8af;
}

.packs-block a
{
	color: #5c5d39;
}

.packs-block h3
{
	margin: 5px;
}

.packs
{
	display:none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

#facts {
	text-align: left;
}