@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	margin: 0;
	background: url(../images/background.jpg) repeat-x #fff5ec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	min-width: 980px;
}
#container {
	width: 100%;
	min-width: 980px;
	height: 100%;
	background: url(../images/inner-background.jpg) center top repeat-y;
}
#container-top-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	height: 566px;
	background: url(../images/inner-top.jpg) center top no-repeat;
}
#footer-bg {
	width: 100%;
	height: 307px;
	background: url(../images/footer-bg.jpg) center top repeat-x;
}
#footer {
	width: 100%;
	min-width: 980px;
	height: 307px;
	background: url(../images/footer.jpg) center top no-repeat;
	position: relative;
}
#footer-menu {
	padding: 0 0 0 20px;
	width: 958px;
	/*width: 1106px;*/
	margin: auto;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 56px;
	text-transform:uppercase;
	color: #d7aed7;
}
#footer-menu a {
	text-decoration: none;
}
#footer-menu a:hover {
	color: #e67200;
}
#footer-menu ul a {
	color: #d9c4d4;
}
#footer-menu ul {
	padding: 12px 0 0 0;
	width: 148px;
	list-style: none;
	margin: 0;
	font-size: 9px;
}
#footer-menu li {
	width: 148px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	left: 10px;
	height: 24px;
	letter-spacing: 2px;
}
#footer-menu ul li {
	float: none;
	margin: 0;
	background: none;
	left: 0;
	letter-spacing: 1px;
}
#page {
	width: 980px;
	margin: auto;
	position: relative;
	z-index: 5;
}
#logo,
#logo span {
	position: absolute;
	width: 241px;
	height: 91px;
	background: url(../images/logo.jpg);
	display: block;
	overflow: hidden;
	top: 97px;
	left: 4px;
}
#logo span {
	top: 0;
	left: 0;
}
#motto,
#motto span {
	position: absolute;
	width: 700px;
	height: 61px;
	background: url(../images/motto.jpg);
	display: block;
	overflow: hidden;
	top: 127px;
	left: 255px;
	margin: 0;
}
#motto span {
	top: 0;
	left: 0;
}
#address {
	position: absolute;
	width: 250px;
	display: block;
	overflow: hidden;
	top: 13px;
	line-height: 14px;
	left: 255px;
	margin: 0;
	color: #c1c1c1;
	font-size: 10px;
	text-align: justify;
}
#address span {
	color: #766b95;
}
#copyright {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -467px;
	color: #b7b7b7;
	top: 4px;
}
#copyright a {
	color: #b7b7b7;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#footer-menu2 {
	position: absolute;
	padding: 0;
	margin: 0 -470px 0 0;
	list-style: none;
	overflow: hidden;
	top: 5px;
	right: 50%;
	height: 12px;
}
#footer-menu2 li {
	float: left;
	border-left: 1px solid #a55c17;
	padding: 0 10px;
	position: relative;
	right: 1px;
	line-height: 10px;
}
#footer-menu2 a {
	text-decoration: none;
	color: #a55c17;
}
#footer-menu2 a:hover {
	text-decoration: underline;
}
#languages {
	position: absolute;
	top: 21px;
	left: 547px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#languages li {
	float: left;
	position: relative;
	margin-right: 7px;
}
#languages a {
	width: 15px;
	height: 9px;
	display: block;
	padding: 1px;
	border: 1px solid #7b7393;
	cursor: pointer;
}
#languages a:hover,
#languages a.active {
	border: 1px solid #b46519;
}
#languages span {
	width: 15px;
	height: 9px;
	background: url(../images/flags.jpg) left top;
	display: block;
	text-indent: -100px;
	position: relative;
	overflow: hidden;
}
#lang-english span {
	background-position: 0 0;
}
#lang-german span {
	background-position: -15px 0;
}
#lang-spanish span {
	background-position: -30px 0;
}
#lang-france span {
	background-position: -45px 0;
}
#lang-italian span {
	background-position: -60px 0;
}
#lang-hungarian span {
	background-position: -75px 0;
}
#lang-russian span {
	background-position: -90px 0;
}
#lang-english:hover span,
#lang-english.active span {
	background-position: 0 -9px;
}
#lang-german:hover span,
#lang-german.active span {
	background-position: -15px -9px;
}
#lang-spanish:hover span,
#lang-spanish.active span {
	background-position: -30px -9px;
}
#lang-france:hover span,
#lang-france.active span {
	background-position: -45px -9px;
}
#lang-italian:hover span,
#lang-italian.active span {
	background-position: -60px -9px;
}
#lang-hungarian:hover span,
#lang-hungarian.active span {
	background-position: -75px -9px;
}
#lang-russian:hover span,
#lang-russian.active span {
	background-position: -90px -9px;
}
#content {
	width: 476px;
	background: url(../images/dot.gif) right repeat-y;
	margin: 0;
	margin: 202px 0 30px 0;
	padding: 0 0 0 245px;
	float: left;
}
#content.inner {
	background-color: #333333;
}
#content img {
	margin-top: 4px;
}
#content p,
#content h2 {
	color: #685a4d;
	margin: 4px 20px 16px 13px;
	text-align: justify;
	line-height: 16px;
	word-spacing: -0.1px;
}
#content a {
	color: #685a4d;
}
sup {
	color: #685a4d;
}
#content h2 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#inner-content h2 {
	margin: 0 0 0 10px;
	padding-top: 1em;
	font-weight: bold;
}
br.clear {
	clear: both;
}
div.clear {
    clear: both;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
}
#booking {
	width: 240px;
	height: 250px;
	float: left;
	margin: 198px 0 0 4px;
	padding: 0;
	background:url(../images/booking.jpg);
	position: relative;
}
#special-offer {
	width: 240px;
	height: 254px;
	float: left;
	margin: 198px 0 0 4px;
	padding: 0;
	background:url(../images/special-offer.jpg);
	position: relative;
}
#special-offer a {
	position: absolute;
	width: 210px;
	height: 44px;
	bottom: 15px;
	left: 15px;
	text-indent: -300px;
	overflow: hidden;
}
#booknow {
	float: left;
	width: 200px;
	height: 150px;
}
#online-reservations {
	margin: 26px 33px;
}
#booking {
	position: relative;
}
#booking label {
	color: #b7b7b7;
}
#booking label,
#booking input {
	position: absolute;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90px;
}
#booking input {
	border: none;
	background: none;
	letter-spacing: 0.7px;
}
#checkin-l {
	top: 56px;
	left: 35px;
}
#checkin {
	top: 72px;
	left: 44px;
}
#checkout-l {
	top: 91px;
	left: 35px;
}
#checkout {
	top: 107px;
	left: 44px;
}
#rooms-l,
#children-l,
#adults-l {
	top: 130px;
	left: 34px;
}
#rooms,
#children,
#adults {
	top: 146px;
	left: 44px;
	width: 30px!important;
}
#children-l{
	left: 92px;
}
#children {
	left: 110px!important;
}
#adults-l{
	left: 170px!important;
}
#adults {
	left: 180px!important;
}
#total {
	display: block;
	color: #e67200;
	font-weight: bold;
	top: 180px;
	position: absolute;
	left: 147px;
}
#special-offer-h3 {
	margin: 10px 0 -17px 10px;
}
#special-offer h4 {
	width: 185px;
	font-size: 10px;
	text-transform: uppercase;
	color: #d26900;
	margin: 8px 0 0 19px;
	line-height: 16px;
	padding: 9px 0 0 17px;
	background: url(../images/special-h4.gif) left top no-repeat;
}
#special-offer p {
	margin: 0 21px 0 37px;
	color: #36345d;
	font-size: 9px;
	line-height: 16px;
	letter-spacing: 0.9px;
}
#menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 216px;
	left: 68px;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 157px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	bottom: 1px;
}
#menu ul li{
	line-height: 30px;
}
#menu span {
	display: block;
	width: 157px;
	height: 30px;
	position: relative;
	text-indent: -200px;
	overflow: hidden;
	cursor: pointer;
}
#menu a {
	position: relative;
	display: block;
	height: 30px;
	width: 157px;
	outline: none;
}
#menu ul span {
	position: absolute;
	top: 0;
}
#submenu-services span {
	background-position: 0 0;
}
#submenu-rooms span {
	background-position: 0 -30px;
}
#submenu-boutique-hotel span {
	background-position: 0 -60px;
}
#submenu-contact-us span {
	background-position: 0 -90px;
}
#submenu-conference-room span {
	background-position: 0 -120px;
}
#submenu-request span {
	background-position: 0 -150px;
}
#submenu-standard-prices span {
	background-position: 0 -180px;
}
#submenu-specials-and-packages span {
	background-position: 0 -210px;
}
#submenu-hotel-policies span {
	background-position: 0 -240px;
}
#submenu-restaurant span {
	background-position: 0 -270px;
}
#submenu-drinkbar span {
	background-position: 0 -300px;
}
#submenu-map span {
	background-position: 0 -330px;
}
#submenu-how-to-reach span {
	background-position: 0 -360px;
}
#submenu-about-budapest span {
	background-position: 0 -390px;
}
#submenu-events-calendar span {
	background-position: 0 -420px;
}
#submenu-hotel-soho span {
	background-position: 0 -450px;
}
#submenu-budapest span {
	background-position: 0 -480px;
}
#submenu-services:hover span,
#submenu-services.active span,
#submenu-services a {
	background-position: -157px 0;
}
#submenu-rooms:hover span,
#submenu-rooms.active span,
#submenu-rooms a {
	background-position: -157px -30px;
}
#submenu-boutique-hotel:hover span,
#submenu-boutique-hotel.active span,
#submenu-boutique-hotel a {
	background-position: -157px -60px;
}
#submenu-contact-us:hover span,
#submenu-contact-us.active span,
#submenu-contact-us a {
	background-position: -157px -90px;
}
#submenu-conference-room:hover span,
#submenu-conference-room.active span,
#submenu-conference-room a {
	background-position: -157px -120px;
}
#submenu-request:hover span,
#submenu-request.active span,
#submenu-request a {
	background-position: -157px -150px;
}
#submenu-standard-prices:hover span,
#submenu-standard-prices.active span,
#submenu-standard-prices a {
	background-position: -157px -180px;
}
#submenu-specials-and-packages:hover span,
#submenu-specials-and-packages.active span,
#submenu-specials-and-packages a {
	background-position: -157px -210px;
}
#submenu-hotel-policies:hover span,
#submenu-hotel-policies.active span,
#submenu-hotel-policies a {
	background-position: -157px -240px;
}
#submenu-restaurant:hover span,
#submenu-restaurant.active span,
#submenu-restaurant a {
	background-position: -157px -270px;
}
#submenu-drinkbar:hover span,
#submenu-drinkbar.active span,
#submenu-drinkbar a {
	background-position: -157px -300px;
}
#submenu-map:hover span,
#submenu-map.active span,
#submenu-map a {
	background-position: -157px -330px;
}
#submenu-how-to-reach:hover span,
#submenu-how-to-reach.active span,
#submenu-how-to-reach a {
	background-position: -157px -360px;
}
#submenu-about-budapest:hover span,
#submenu-about-budapest.active span,
#submenu-about-budapest a {
	background-position: -157px -390px;
}
#submenu-events-calendar:hover span,
#submenu-events-calendar.active span,
#submenu-events-calendar a {
	background-position: -157px -420px;
}
#submenu-hotel-soho:hover span,
#submenu-hotel-soho.active span,
#submenu-hotel-soho a {
	background-position: -157px -450px;
}
#submenu-budapest:hover span,
#submenu-budapest.active span,
#submenu-budapest a {
	background-position: -157px -480px;
}
#booking button.calendar {
  background: none;
  border: 0;
  cursor: pointer;
  height: 28px;
  margin-right: 6px;
  width: 21px;
  position: relative;
  display: block;
  left: 183px;
  margin-top: 7px;
  bottom: 5px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}
div.calendar {
	background: url(../images/calendar.png);
	height: 167px;
	padding: 10px;
	text-align: center;
	width: 163px;
}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 167px;
		overflow: hidden;
		padding-top: 0;
		position: relative;
		width: 163px;
	}
	div.calendar caption {
		color: #dbbadb;
		font: normal 8px;
		padding-top: 13px;
		padding-bottom: 1px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 20px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 10px;
		width: 20px;
	}
	div.calendar caption a.prev {
		background-image: url(../images/left.png);
		left: 7px;
	}
	div.calendar caption a.next {
		background-image: url(../images/right.png);
		right: 7px;
	}
	div.calendar caption a:hover {
		background-position: 0 -20px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: 11px;
		height: 19px;
		text-align: center;
		width: 21px;
		font-weight: normal;
	}
	div.calendar th {
		color: #dbbadb;
	}
	div.calendar td {
		background: url(calendar-td.gif);
		color: #22202e;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #7f719a;
	}
	div.calendar td.valid {
		background: url(calendar-valid.gif);
		color: #fff;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(calendar-valid.gif) 0 100%;
		color: #e67200;
		cursor: pointer;
	}
#inner-submenu {
	color: #bea4c8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	margin: 6px 0 0 10px;
	padding: 0;
	list-style: none;
	height: 30px;
	line-height: 30px;
	position: relative;
	width: 450px;
	overflow: hidden;
	letter-spacing: 0.8px;
	z-index: 1;
}
#inner-submenu li {
	float: left;
	padding: 0;
	margin: 0;
	background: url(../images/inner-menu.jpg) left bottom no-repeat;
	position: relative;
	right: 1px;
}
#inner-submenu li.first {
	background-position: -10px bottom;
}
#inner-submenu a {
	color: #bea4c8;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
#inner-submenu li:hover a,
#inner-submenu li.active a {
	color: #e67200;
}
#inner-submenu li.active a {
	background: #fff5ec;
}
#inner-offer {
	font-size: 10px;
	margin: 1em 0 0 10px;
	padding: 0;
	list-style: none;
	height: 32px;
	line-height: 30px;
	position: relative;
	clear: both;
	overflow: hidden;
	letter-spacing: 0.8px;
	z-index: 1;
}
#inner-offer li {
	float: left;
	position: relative;
	right: 1px;
	background: url(../images/separator.gif) left 11px no-repeat;
}
#inner-offer a {
	color: #685a4d;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
#inner-offer a:hover {
	color: #e67200;
}
#inner-content {
	background: #fff5ec;
	margin: -32px 0 0 0;
	padding: 32px 10px 0 10px;
	width: 451px;
	clear: both;
	position: relative;
	background:url(../images/inner-content-bg.jpg) no-repeat;
	color: #685a4d;
}
#inner-content p {
	margin: 20px 9px;
}
#inner-content a {
	color: #685a4d;
}
.feature-list {
	float: left;
	width: 200px;
	margin: 12px 0 0 5px;
	position: relative;
	left: 15px;
}
.feature-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.feature-list li {
	padding-left: 12px;
	background: url(../images/list-arrow.jpg) 1px 6px no-repeat;
	line-height: 16px;
}
.feature-list h3 {
	font-size: 10px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
#services-hotel {
	padding-left: 20px;
	background: url(../images/list-dotted.jpg) left top repeat-y;
}
#reservation-div {
	clear: both;
	background: url(../images/horisontal-dots.jpg) left top repeat-x;
	padding: 0 0 40px 0;
	margin: 0 9px;
	position: relative;
	top: 20px;
}
.page-image,
.page-image-right,
.page-image-inside {
	display: block;
	margin: 0 5px 0 5px;
	position: relative;
	padding: 0 0 16px 0;
}
.page-image-right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	position: relative;
	right: 5px;
}
.page-image-inside {
	padding-top: 25px;
}
#did-you-know h3 {
	width: 200px;
	height: 60px;
	margin: 0;
	text-indent: -1000px;
	position: relative;
	overflow: hidden;
}
#did-you-know p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #675e7a;
	margin: 0 0 0 63px;
	line-height: 16px;
}
.tool-tip {
	color: #fff;
	width: 153px;
	height: 23px;
	z-index: 13000;
	background: url(../images/under.png)!important;
	overflow: hidden;
	text-indent: -1000px;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}
#avantgarde-logo {
	position: relative;
	top: 12px;
	left: 14px;
	float: left;
	margin-top: 14px;
	margin-bottom: 10px;
}
#avantgarde-logo img {
	border: none;
	margin-bottom: 20px;
}
#message-form,
#request-form,
#feedback-form {
	margin: 0 0 0 -10px;
	padding: 0;
	background: url(../images/message-bg.jpg) no-repeat 180px 12px;
}
#request-form {
	background-image: url(../images/request-bg.jpg)!important;
}
#feedback-form {
	background-image: url(../images/feedback-bg.jpg)!important;
	padding-bottom: 50px;
}
#message-form input,
#request-form input,
#feedback-form input {
	height: 14px;
	width: 237px;
	padding: 2px 5px;
	border: 0;
	background: none;
	float: left;
	display: block;
	margin: 0 0 4px 0;
	font-size: 10px;
	color: #616161;
}
#message-form label,
#request-form label,
#feedback-form label {
	float: left;
	display: block;
	height: 18px;
	line-height: 18px;
	width: 160px;
	margin: 0 0 4px 0;
	padding: 0 20px 0 0;
	text-align: right;
	font-size: 10px;
}
#adults-number {
	width: 52px!important;
}
#for-children {
	width: 118px!important;
	padding-right: 5px!important;
}
#children {
	width: 52px!important;
}
#types-numbers {
	position: relative;
	height: 66px;
	z-index: 200;
	clear: both;
}

#types-numbers label {
	width: 62px;
	padding: 10px 0 0 0;
	height: 30px;
	text-align: center;
	line-height: 14px;
	color: #9d8f82;
}
#number-of-rooms,
#type-of-rooms {
	display: block;
	position: absolute;
	top: 22px;
	left: 0px;
	height: 18px;
	line-height: 18px;
	width: 170px;
	padding: 0 10px 0 0;
	text-align: right;
}
#number-of-rooms {
	top: 44px;
}
#for-soho-suite,
#soho-suite {
	margin-left: 0px!important;
}
#for-double-for-single-use,
#for-double-twin,
#double-for-single-use,
#double-twin {
	margin-left: 30px!important;
}
#for-double-for-single-use,
#for-double-twin,
#double-for-single-use,
#double-twin,
#for-soho-suite,
#soho-suite {
	position: relative;
	left: 180px;
}
#for-double-twin {
	margin-right: 180px!important;
}
#types-numbers input {
	width: 52px!important;
}
#arrivaldate,
#departuredate,
#start,
#end {
	width: 89px!important;
	margin-right: 20px!important;
}
#message-form textarea,
#request-form textarea,
#feedback-form textarea {
	width: 237px;
	height: 73px;
	font-size: 10px;
	padding: 0;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	border: 0px solid #fff;
	background: none;
	overflow: auto;
	position: relative;
	bottom: 1px;
	color: #616161;
}
#message-form #submit,
#request-form #submit,
#feedback-form #submit {
	width: 257px;
	height: 27px;
	background-image: url(../images/form-submit.jpg);
	position: relative;
	overflow: hidden;
	text-indent: -1000px;
	line-height: 1000px;
	left: 175px;
	margin-top: 20px;
	cursor: pointer;
	
}
#message-form #submit:hover,
#request-form #submit:hover,
#feedback-form #submit:hover {
	background-position: 0 -27px;
}
#message-form button.calendar,
#request-form button.calendar,
#feedback-form button.calendar {
	float: left;
	width: 19px;
	height: 19px;
	border: none;
	background: url(../images/calendar-button.jpg);
	margin: 0 0 1px -10px;
}
.exclamation {
	display: block;
	float: left;
	width: 12px;
	height: 16px;
	background: url(../images/exclamation.jpg);
	margin: 0 0 1px 5px;
	cursor: pointer;
}
.questionmark {
	display: block;
	float: right;
	width: 12px;
	height: 16px;
	background: url(../images/questionmark.jpg);
	margin: 0 15px 1px 5px;
	cursor: pointer;
}
.custom-tip {
	color: #000;
	width: 260px;
	z-index: 13000;
	background: #fff5ec;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 10px;
	padding: 5px;
	background: none;
	color: #fd5f08;
	height: 12px;
	line-height: 12px;
	text-align: right;
}
.question-tip {
	color: #000;
	width: 260px;
	z-index: 13000;
	background: #fff5ec;
}
 
.question-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.question-text {
	font-size: 10px;
	padding: 10px;
	border: 5px solid #fef6ee;
	background: #2b2a3d;
	color: #bea4c8;
	line-height: 12px;
	text-align: right;
}
.space {
	clear: both;
	height: 22px;
}
#radio-space {
	clear: both;
	height: 44px;
}
#number-of-attendees {
	width: 37px!important;
}
#technical-service {
	height: 30px!important;
	margin-bottom: 9px!important;
}
.radio-label {
	float: left;
	width: 160px;
	text-align: right;
	height: 18px;
	margin-bottom: 2px;
	line-height: 19px;
	padding-right: 20px;
}
.radio-container {
	width: 245px;
	height: 20px;
	float: left;
	text-align: justify;
	line-height: 20px;
}
.radio-container input,
.radio-container label {
	display: inline!important;
	float: none!important;
}
.radio-container input {
	width: 20px!important;
	position: relative;
	top: 4px;
	margin-right: 7px!important;
}
.radio-container label {
	padding: 0!important;
}
#gallery {
	padding: 0;
	margin: 0 0 0 11px;
	list-style: none;
}
#gallery li {
	float: left;
	width: 141px;
	height: 141px;
	margin: 1px;
	padding: 0;
}
#gallery img {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}
#gallery-pages {
	width: 455px;
	height: 30px;
	position: relative;
	margin-top: 16px;
}
#gallery-number {
	width: 120px;
	height: 30px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
#gallery-previous,
#gallery-next {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 50%;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
}
#gallery-previous {
	margin-left: -84px;
	background: url(../images/gal-left.png) no-repeat;
}
#gallery-next {
	margin-left: 60px;
	background: url(../images/gal-right.png) no-repeat;
}
#map-image {
	border: 0;
	margin: 0 10px;
}
#under-construction {
	display: block;
	margin: 0 0 0 8px;
	position: relative;
	bottom: 5px;
}
#special-offer-link {
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 210px!important;
	height: 180px!important;
	background: url(../images/transparent.gif)!important;
}
.contact-person {
	margin-bottom: 2em!important;
}
h1 {
	position: relative;
	z-index: 30;
	margin: 0 0 0 10px;
	background: #fff5ec;
	width: 451px;
	height: 48px;
	color: #685a4d;
	padding: 0 0 10px 0;
}
#sitemap {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	line-height: 16px;
}
#sitemap ul {
	list-style: none;
	margin: 0 0 16px 10px;
	padding: 0;
}
#sitemap li {
	text-transform: uppercase;
	font-weight: bold;
}
#sitemap li li {
	text-transform: none;
	font-weight: normal;
}
p.partners_beauty,
.partners-ul {
  margin: 10px 50px 0px 50px!important;
}
.partners-ul {
	padding: 0 15px 15px;
}
p.partners_beauty_bold,
p.partners_beauty_bold ul {
  margin: 20px 50px 0px 50px!important;
  font-weight: bold;
}
p.partners_beauty_bold a
{
  color: #f67f00!important;
}

table#conf-room-table
{
  width: 441px;
  height: 177px;
  margin: 0px 0px 0px 5px;
  background-image: url(../images/content/pages/conf-room-bg.jpg);
  background-repeat: no-repeat;
  color: #646464;
}
table#conf-room-table tr#row0
{
  height: 32px;
}
table#conf-room-table th
{
  height: 24px;
  padding: 8px 0px 0px 0px;
  vertical-align: top;
}
table#conf-room-table th#room
{
  width: 173px;
}
table#conf-room-table th#theatre
{
  width: 88px;
}
table#conf-room-table th#u-shape
{
  width: 90px;
}
table#conf-room-table th#classroom
{
  width: 90px;
}
table#conf-room-table tr#row1
{
  height: 54px;
}
table#conf-room-table tr#row2
{
  height: 90px;
}
table#conf-room-table tr#row1 td,
table#conf-room-table tr#row2 td
{
  vertical-align: top;
  line-height: 18px;
  padding: 9px 0px 0px 0px;
  font-size: 9px;
}
table#conf-room-table tr#row1 td
{
  height: 44px;
}
table#conf-room-table tr#row2 td
{
  height: 80px;
}
table#standard-prices-table
{
  width: 441px;
  height: 177px;
  margin: 0px 0px 0px 5px;
  background-image: url(../images/content/pages/standard-prices-bg.jpg);
  background-repeat: no-repeat;
  color: #755d58;
}
table#standard-prices-table tr#row0
{
  height: 32px;
}
table#standard-prices-table th
{
  height: 24px!important;
  color: #755d58;
  font-weight: bold;
  vertical-align: top;
  padding: 8px 0px 0px 0px;
}
table#standard-prices-table th#empty-head
{
  width: 171px;
}
table#standard-prices-table th#low-season
{
  width: 93px;
}
table#standard-prices-table th#high-season
{
  width: 95px;
}
table#standard-prices-table th#formula-1
{
  width: 82px;
}
tr#row1
{
  height: 73px;
}
tr#row2
{
  height: 72px;
}
tr#row1 td,
tr#row2 td
{
  vertical-align: top;
}
tr#row1 td
{
  height: 64px;
  padding: 9px 0px 0px 0px;
  line-height: 18px;
}
tr#row2 td
{
  padding: 8px 0px 0px 0px;
  line-height: 18px;
}
table#standard-prices-table tr#row1 td#year
{
  font-family: Arial, sans-serif!important;
  font-weight: normal!important;
  font-size: 20pt;
  color: #db9f64;
  vertical-align: middle;
}
tr#row2 td#room-type
{
  padding-left: 10px;
}
tr#row2 td.price
{ 
  font-weight: bold;
  letter-spacing: -1px;
}
span.small
{
  font-family: Verdana!important;
  font-weight: normal!important;
  font-size: 7pt;
}
span.red
{
  color: #f82900;
}
ul#press-list{
  width: 435px;
  margin: 0px 9px 0px 9px;
  padding: 0px;
  list-style-type: none;
}
ul#press-list li{
  padding: 10px 0px 25px 0px;
  border-bottom: 1px solid #e8dfd7;
}
ul#press-list li a.details{
  display: block;
  float: right; 
  color: #e4a769;
  text-decoration: none;
}
ul#press-list li span.left,
ul#press-list li span.date{
  display: block;
  float: left;
}
ul#press-list li span.date{
  margin: 5px 0px 5px 0px;
}