body {
  background: url(bgr-body.jpg) 50% 0 repeat-y ;
 font: 75%/1.4 Arial, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
input, textarea {
	font-family: Arial, sans-serif;
}
td, th, input, textarea {
	font-size: 100%;
	_font-size: 75%;
	_f\ont-size/**/: 100%;
}
h1 {
	background: url(bgr-headline.gif) top left no-repeat;
	width: 706px; height: 29px;
	line-height: 25px;
	font-size: 140%;
	margin: 0 0 0 12px;
	padding-top: 15px;
	color: #fff;
	text-align: center;
}

h1 span, a span {
	display: none;
}

h2, h3, h4 {
	color: black;
	color: #e7d5af;
	margin-top: 0;
	margin-bottom: 0.3em;
}

h2 {
  font-size: 110%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 100%;
	color: #444;
}

a {
	color: #fbf7da;
}

a:visited {
	color: #bfa161;
}

a:hover {
	color: black;
}

table {
  border-collapse: collapse;
  border: 1px solid #999966;
  background: #acacac;
  margin-bottom: 1em;
}

th, td {
	text-align: left;
	padding: 0.5em;
	border: 1px solid #999966;
}

th {
  background: #e6d4ae;
  color: #666;
}

form table {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

form th {
	text-align: right;
	vertical-align: super;
	_vertical-align: top;
	width: 130px;
}

form th strong {
	color: black;
}

form th, form td {
	line-height: 2;
}

fieldset {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 1em;
}

fieldset table {
	_margin-top: 10px;
	margin-bottom: 0;
}

legend {
	color: #e7d5af;
}

img {
	border-top: 0px solid #BFA161;
	border-right: 3px solid #BFA161;
	border-bottom: 6px solid #BFA161;
	border-left: 3px solid #BFA161;
}

address {
  font-style: normal;
  text-align: center;
}

address em {
  color: #666;
  font-size: 130%;
  font-weight: bold;
  font-style: normal;
  padding-bottom: 0.5em;
  display: block;
}

/* BASIC CLASSES */
.missing {
	background: #c00;
	color: white;
	padding: 1em;
	text-align: center;
}

.elink {
	background: url(immagini/elink.gif) no-repeat right top;
	padding-right: 8px;
	_background: none;
	_padding-right: 0;
	_background/**/: url(immagini/elink.gif) no-repeat right top;
	_padding-right/**/: 8px;
}

.elink:visited {
	background-position: 100% -108px;
}

.elink:hover {
	background-position: 100% -54px;
}

.err strong, .err label, label.err, strong.err {
	color: #c00 !important;
}

.err input, .err textarea, input.err, textarea.err {
	border-color: #c00;
}

.center {
	text-align: center;
}

div.error, div.oki, div.info {
	padding: 16px;
	background: #c00;
	border: 2px groove #999966;
	color: white;
	text-align: center;
	margin: 1em 0;
}

div.error em, div.oki em, div.info em {
	font-style: normal;
}

div.oki {
	background: green;
}

div.info {
	background: blue;
}

div.submit {
	text-align: center;
	margin-top: 1em;
}

.submit input {
	cursor: pointer;
	_cursor: hand;
}

input.submit {
	font-weight: bold;
}

hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}

.shaded {
	color: #666;
	background: #eaeaea;
}

input.calendar {
	border: none;
	vertical-align: middle;
	background: white;
	width: auto !important;
	margin-left: 1ex;
}

span.help {
	cursor: help;
	border-bottom: 1px dotted #888;
}

/* DEFAULT ENGINE */
#screen {
  position: relative;
	width: 752px;
	text-align: left;
	margin: 0 auto;
	padding-top: 241px;
}

#content {
	background: url(bgr-content.gif) repeat-y;
	padding: 0 10px;
}

#content-bottom {
  background: url(bgr-content-bottom.gif) top left no-repeat;
  width: 706px; height: 6px;
  margin-left: 12px;
  font-size: 0;
}

#main {
  width: 690px;
  margin-left: 19px;
  margin-bottom: 5px;
  background: #999966;
  border: 1px solid #999966;
}

#main div.box {
 padding: 15px; 
}

.column {
  background: url(ornament-column.jpg) 50% 0 no-repeat;
}

.first-column {
  width: 330px;
  float: left;
  margin-top: 25px;
}

.first-column div.boxc {
  padding-right: 15px;
}

.first-column p {
  margin-top: 0;
  padding-top: 0;
}

.second-column {
  width: 310px;
  float: right;
  margin-top: 25px;
  padding-left: 19px;
  border-left: 1px solid #663300;
}

.second-column p {
  margin-top: 0;
  padding-top: 0;
}

/* MENU */
#menu {
	z-index: 2;
	position: absolute;
	left: 26px; top: 213px;
	width: 704px; height: 24px;
 	margin: 0; padding: 0;
}

#menu li {
	float: left;
	position: relative;
	width: 87px; height: 17px;
	list-style: none;
	margin: 0; padding: 0;
	overflow: hidden;
}

#menu a, #menu strong, #menu span {
	position: absolute;
	width: 100%; height: 100%;
	top: 0px; left: 0px;
	background: no-repeat 0 0;
	display: block;
	_cursor: hand;
}

#menu a:hover span, #menu strong span {
	background-position: 0 -17px;
}

#menu #presentazione span 
{ background-image: url(btn-introduction.gif);
}

#menu #sistemazione span {
  background-image: url(btn-accommodation.gif);
}

#menu #servizi span {
  background-image: url(btn-services.gif);
}

#menu #prezzi span {
  background-image: url(btn-pricelist.gif);
}

#menu #prenotazione span {
  background-image: url(btn-reservation.gif);
}

#menu #specialne span {
  background-image: url(btn-special.gif);
}

#menu #gallery span {
  background-image: url(btn-virtualtour.gif);
}

#menu #mapa span {
  background-image: url(btn-map.gif);
}

#menu #contatti span {
  background-image: url(btn-contact.gif);
}

/* PANELLo */
#panel {
	background: url(head_1.jpg) 0 56px no-repeat;
	position: absolute;
	left: 22px; top: 0;
	width: 704px; height: 234px;
}
#panel_1 {
	background: url(head_2.jpg) 0 56px no-repeat;
	position: absolute;
	left: 22px; top: 0;
	width: 704px; height: 234px;
}
#panel_2 {
	background: url(head_3.jpg) 0 56px no-repeat;
	position: absolute;
	left: 22px; top: 0;
	width: 704px; height: 234px;
}
#panel_3 {
	background: url(head_4.jpg) 0 56px no-repeat;
	position: absolute;
	left: 22px; top: 0;
	width: 704px; height: 234px;
}
#panel_4 {
	background: url(head_5.jpg) 0 56px no-repeat;
	position: absolute;
	left: 22px; top: 0;
	width: 704px; height: 234px;
}
#panel_5 {
	background: url(head_6.jpg) 0 56px no-repeat;
	position: absolute;
	left: 22px; top: 0;
	width: 704px; height: 234px;
}
#panel_6 {
	background: url(head_7.jpg) 0 56px no-repeat;
	position: absolute;
	left: 22px; top: 0;
	width: 704px; height: 234px;
}
#panel_7 {
	background: url(head_8.jpg) 0 56px no-repeat;
	position: absolute;
	left: 22px; top: 0;
	width: 704px; height: 234px;
}
#logo {
  position: absolute;
  left: 0; top: 0;
  width: 704px; height: 56px;
}

#logo, #logo span {
	width: 100%; height: 56px;
	position: absolute;
	display: block;
	left: 0px; top: -1px;
}

#logo span {
  background: url(logo.gif);
}

a#logo span {
  _cursor: hand;
}

#lang {
	display: block;
	width: 158px; height: 14px;
	position: absolute;
	z-index: 2;
	top: 16px; left: 540px;
}

#lang ul {
	padding: 0; margin: 0;
	width: 100%; height: 100%;
}

#lang li {
	float: left;
	display: block;
	position: relative;
	left: 0; top: 0;
	width: 21px; height: 14px;
	margin-right: 8px;
}

#lang a, #lang span {
	position: absolute;
	display: block;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	overflow: hidden;
}

#lang span {
	background: url(flags.gif) no-repeat 0 0;
	_cursor: hand;
}

#lang #lang-en span {
	background-position: 0 -14px;
}

#lang #lang-it span {
	background-position: 0 -28px;
	
}
#lang #lang-spa span {
	background-position: 0 - 0px;
}

#lang #lang-fra span {
	background-position: 0  -42px;
	
}
#lang #lang-ted span {
	background-position: 0  -56px;
}

/* INFLINK */
#hlink {
	padding: 8px 0;
	margin: 0 24px;
	position: relative;
	_height: 1px;
}

#hlink li {
	list-style: none;
	display: inline;
}

#hlink .first-art {
	margin-top: 0.6em;
	margin-right: 0;
	display: block;
	text-align: right;
	font-size: 90%;
	color: #fff;
}

#footer-lang {
  display: block;
  position: absolute;
  margin-top: 1.6em;
  left: 0px;
}

/* ALTRO */

#ornament-left {
  background: url(ornament-left.jpg) top left no-repeat;
  position: absolute;
  top: 90px; left: -74px;
  _left: -73px;
  width: 69px; height: 168px;
}

#ornament-right {
	background: url(ornament-right.jpg) top left no-repeat;
	position: absolute;
	top: 270px;
	right: -56px;
	_right: -64px;
	width: 59px;
	height: 115px;
	left: 757px;
	visibility: visible;
}


#pictures {
  list-style: none;
  margin: 0; padding: 0; 
  padding-top: 5px;
  background: url(ornament-bottom.gif) 50% 45px no-repeat; 
  height: 110px;
  position: relative;
}

#pictures li {
  position: absolute;
  padding-right: 25px
}

#pictures li img {
  border: solid #BFA161;
  border-width: 3px 3px 6px 3px;
  width: 120px; height: 90px;
}

#pictures li.first {
  left: 50px;
}

#pictures li.second {
  left: 200px;
}

#pictures li.third {
  left: 407px;
}

#pictures li.fourth {
  left: 557px;
}

#pictures a, #pictures a span {
	display: block;
	width: 126px; height: 99px;
	position: absolute;
	left: 0; top: 0;
}

#pictures a span {
	_cursor: hand;
}

#pictures a:hover span {
	background: url(icon-plus.png) no-repeat 6px 6px;
	_background-image: url(icon-plus.gif);
}

#uvod {
  padding-top: 1.82em;
}

#sign {
	width: 136px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	display: block;
	right: 58px;
	top: 708px;
	background-image: url(firma_fiore.gif);
}

#sign span {
	background: url(firma_fiore.jpg) top left no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(firma_fiore.jpg);
}

#director {
  text-align: right;
  padding-top: 10px;
  margin-right: 40px;
  text-align: right;
  display: block;
}

#virtual {
  list-style: none;
  margin: 0; padding: 0;
  _width: 300px;
}

#virtual li {
  position: relative;
  display: block;
  float: left;
  margin: 0 8px 15px 8px;
}

#virtual li a img {
  border: solid #BFA161;
  border-width: 3px 3px 6px 3px; 
}

#virtual li a:hover img {
  border-color: #48625f;
}

/* RESERVATION */
#reservation input {
	width: 134px;
}

#reservation th {
	width: 22%;
}

#reservation td {
	width: 26%;
}

#reservation .submit input {
	width: auto;
}

#reservation #email, #reservation #name {
	width: 50%;
}

#reservation #zip {
	width: 9ex;
}

#reservation #nights,
#reservation #persons,
#reservation #rooms
{
	width: 4ex;
}

#reservation #cardp1 {
	width: 14ex;
}

#reservation #cardp2 {
	width: 8ex;
}

#reservation #comment {
	width: 440px;
}

#reservation #datefrom, #reservation #dateto {
	width: 14ex;
}

/* OTHER */
#contact p {
	margin-top: 1em;
}

#scontact .first-column {
  width: 230px;
}

#scontact .second-column {
  width: 410px;
}

#contact textarea, #contact #name, #contact #email {
	width: 194px;
}

#scontact .column {
  background: url(ornament-column.jpg) 216px 0 no-repeat;
}

#pricelist td {
	text-align: right;
}

#season {
	font-size: 90%;
	border: none;
}

#season, #season th {
	background: transparent;
}

#season th, #season td {
	padding: 0.1ex 0.3ex;
	border: none;
}

#season th {
	color: #e7d5af;
	font-weight: bold;
}
