/* ******************************************************************* PARTI COMUNI */
body {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Sans-serif;
	color: #554f4f;
	text-align: center;
}
#sito {
	width: 978px;
	text-align:left;
	margin:0px auto;
}
/***************************************** CAMBIO LINGUA **********************************************************************/
#sito #lingua {
	margin: 2px 0 0 0;
	width:100px;
	height:15px;
	text-align:center;
}
#sito #lingua a:link, #lingua a:visited, #lingua a:hover, #lingua a:active {
	float: left;
	width: 24px;
	color: #554f4f;
	text-decoration: none;
}
#sito #lingua a:hover {
	font-style: italic;
}
#sito #lingua span {
	float: left;
}
/***************************************** FINE CAMBIO LINGUA **********************************************************************/




#box {
	width: 978px;
	height: auto;
	margin: 0px auto;
	position: relative;
	/*border: 1px solid #dbd3bd;*/
	min-height: 620px;
 height: expression( this.scrollHeight < 620? "620px" : "auto" );
}
td {
	font: 11px Verdana, Arial, Sans-serif;
}
/* ******************************************************************* FINE PARTI COMUNI */


/* ******************************************************************* HEADER */
#header {
	text-align: center;
}
#logo {
	display: block;
	margin: 0 auto;
}
#logo-idyllische {
	position: absolute;
	top: 21px;
	left: 17px;
}
/***************************************** BOTTONI QUICKBOOK **********************************************************************/
#quickbook {
	position: absolute;
	top: 6px;
	right: 0px;
	margin:0;
	text-align:right;
}
#quickbook a:link, #quickbook a:visited, #quickbook a:hover, #quickbook a:active {
	border:1px solid #AC9D72;
	background-color:#AC9D72;
	text-decoration:none;
	margin:3px 0px 5px 0;
	text-align:center;
	line-height:20px;
	display:block;
	color:#ffffff;
	width:119px;
	padding:0;
}
#quickbook a:hover {
	border:1px solid #AC9D72;
	background-color:#ffffff;
	color:#9a161d;
	text-decoration:none;
}
/***************************************** FINE BOTTONI QUICKBOOK **********************************************************************/



/* ******************************************************************* FINE HEADER */

/* ******************************************************************* MENU */
#menu_nav {
	height: 33px;
	margin: 0;
	padding: 0;
	background: #AC9D72;
}
#nav {
	height: 33px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 10;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: 121px;
	text-align: center;
	background: #AC9D72;
	line-height: 32px;
	text-decoration: none;
	color: #fff;
	margin:0;
	padding:0;
}
#nav a:hover {
	background: #fff none;
	color: #9a161d;
}
#nav a#funivia {
	background: #AC9D72 url(../images/menu_bozen_kohlern.gif) no-repeat 45% 50%;
}
#nav a#funivia:hover {
	background: #ffffff url(../images/menu_bozen_kohlernx.gif) no-repeat 45% 50%;
}
#nav a.evid#funivia {
	background: #ffffff url(../images/menu_bozen_kohlernx.gif) no-repeat 45% 50%;
	color: #9a161d;
}
#nav a#funiviait {
	background: #AC9D72 url(../images/menu_bozen_kohlern.gif) no-repeat 58% 50%;
}
#nav a#funiviait:hover {
	background: #ffffff url(../images/menu_bozen_kohlernx.gif) no-repeat 58% 50%;
}
#nav a.evid#funiviait {
	background: #ffffff url(../images/menu_bozen_kohlernx.gif) no-repeat 58% 50%;
	color: #9a161d;
}
#nav a.evid {
	background: #fff none;
	color: #9a161d;
}
#nav li {
	float: left;
	width: 121px;
	border-left: 1px solid #fff;
}
#nav li.first {
	border: 0;
	width: 124px;
}
#nav li.first a {
	background-image: none;
	width: 124px;
}
#nav li ul {
	position: absolute;
	width: 122px;
	left: -999em;
}
#nav li.first ul {
	width: 124px;
}
#nav li li {
	width: 122px;
	border: 0;
	border-bottom: 1px solid #a28661;
}
#nav li.first li {
	width: 124px;
}
#nav li li a {
	background: #fff none;
	color: #000;
	text-align: left;
	filter: alpha (opacity=85);
	/* IE */
	-moz-opacity: 0.85;
	/* Netscape, Mozilla */
	opacity: 0.85;
	/* Safari */
	padding: 4px 4px;
	line-height:16px;
	width: 114px;
}
#nav li li a:hover {
	text-decoration: underline;
	color: #9a161d;
}
#nav li li a .evid {
	color: #9a161d;
}
#nav li.first li a {
	width: 116px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li li.menu2 {
	width: 121px;
}
#nav li li.menu2 a {
	padding:0;
	margin:0;
	width: 112px;
	padding-left:10px;
	line-height:18px;
}
#nav li li.menu2 a:hover {
	padding-left:10px;
	line-height:18px;
	text-decoration:none;
}
/* ******************************************************************* FINE MENU */

/* ******************************************************************* FOTO */
#foto {
	width:978px;
	display:block;
}
/* ******************************************************************* FINE FOTO */

/* ******************************************************************* CONTENT */
#content {
	width: 978px;
	margin: 15px 0;
}
h1 {
	font: 18px Verdana, Arial, sans-serif;
	color: #a28661;
	margin: 0px 20px 5px 22px;
}
#text {
	margin: 0 22px;
	text-align: justify;
	line-height:16px;
}
#text a:link, #text a:visited, #text a:hover, #text a:active {
	color: #554f4f;
	text-decoration: underline;
}
#text a:hover {
	text-decoration: none;
}
.red {
	color:#9a161d;
}
.gold {
	color:#a28661;
}
#text a.link_red:link, #text a.link_red:visited, #text a.link_red:hover, #text a.link_red:active {
	color:#9a161d;
	font-weight:bold;
	text-decoration:none;
}
#text a.link_red:hover {
	color:#a28661;
}
#text a.link_pdf:link, #text a.link_pdf:visited, #text a.link_pdf:hover, #text a.link_pdf:active {
	border:1px solid #000;
	margin:0 15px 15px 15px;
	text-decoration:none;
	display:block;
	width:200px;
	height:200px;
}
#text a.link_pdf:hover {
	border:1px solid #a28661;
}
#text .tabOfferte {
	background-color:#e9e9e9;
	padding:5px;
	width:270px;
	float:left;
	margin:10px 25px 10px 5px;
}
#text .tabOfferte a:link, #text .tabOfferte a:visited, #text .tabOfferte a:hover, #text .tabOfferte a:active {
	display:block;
	text-align:right;
}
#text .offerta {
	border-bottom: 1px solid #a28661;
	min-height: 230px;
height: expression( this.scrollHeight < 230? "230px" : "auto" );
	display:block;
	margin:15px 0;
}
#text .offerta img {
	float:left;
	margin:0 15px;
}
h2 {
	color:#9a161d;
	font-size:13px;
	font-weight:bold;
	margin:0 0 7px 0;
}
#lastminute {
	background-color:#f5f2eb;
	padding:10px 20px;
	border:1px solid #9a161d;
	margin:20px 0;
}
.stanze {
	float:left;
	width:225px;
	margin:0 3px 0 3px;
	border:1px solid #a28661;
	height:255px;
	line-height:13px;
}
.stanze img {
	display:block;
	margin:0;
}
.stanze .tipologia {
	background-color: #a28661;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	display:block;
	margin:0;
	padding-left:5px;
}
.stanze p {
	margin:2px 5px;
}
hr {
	border: 0;
	height: 1px;
	background-color: #a28661;
	color: #a28661;
}
#divisor {
	height: 3px;
	width:685px;
	text-align:center;
	margin:20px auto;
	/*background:url(../images/divisore.gif) no-repeat;*/
	background-color: #ddd3c5;
}
/* ******************************************************************* FINE CONTENT */

/* ******************************************************************* ADDRESS */
address {
	font-style: normal;
	line-height: 17px;
	text-align:center;
}
address a:link, address a:visited, address a:hover, address a:active {
	color: #554f4f;
}
address a:hover {
	text-decoration: none;
}
/* ******************************************************************* FINE ADDRESS */

/* ******************************************************************* PREZZI */
.prezzi {
	width: 930px;
	border: 1px solid #e9e9e9;
	border-width: 0 0 1px 1px;
}
.prezzi td {
	text-align: center;
	border: 1px solid #e9e9e9;
	border-width: 1px 1px 0 0;
}
.prezzi .stanza_descrizione {
	text-align: left;
	vertical-align:top;
}
.prezzi .stanza_descrizione img {
	display:block;
}
.prezzi .even {
	/*background-color: #e9e9e9;*/
	background-color: #ddd3c5;
}
#text a.link_request:link, #text a.link_request:visited, #text a.link_request:hover, #text a.link_request:active {
	color:#9a161d;
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
	margin:2px 25px;
	font-variant:small-caps;
}
#text a.link_request:hover {
	color:#a28661;
}
#openfoto {
	position: absolute;
	top: 0;
	center: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 20;
	text-decoration: none;
}
.scheda {
	z-index: 25;
	position: absolute;
	top: 30px;
	left: 0;
	text-align: center;
	width:100%;
}
.scheda_text {
	display: none;
	width: 700px;
	margin: 0 auto;
	text-decoration: left;
	text-align: left;
}
.scheda_text img {
	display:block;
	margin:0;
	border:1px solid #554f4f;
}
.scheda_text a {
	margin:0;
	padding:0;
	text-decoration:none;
}
.scheda_text a img {
	border:0;
}
/* ******************************************************************* FINE PREZZI */

/********************************************************************* FORMULARIO */
.titoloform {
	padding-top: 8px;
	border-bottom: 3px solid #a28661;
	font-weight: bold;
}
#form {
	margin: 0;
}
input, textarea, select {
	border: 1px solid #a28661;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #554f4f;
}
input.no_color {
	border: 0;
}
input.invia {
	background-color: #a28661;
	color: #fff;
	padding: 0px 17px;
	font-size: 12px;
}
input.red, select.red, textarea.red {
	border: 1px solid #eb3426;
}
#ris_form {
	display: none;
	margin: 3px 3px 3px 0;
	border: 2px solid #eb3426;
	color: #554f4f;
	padding: 7px 16px;
}
#ris_form p {
	margin: 2px 0;
}
/********************************************************************* FINE FORMULARIO */

/********************************************************************* SOCIAL          */
#Social {
	border-top: 1px solid #DBD3BD;
	margin-top: 32px;
	padding-top: 10px;
}
#icons {
	float: right;
	text-align: right;
	width: 500px;
}
#icons A {
	margin-left:35px;
}
.fb_iframe_widget {
	float:left;
	margin-top:5px;
}


/********************************************************************* FINE SOCIAL     */

