/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../images/body-bg.gif) repeat;
	text-align: center;
}

img {
	border: none;
}

img, div {
	behavior: url(pngfix/iepngfix.htc);
}

strong.yellow {
	color: #EABB00;
}

/* ----- Header ----- */

#header, #content, #footer {
	width: 891px;
}

#header {
	height: 273px;
	margin: auto;
}

/* ----- Menu ----- */

#menu {
	width: 881px;
	height: 35px;
	background: #A3DDF6 url(../images/menu-bg.jpg) top no-repeat;
	padding: 20px 0px 0px 10px;
	margin: auto;
}

#menu a, #menu a.two-lines, #menu a.language {
	display: block;
	float: left;
	width: 85px;
	height: 22px;
	background: url(../images/menu-tab.jpg) no-repeat;
	text-align: center;
	color: #009BEB;
	margin: 0px 2px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu a.two-lines, #menu a.current-two-lines {
	padding-top: 3px;
	height: 27px;
	line-height: 12px;
}

#menu a.language, #menu a.language:hover {
	background: none;
	width: 40px;
	height: 27px;
	padding-top: 3px;
}

#menu a:hover, #menu a.current, #menu a.current-two-lines {
	background: url(../images/menu-tab_hover.jpg) no-repeat;
	color: #D9AD00;
}

/* ----- Content ----- */

#content {
	background: url(../images/content-bg.gif) top repeat-y;
	text-align: left;
	margin: auto;
	padding-bottom: 15px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

h1 {
	margin: 0px;
	padding: 10px 20px;
	font-size: 16px;
	color: #EABB00;
	background: url(../images/h1-bg.jpg) 6px 0px no-repeat;
}

h1 span {
	color: #006BA6;
	font-size: 12px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#content p, h2, table {
	padding: 5px 26px;
	margin: 10px auto;
	color: #006BA6;
}

h2 {
	text-align: center;
	font-size: 34px;
	font-weight: normal;
}

#content p {
	background: transparent url(../images/p-bg.png) no-repeat scroll 20px bottom;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	line-height: 18px;
}

table#last-minute .alt {
	background: #FFFFFF !important;
}

table#last-minute {
	margin: 5px auto !important;
}

p.last-minute span {
	font-size: 24px;
	line-height: 34px;
}

p.last-minute {
	line-height: 34px;
	font-size: 16px;
	width: 150px;
}

p.no-bg {
	background: none !important;
}

p.last-minute-header {
	margin-bottom: -28px !important;
}

#content a {
	color: #006BA6;
}

#content a:hover {
	color: #EABB00;
	background: #FEF5CC;
	text-decoration: none;
}

.main-img {
	float: right;
	display: block;
}

div.table-title {
	clear: both;
	text-align: center;
	font-size: 18px;
	color: #EABB00;
}

div.table-title strong {
	color: #006BA6;
	font-weight: normal;
}

div.table-images {
	margin: 10px auto;
	text-align: center;
}

div.table-images img {
	border: 8px solid #FFF5D1;
}

div.table-images img:hover {
	border: 8px solid #FEC900;
}

div.table-images a {
	margin: auto;
	text-decoration: none;
	background: none !important;
}

/* ----- Table Appartamenti ----- */

#content table.appartamenti {
	width: 840px;
	display: block;
	clear: both;
	padding: 0px;
	margin-bottom: 30px;
	empty-cells: hide;
	font-size: 15px;
}

#content table.appartamenti {
	background: #FFF5D7;
}

.alt {
	color: #666666;
	background: #E3F5FD;
}

#content table.appartamenti tr td {
	width: 11%;
	height: 60px;
	text-align: center;
	white-space: nowrap;
}

#content table.appartamenti tr:hover {
	background: #FFDF62;
	color: #666666;
	cursor: default;
}

#content table.appartamenti td:hover {
	background: #FBC900;
	font-size: 18px;
}

#content table.appartamenti tr#table-header, #content table.appartamenti tr#table-header:hover, 
#content table.appartamenti tr#table-header td:hover{
	background: #BFE9FF !important;
	color: #006BA6 !important;
	font-size: 15px !important;
}

#content table.appartamenti td.left-col:hover {
	background: #FFDF62 !important;
	font-size: 15px;
}

/* ----- Flash ----- */

#flash, iframe {
	width: 854px;
	height: 264px;
	background: url(../images/flash-bg.jpg) no-repeat;
	padding-top: 7px;
}

iframe {
	width: 840px;
	height: 250px;
	padding: 7px;
}

/* ----- Form ----- */

#content table#contatti {
	width: 470px;
	font-size: 14px;
	margin: 15px auto;
}

#content table#contatti tr td {
	width: auto;
	height: auto;
	white-space: normal;
	text-align: left;
	padding: 10px;
}

#content table#contatti td:hover {
	background: #FBC900;
	font-size: 14px;
}

input#nome, input#cognome, input#telefono, input#email, textarea#messaggio {
	width: 337px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

/* ----- Footer ----- */

#footer {
	margin: 0px auto;
	height: 25px;
	padding-top: 25px;
	background: url(../images/footer-bg.png) no-repeat;
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

#koris, #koris-en {
	width: 168px;
	height: 25px;
	margin: 10px auto;
	padding: 10px 0px 0px;
	text-align: center;
	background: url(../images/koris-bg.png) no-repeat;
}

#koris-en {
	background: url(../images/koris_en-bg.png) no-repeat;
}