/* -- General Properties -- */

* {
	margin:0px;
	border: none;
	padding:0px;
}

/* Note: 'text-align: center' is necessary for IE versions below 6 as they don't recognize 'margin:auto'*/
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #5a5046;
	color:#64645a;
	font-family: Georgia,Times,serif;
}

/* Note: 'text-align: left' is necessary to revert 'text-align: center' in body (IE 5.5 bug)*/

.page {

	margin: auto;
	margin-top: 5px;
	padding: 0px;
	padding-bottom:60px;
	text-align: left;
	width:1000px;
	min-height: 800px; 
	background:url(../img/bg10.jpg) #ffffff;
}

/* min-height is necessary for firefox bug div with only floated elements */

.header {
	margin: 0px;
	padding: 0px;
	padding-left:40px;
	min-height: 200px;
}

.languagetogglerdiv {
	float:left;
	margin-top: 5px;
	text-align:left;
	font-size: 12px;
	text-transform:uppercase;
}

.mainpanel {
	margin-top: 30px;
	padding-left:40px;
	padding-right:40px;
}

/* Display should be set inline to fix IE 6 bug - double margin with float */

.mainImg {
	display:inline;
	float:right;
	background-image: url(../img/background.jpg) top left no-repeat;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	width: 500px;
	height: 300px;
}

.mainMap {
	display:inline;
	float:right;
	background-image: url(../img/background.jpg) top left no-repeat;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	width: 500px;
	height: 300px;
}

/* Keep display:block for IE 6 bugs, otherwise container is pushed to increase its size*/

.standardimage {
	display:block;
	width:500px;
	height:300px;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* Display should be set inline to fix IE 6 bug - double margin with float */

.leftpanel {
	float: left;
	display: inline;
	width: 450px;
	margin-bottom:0px;
	margin-top:0px;
}

.logo {
	float: left;
	width:350px;
	height:60px;
	margin-top: 20px;
	margin-bottom: 0px;
	background:url(../img/logo.png) top left no-repeat;
}
.logoIE6 {
	float: left;
	width:350px;
	height:60px;
	margin-top: 20px;
	margin-bottom: 0px;
	background:url(../img/logoIE6.png) top left no-repeat;
}
.logowhite {
	float: left;
	width:350px;
	height:60px;
	margin-top: 20px;
	margin-bottom: 0px;
	background:url(../img/logowhite.png) top left no-repeat;
}

/* Display should be set inline to fix IE 6 bug - double margin with float */

.quotation {
	float: left;
	display: inline;
	padding:5px;
	width:200px;
	margin-left:15px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	font-family: Arial;
}

/* Display should be set inline to fix IE 6 bug - double margin with float */

.menu {
	display: inline;
	float:left;
	margin-left:10px;
	width:200px;
}

.menuitemLevel1 {
	text-align:right;
	color: rgb(172,139,0);
	font: 14px Georgia,Times,serif;
	margin-bottom: 7px;
	text-transform:uppercase;
}

.menuitemLevel2 {
	text-align:right;
	margin-bottom: 9px;
	color: rgb(172,139,0);
	font: 15px Georgia,Times,serif;
	text-transform:uppercase;
}

.languagetoggler {
	float:left;
	margin-top: 0px;
	text-align:left;
	font-size: 12px;
	text-transform:uppercase;
}

.flagImg {
	height: 11px;
	width: 18px;
	vertical-align: baseline;
	opacity: 1;
}

.contentstandard {
	float: left;
	width: 660px;
}

.contenthotels {
	float: left;
	width: 590px;
}

.actions {
	float:right;
	width:230px;
}

.hotellist {
	float:right;
	width:300px;
}



.paragraph {
	font-size:16px;
	text-align: justify;
	line-height:22px;
	padding:0px 0px 0px 0px;
}

.bookingform, .feedbackform, .links {width:240px;}
.feedbackform, .links {margin-top:40px;}

.bookingform form, .feedbackform form {
	border: dotted 1px #5a5046;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.imagepanel {
	width: 776px;
	margin:auto;
}


.map_thumbnail {
	background-color: #64645a;
	padding:0px;
	margin-top:6px;
	margin-bottom:6px;
	margin-left: 10px;
}

.img_thumbnail {
	clear: right; 
	float: right;
	width: 200px;
	padding:0px;
	margin-top:6px;
	margin-bottom:0px;
	margin-left: 10px;
}


.thumbnail{
	background-color: #64645a;
	height:60px;
	width:100px;
	border: none;
	float: left;
	margin: 5px;
}

/* Keep display:block for IE 6 bugs, otherwise container is pushed to increase its size*/	

.thumbailimg {
	display: block;
}

.hiddenThumbnail{
	padding: 0px;
	margin: 0px;
	border: none;
	display:none;
	float: left;
}

.credits {
	margin-top:116px;
	float:left;
	text-align:left;
	line-height:18px;
	font-size: 12px;
	text-transform:uppercase;
}

.footer {
	margin:auto;
	width:1000px;
	height: 40px;
	padding-top:10px;
}



/* Attention: Width needed with IE6 */



.backtohome {
	display: block;
	margin-top:20px;
	margin-bottom:20px;
	text-transform: uppercase;
	font-size: 16px;	
}

.backtohomelink {
	
}



.blue {
	color: black;
}

.title {
	float: right;
	margin-top: 35px;
	width: 200px;
}

h1 {
	margin-bottom: 10px;
	text-align: center;
	font: 22px Georgia,Times,serif;
	letter-spacing: 2px;
	color:#5a5046;
	text-transform: uppercase;
}
	

h2 {
	font-size:15px;
	line-height:20px;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:10px;
}

h2 .firstword {
	display:inline;
	float:left; 
}

h2 .firstword:first-letter {
	line-height:44px;
	font-weight: normal;
	font-size: 43px;
	padding-right:2px;
}

h2.action {
	text-align: center;
	font:bold Georgia,Times,serif;
	letter-spacing:3px;
	color:#5a5046;
	margin-top:0px;
	margin-bottom:10px;
}

h2.usermessage {
	margin:auto;
	text-align:center;
	text-transform:uppercase;
	font: 20px Georgia,Times,serif;
	letter-spacing:2px;
}

h3 {
	font-size:12px;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:5px;
}

h4 {
	display: inline;
}

small {
	font-size:12px;
	line-height:16px;
}

.paragraph ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.paragraph li {
	background:url(../img/list.gif) 0px 5px no-repeat;
	line-height:20px;
	margin:0;
	padding-left:20px;
}

.plainpopup {
	display: block;
	margin: 10px 10px 10px 10px;
}

.plainpopup p{
	font-size: 10px;
	text-transform: uppercase;
	text-align:justify;	
}



.placeMark {
	width: 14px;
	text-align:center;
	display: inline-block;
	color: rgb(172,139,0);
}

.fillerI {
	clear:both;
	height:12px;
}

.fillerII {
	height:24px;
}

.separator {
	clear:both;
	background:url(../img/separator.gif) 0px no-repeat;
	height:30px;
	width: 360px;
	margin:auto;
	margin-bottom:10px;
}

.separator hr {
	border:0;
	height:0;
	display:none;
}


/* Images properties */

img {
	border:0px;
}

.copyright {
	color: #FFFFFF;
	font:11px Georgia,Times,serif;
	letter-spacing:2px;
	text-transform:uppercase;
}
.copyright a:hover {
	color:#dcaa14;
}

form .inputline {
	display:block;
	clear:both;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 100%;
}

/* Do not group font properties together for IE 5.5 bug on uppercase transformation */

form .label {
	display:block;
	clear:both;
	float:left;
	color:#5a5046;
	width:100px;
	margin: 0px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 10px;
	letter-spacing:3px;
}

form .standardinput {
	display:block;
	float: right;
	border:1px solid #c8c8be;
	color:#5a5046;
	font:14px Georgia,Times,serif;
	line-height:16px;
	width: 100px;
	text-align:left;
}

form .standardselect {
	display:block;
	float: right;
	border:1px solid #c8c8be;
	color:#5a5046;
	font:14px Georgia,Times,serif;
	line-height:14px;
	width: 40px;
	text-align:center;
}

form input:focus {
	outline:none;
	text-decoration:none;
}

form textarea {
	display:block;
	clear:both;
	float:left;
	background:url(../img/form.gif) #ffffff repeat-x;
	border:1px solid #c8c8be;
	color:#5a5046;
	font:1.2em Georgia,Times,serif;
	line-height:1.5em;
	width:100%;
	height:80px;
	margin:0px;
	padding:0px;
}

form textarea:focus {}

form .btn {
	font: bold 14px arial, sans-serif;
	background-color: #AC8B00;
	border: none;
	color:White;
	height:auto;
}

form .submit:hover,
form .submit:focus {
}

form .label span {
	display:block;
	color:#aa7800;
	font:italic .9em Georgia,Times,serif;
	line-height:1.5em;
	letter-spacing:1px;
	text-transform:none;
}

form .submitlinkI a {
	display: block;
	font:bold 11px Georgia,Times,serif;
	letter-spacing:2px;
	float:right;
	text-transform:uppercase;
}

/* Anchors properties */

a {
	color:#aa7800;
	text-decoration:none;
	border-style: none;
}

a:hover {
	color:#785014;
	text-decoration:none;
	cursor:pointer;
}

a:focus,
a:active {
	outline:none;
	text-decoration:none;
}

p a:hover {
}

a.backbutton {
	display: block;
	margin: auto;
	text-align:center;
	text-transform:uppercase;
}

.toggler a {
	text-transform:uppercase;
}

.toggler a:hover {
	border-bottom:none;
}

ul,ol {
	position:relative;
}

.center {
	clear:both;
	text-align:center;
	font:bold 1.2em Georgia,Times,serif;
	line-height:2em;
}

strong {
	font-weight:bold;
}

.hotelInfoWindow {
	font-size: 12px;
	text-align:left;
	margin-right:20px;
}


.hotelInfoWindow h1 {
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 2px;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
}

.hotelInfoWindow p {
	font-family: Verdana;
	font-size: 11px;
	margin-top: 2px;
}







/* Classes to modify hotel engine appereance */

.searchResultPhotoBgDiv {
	background: white;
}

#hotelTabs .hotelTab div b { text-decoration:underline; font-size:13px; color :#aa7800;}

/* Result List Sorting Options */
#SearchResultsBodyHead .headh, #SearchResultsBodyHead .b1h, #SearchResultsBodyHead .b2h, #SearchResultsBodyHead .b3h, #SearchResultsBodyHead .b4h, #SearchResultsBodyHead .b2bh, #SearchResultsBodyHead .b3bh, #SearchResultsBodyHead .b4bh {background:url(../img/background.jpg)}

/* Page Selector */
#SearchResultsBody #cityPagesBody div {background:url(../img/background.jpg)}
#SearchResultsBody #cityPagesBody {background:url(../img/background.jpg)}
#SearchResultsBody #cityPages .b1h , #SearchResultsBody #cityPages .b2h, #SearchResultsBody #cityPages .b3h, #SearchResultsBody #cityPages .b4h {background:url(../img/background.jpg)}
#SearchResultsBody #cityPages .b1bh , #SearchResultsBody #cityPages .b2bh, #SearchResultsBody #cityPages .b3bh, #SearchResultsBody #cityPages .b4bh {background:url(../img/background.jpg)}
#cityPagesBody {border-right:1px none; border-left:none}


/* Util properties */

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.spacer {
	height:20px;
}


/* Classes to modify Highslide behaviour */

.highslide-active-anchor img {
	visibility: visible;
}

/* Classes to modify Highslide appereance */

.highslide-dimming {
	background: black;
}
.highslide-caption {
	padding-left:10px;
	color: gray;
	font-weight: bold;
}

.highslide-caption .subcaption {
	font-weight:normal;
	font-style:italic;
}
	
/* class for the heading box */
.draggable-header .highslide-header {
	border-bottom: 1px solid rgb(172,139,0);
	height: 24px;
	padding: 0px;
}

/* class for the heading text */
.draggable-header .highslide-heading {
	left: 0px;
	text-transform:uppercase;
	font: 18px Georgia,Times,serif;
	font-weight: normal;
	color: rgb(172,139,0);
}

/* class for the content */
.draggable-header .highslide-maincontent {
	font-size:9px;
	text-align: justify;
	padding: 5px;
	color:#64645a;
}



.highslide-map .highslide-header {
	height: 18px;
	border: none;
}
.highslide-map .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.highslide-map .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.highslide-map .highslide-header .highslide-move * {
	display: none;
}
.highslide-map .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.highslide-map .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../highslide/graphics/closeX.png);
}
.highslide-map .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.highslide-map .highslide-header .highslide-close span {
	display: none;
}
.highslide-map .highslide-maincontent {
	padding:0px;
}

.highslide-map .highslide-html-content {
    padding: 0px;
}

.highslide-map .highslide-footer .highslide-resize {
    display: none;
}







