/* common redeclarations */
body {
	background: #358ac2 url("../images/bg.gif") repeat-x 0 25px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 78% Verdana,Arial,sans-serif;
}
body * {
	margin: 0;
}
form {
	padding: 0;
}
hr {
	display: none;
}
fieldset {
    border : none;
}
a img {
	border: 0;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #c8dfef;
}
input.inputSubmit, .submit input, .continueBtn input {
	cursor: pointer;
}

/* common classes */
.clr, .clear {
	float: none !important;
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}

/* main page container */
#pageContainer {
	width: 752px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* page header, contains language link, clickable logo, theme-photo and menu */
#head {
	background: #b2c1c8 url("../images/bg-head.gif") repeat-x;
	position: relative;
}
#head div {
	height: 178px;
	width: 100%;
	overflow: visible;
	position: relative;
	/*background: url("../images/head-photo.jpg") right no-repeat;*/
	/*background: url("../images/head-rooms.jpg") right no-repeat;*/
	background: url("../images/head-summer.jpg") right no-repeat; /* SUMMER BANNER */
}
#head #flashbanner {
	position: absolute;
	right: -2px;
	top: 0;
	height: 138px;
	width: 438px;
	z-index: 120;
}

/*#head #flashbanner #flashbannerin {
	position: absolute;
	border: 11px solid black;
}*/

.inquire #head div {background: url("../images/head-inquire.jpg") right no-repeat;}
.barpub #head div {background: url("../images/head-barpub.jpg") right no-repeat;}
.wellness #head div {background: url("../images/head-wellness.jpg") right no-repeat;}
.packages #head div {background: url("../images/head-packages.jpg") right no-repeat;}
.rooms #head div {background: url("../images/head-rooms.jpg") right no-repeat;}
.location #head div {background: url("../images/head-location.jpg") right no-repeat;}
.contact #head div {background: url("../images/head-contact.jpg") right no-repeat;}
.familyrooms #head div {background: url("../images/head-familyrooms.jpg") right no-repeat;}
.booknow #head div {background: url("../images/head-booknow.jpg") right no-repeat;}


#head p {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	padding-left: 100px;
}
#head div > p {
	background: url("../images/bg-lang.png") left no-repeat;
	z-index: 140;
}
#head p a {
	background: #113969;
	display: block;
	height: 24px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	width: 10em;
}
#head h1 {
	padding: 29px 0 0 80px;
}
#head img {
	display: block;
}

/* menu in header */
#head ul {
	display: block;
	padding: 0;
	height: 30px;
	overflow: visible;
	position: absolute;
	top: 148px;
	left: 0;
	z-index:462;
}
#head li {
	float: left;
	display: inline-block;
	list-style-type: none;
	padding-left: 2px;
	z-index:462;
}
#head li a {
	display: block;
	position: relative;
	text-align: center;
	height: 30px;
	text-decoration: none;
	color: #4677a7;
	font-size: 80%;
	text-transform: uppercase;
	float: left;
	z-index:462;
}
#head li span {
	display: block;
	overflow: hidden;
	background: #fff;
	margin: 0 6px;
	height: 30px;
	line-height: 32px;
	cursor: pointer;
	z-index:462;
}
#head li.location span {width: 69px;}
#head li.rooms span {width: 57px;}
#head li.familyrooms span {width: 96px;}
#head li.barandpub span {width: 70px;}
#head li.barandpub .m {
	background: #FFF url("../images/target-blank.gif") right 7px no-repeat;
	padding-right:16px;
}
#head li.wellness span {width: 66px;}
#head li.packages span {width: 65px;}
#head li.booknow span {width: 77px;}
#head li.inquire span {width: 57px;}
#head li.gallery span {width: 88px;}
#head li.contact span {width: 61px;}
#head li a:hover{
	border-bottom: 2px solid #fff;
	margin-top: -2px;
}
#head li a.selected {
	font-weight: bold;
	margin-top: -4px;
	border-bottom: 4px solid #fff;
}
#head li a.selected span{
	line-height: 38px
}
#head li a:hover span {
	text-decoration: underline;
}
#head li span.l, #head li span.r {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 6px;
	background: url("../images/li-left.gif");
}
#head li span.r {
	left: auto;
	right: 0;
	top: 0;
	background: url("../images/li-right.gif");
}
#head li.active * {
	font-weight: bold;
}

h3.complete-title{font-size: 16px !important}

/* content box, contains primary and secondary column */
#content {
	margin-top: 5px;
	width: 753px;
	height: 502px;
	min-height: 502px;
	background: url("../images/bg-left.gif") no-repeat;
	position: relative;
}
.bookstep #content {
	height: auto;
	min-height: inherit;
	background: none;
}
#pageContainer > #content {
	height: auto;
}

/* dual column layout divs */
.layoutColumn {
	float: left;
	background: #3f96d0 url("../images/bg-content.gif") left top repeat-x;
	width: 541px;overflow:hidden;
	margin-bottom: 15px;
}
.bookstep .layoutColumn {
	float: none;
	width: 752px;
	margin-bottom: 5px;
}
.lcInnerContent {
	height: 498px;
	min-height: 497px;
	overflow: visible;
	padding: 0 30px;
}
.bookstep .lcInnerContent {
	height: auto;
	min-height: inherit;
}
.layoutColumn span.end {
	background: url("../images/bg-content-end.gif");
	display: block;
	height: 5px;
	width: 541px;
	overflow: hidden;
	position: relative;
	top: 5px;
}
.bookstep .layoutColumn span.end {
	background: url("../images/bg-content-endw.gif");
	width: 752px;
}
.sideColumn {
	width: 211px;
	background: none;
}
.sideColumn .lcInnerContent {
	background: none;
	padding: 0;
	height: 460px;
	min-height: 460px;
}
.layoutColumn > .lcInnerContent {
	height: auto;
}

/* side column formatting */
#photoTour {
	width: 211px;
	height: 254px;
	background: url("../images/bg-phototour.gif") left bottom no-repeat;
	margin-bottom: 14px;
	position: relative;
}
#photoTour img {
	display: block;
	position: absolute;
	top: 0px;
}
#photoTour h4, #directReservation h4,#hp-videolink h4{
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	font-size: 85%;
	position: absolute;
	top: 226px;
	width: 211px;
	color: #1d2e58;
	text-transform: uppercase;
}
#hp-videolink{
	background: url("../images/bg-video.gif") top;
}
#hp-videolink a,#hp-videolink img{
	display:block;
}
#hp-videolink h4{
	position:static;
}
#photoTour h4 *, #directReservation, #hp-videolink h4 * {
	text-indent: 10px;
	display: block;
	width: 100%;
	height: 100%;
	color: #1d2e58;
	text-decoration: none;
}
#photoTour h4 a:hover{
	text-decoration: underline;
	
	
	
}

#directReservation {
	width: 211px;
	height: 192px;
	background: url("../images/bg-directreservation.gif");
	overflow: visible;
	position: relative;
	text-align: center;
}
#directReservation h4 {
	text-align: left;
	position: static;
	margin-bottom: 10px;
}
#directReservation div {
	text-align: left;
	font: 80% Verdana,Arial,sans-serif;
	background: #8ac6ef url("../images/bg-dr-top.gif") no-repeat;
	width: 181px;
	overflow: visible;
	margin: 0 auto 2px auto;
}
#directReservation div div {
	font-size: 100%;
	padding: 4px 0 6px 0;
	margin: 0;
	background: url("../images/bg-dr-bottom.gif") left bottom no-repeat;
}
#directReservation input, #directReservation select {
	font: 100% Verdana,Arial,sans-serif;
}
#directReservation h5, #directReservation label, #directReservation input.inputSubmit {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
#directReservation h5 {
	padding: 0 0 3px 7px;
}
#directReservation p {
	text-align: left;
	white-space: nowrap;
	padding: 0 7px;
}
#directReservation div.submit {
	font-size: 100%;
	margin: 0;
	text-align: center;
	width: auto;
	background: transparent;
}
#directReservation input.inputSubmit {
	width: 181px;
	background: #fff;
	border-color: #fff;
	border: 0;
	outline: 0;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

/* content formatting */
.content {
    padding: 25px 0 15px;
}
.content table {
	font-size: 100%;
}
.content hr {
	display: block;
	border: 0;
	background: #61a5d1;
	color: #61a5d1;
	height: 1px;
	overflow: hidden;
	outline: 0;
	margin: 2px 0;
	padding: 0;
}
.content .hr {
	display: block;
	border: 0;
	background: #61a5d1;
	height: 1px;
	overflow: hidden;
	outline: 0;
	margin: 8px 0;
	padding: 0;
}

h2 {
	font-size: 210%;
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: Garamond, jGaramond, "Times New Roman", Times, serif;
	font-weight: normal;
}
.content p {
	line-height: 130%;
	margin: 10px 0;
}

div.packages {
	width: 481px;
	overflow: hidden;
	position: relative;
	top: 32px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.package {
	float: left;
	width: 152px;
	height: 227px;
	min-height: 227px;
	background: black;
	position: relative;
	background: #fff url("../images/bg-promobox.gif") bottom no-repeat;
}
div.extendedPackages {
	margin-bottom: 20px;
}
div.tightCB > div.package {
	height: auto;
}
div.packages > div.package {
	height: auto;
}
div.package p {
	width: 152px;
	height: 227px;
	min-height: 227px;
	margin: 0;
	position: relative;
	left: 0;
	top: 0;
	background-repeat: no-repeat !important;
}
div.extendedPackages div.package p {
	height: 272px;
	min-height: 272px;
}
div.packages > div.package p {
	height: auto !important;
}
div.package p a {
	display: block;
	padding-top: 202px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 80%;
	text-decoration: none;
}
div.extendedPackages div.package p a {
	padding-top: 246px;
}
div.extendedPackages div.shortContent p a {
	padding-top: 202px;
	padding-bottom: 70px;
}
div.package p a:hover {
	color: #fff;
}
div.package p a span {
	display: block;
	background: #8db8d5;
	float: left;
	padding: 0px 3px;
	cursor: pointer;
}
div.package p a:hover span {
	background: #6b9dbe;
}
div.package h3, div.package h4 {
	position: absolute;
	top: -1000px;
}
div.package1 {
	left: 0px;
}
div.package2 {
	left: 12px;
}
div.package3 {
	left: 12px;
}
div.package1 p {background: url("../images/promo-wintersaver.jpg");}
div.valentines p {background: url("../images/promo-valentines.gif");}
div.spring p {background: url("../images/promo-spring.jpg");}
div.lastminute p {background: url("../images/promo-lastminute.jpg");}
div.lastminute p a{padding-top: 184px}
div.longstay p {background: url("../images/promo-longstaydiscount.jpg");}
div.family p {background: url("../images/promo-familypackage.jpg");}
div.familylong p {background: url("../images/promo-familylong.jpg");}
div.altfamilylong p {background: url("../images/promo-familylong2.jpg");}
div.wellness p {background: url("../images/promo-wellness.jpg");}

div.doublebanner {
	overflow: hidden;
	height: 227px;
	min-height: 227px;
	float: left;
	margin-left: 12px;
	background: transparent;
}
div.singlehalfbanner {
	overflow: hidden;
	height: 120px;
	min-height: 120px;
        margin-right:12px;
	float: left;
	background: transparent;
}
div.halfbanner {
	height: 107px;
	min-height: 106px;
	width: 152px;
	overflow: hidden;
	background: transparent;
}
div.secondhalfbanner {
	position: relative;
	top: 13px;
}
.banner-last{
    margin-right:0!important;
}
div.halfbanner a {
	height: 107px;
	width: 152px;
	display: block;
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 999;
}
div.honeymoon a {
	background-image: url("../images/bg-honeymoon.jpg");
}
div.b3for2 a {
	background-image: url("../images/bg-3for2.gif");
}
div.giftvoucher a {
	background-image: url("../images/gift-voucher-banner2.jpg");
}
div.valentines a {
	background-image: url("../images/promo-valentines.gif");
}
div.wsav a {
	background-image: url("../images/promo-wintersaver_new.jpg");
}
div.summer a {
	background-image: url("../images/bg-summer.jpg");
}
div.romantic a {
	background-image: url("../images/bg-romantic.jpg");
}
div.touristic a {
	background-image: url("../images/bg-touristic.jpg");
}
div.winter a {
	background-image: url("../images/bg-winter.jpg");
}
div.christmas a {
	background-image: url("../images/bg-christmas.jpg");
}
div.business a {
	background-image: url("../images/bg-business.jpg");
}
div.webcam {
	float: right;
	margin: 5px 0 10px 10px;
}
div.webcam, div.webcam p{
	min-height: 0 !important;
	height: auto !important;
}
div.webcam p a{
	background-image: url("../images/webcam.jpg");
	background-repeat: no-repeat;
	padding-top: 107px;
	color: #6B9DBE;
	padding-bottom: 12px
}
div.webcam p a span{
	color: #FFF;	
}
div.webcam p a:hover{
	color: #6B9DBE;
}
div.webcam p a strong{
	display: block;
	margin-top: 7px;
	font-weight: normal;
	line-height: 13px;
}

div.alone {
	position: absolute;
	right: 0;
	top: 0;
}
form.res table {
	border-collapse: collapse;
}
form.res td, form.res th {
	padding: 3px 5px 3px 0;
	text-align: left;
	font-weight: normal;
}
form.res td {
	padding-right: 0;
}
form.res label {
	font-weight: bold;
}
form.res td.alert div {
	font-weight: bold;
	font-size: 92%;
	padding: 2px;
	background: #8ac6ef;
	color: #0c3752;
	text-align: center;
	margin: 5px 0;
}

.contentBoxes {
	position: relative;
	width: 481px;
	top: 15px;
	z-index: 200;
}

.moreInfo {
	background: #fff url("../images/bg-white-top.gif") top no-repeat;
	width: 319px;
	padding-top: 16px;
	color: #10335a;
}
.moreInfo .moreInfoIn {
	background: #fff url("../images/bg-white-bottom.gif") bottom no-repeat;
	padding: 0 16px 0;
	min-height: 171px;
}
* html .moreInfo .moreInfoIn {
	height: 171px;
}
.alternative .moreInfoIn {
	min-height: 212px;
	font-weight: bold;
}
* html .alternative .moreInfoIn {
	height: 212px;
}

.extendedPackages .alternative .moreInfoIn {
	min-height: 256px;
	font-weight: bold;
}
* html .extendedPackages .alternative .moreInfoIn {
	height: 256px;
}

.extendedPackages .alternative .hr {
	margin-top: 8px;
	margin-bottom: 8px;
}


.alternative a {
	font-weight: normal;
	color: #2578af;
}
.alternative a:hover {
	color: #333;
}
.moreInfo p {
	font-size: 92%;
	margin: 0;
}
.moreInfo h3 {
	font-size: 100%;
}
.moreInfo h4 {
	font-size: 92%;
	color: #3c91ca;
}
.moreInfo .hr {
	background-color: #d8e9f4;
	margin: 6px 0;
}
.alternative .hr {
	margin: 10px 0;
}

.pilsnerPromo {
	display: block;
	width: 152px;
	height: 187px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/box-pilsner.gif") no-repeat;
}
.content ul {
	margin: 10px 0;
	padding: 0;
}
.content li {
	padding: 0;
	margin: 3px 0 3px 20px;
}

.map {
	width: 481px;
	height: 308px;
	background: url("../images/bg-gettingthere.gif");
	overflow: hidden;
	position: relative;
}
.map .hintLink {
	width: 124px;
	height: 124px;
	position: absolute;
	right: 8px;
	top: 8px;
}
.map .mapswitch {
	border-bottom: 1px solid #d0e4f2;
	background: url("../images/pictogram-mapswitch.gif") center center no-repeat;
}
.map .chaffeur {
	top: 140px;
	background: url("../images/pictogram-chaffeur.gif") center center no-repeat;
	height:170px;
}
.map div a {
	font-weight: bold;
	font-size: 80%;
	color: #6a7591;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}
.map a:hover {
	color: #1d2e58;
}
.gettingThere .getLinks {
	font-size: 80%;
	height: 48px;
	width: 480px;
	margin: 10px 0 0 0;
}
.gettingThere .getLinks p {
	float: left;
	margin: 0 30px 0 0;
}
.gettingThere .getLinks ul {
	height: 48px;
	padding: 0;
	margin: 0;
}
.gettingThere .getLinks li {
	width: 79px;
	height: 48px;
	list-style-type: none;
	display: block;
	text-align: center;
	padding: 0;
	float: left;
	margin: 0 20px 0 0;
}
.gettingThere .getLinks li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
}
.gettingThere .getLinks li a:hover {
	text-decoration: underline;
}
.gettingThere .getLinks li.car {background: url("../images/ico-car.gif") bottom no-repeat;}
.gettingThere .getLinks li.plane {background: url("../images/ico-plane.gif") bottom no-repeat;}
.gettingThere .getLinks li.train {background: url("../images/ico-train.gif") bottom no-repeat;}

.table {
	margin: 15px 0;
	width: 480px;
	overflow: hidden;
}
.table table {
	font-size: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	width: 482px;
}
.table td, .table th {
	padding: 5px 10px;
}
.table caption {
	font-weight: bold;
	text-align: center;
	background: #3683bb;
	width: 100%;
	padding: 5px 10px;
}
.table thead td, .table thead th {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #5e9cc9;
}
.table thead td {
	background: #3683bb;
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table tr.even td, .table tr.even th {
	background: #3683bb;
}
.table tbody td, .table tbody th {
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #5e9cc9;
}
.table .alignLeft {
	text-align: left;
}

table tr.underlined td {
    border-bottom : #ccc 1px solid;

}
table tr.underlined.extraInfo td {
    margin-top : 0;
    padding: 0 0 10px;
}
table td.fInput {
    vertical-align : top;
    width : 30px;
}

div.getRates form div div.formInput{
	padding: 5px 0 5px;
}

p.smallInfo {
    font-size : 11px;
    margin : 3px 0;
    color : #437CB1;
}

div.getRates table td {
    color:#1E2F5B;
    padding: 3px 0;
}

div#termsText {
    padding : 10px;
    border : #CCC 1px solid;
    background-color : #EFEFEF;
    font-size : 85%;
    margin : 10px 0;    
}

div#termsText span#termsTextClose {
    float : right;
    width : 16px;
    height : 16px;
    margin : 0 0 10px 5px;
    background-color : #CCC;
    text-align : center;
    color : #000;
    font-size : 100%;
    cursor : pointer;
    cursor : hand;
}
div#termsText p#termsContent{
	font-size: 10px;
	padding: 0;
	width: 400px;
	float: left;
}
div.getRates {
	background: #fff url("../images/bg-wibox.gif") top no-repeat;
	padding-top: 10px;
	color: #1E2F5B;
	width: 481px;
	float:left;
}
div.getRates .getRatesIn {
	background: #fff url("../images/bg-wibox-bottom.gif") bottom no-repeat; 
	padding: 0 10px 9px 10px;
	position: relative;
}

div.getRates .floatedPrice {
    float : right;
    font-weight : bold;
    width : 100px;
}

div.getRates td.midInfo p.price {

}

div.getRates td.bigInfo {
    width : 100px;
    font-weight : bold;
    text-align : right;
}
div.getRates td.bigInfo span{
	font-size: 11px;
	font-weight: normal;
}

div.getRates td.bigInfo img {
    border : #CCC  1px solid;
}

div.getRates td textarea {
    border : 1px solid #ccc;
    width : 418px;
    height: 65px;
    font-size: 11px;
}

div.getRates h4 {
    font-size : 110%;
    padding : 20px 0 7px;
    margin-bottom: 5px;
    border-bottom : #CCC 1px solid;
}

fieldset {padding : 0}

div.getRates a {
    color : #F00;
}

a#termsDetail {
    color : #000;
}

div.getRates label {
    font-weight: bold;
}

div.getRates label.smallLabel {
    font-size : 10px;
}

div.getRates table {
    width : 100%;
}

div.getRates h3 {
	font-size: 92%;
	text-transform: uppercase;
	padding: 0 0 10px;
	border-bottom: 1px solid #d8e9f4;
}
div.getRates h4.secondHead {
    margin-top : 20px;
}

div.getRates form {
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	width: 461px;
}
div.getRates form div {
	float: left;
}
div.getRates form div div {
	float: none;
	padding: 5px;
	/* background: #8cc0e3 url("../images/bg-getrates-wide.gif") no-repeat; */
	color: #000;
}
div.getRates form div label {
	font-size: 100%;
	color : #000;
	font-weight : bold;
}
div.getRates form div h5 {
	font-size: 80%;
	padding: 0 0 3px 0;
}
div.getRates form div p {
	margin: 0;
	font-size: 80%;
}
div.getRates form div input, div.getRates form div select {
	font: 100% Verdana,Arial,sans-serif;
}
div.getRates form div h5, div.getRates form div label, div.getRates form div input.inputSubmit {
	font-weight: bold;
}
div.getRates form div.checkin {
	margin-right: 1px;
}
div.getRates form div.checkout {
	margin-right: 1px;
}
div.getRates form div.more {
	width: 96px;
}
div.getRates form div.more div {
	background: #8cc0e3 url("../images/bg-getrates-narrow.gif") no-repeat;
}
div.getRates p.submit {
	padding: 5px 0 0;
	margin: 0;
}
div.getRates input.inputSubmit {
	font-family: Verdana,Arial,sans-serif;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: #3f96d0;
	border: 0;
	border-color: #3f96d0;
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	width : auto;
}

div.getRates select, div.getRates input {
    border : #CCC 1px solid;
}

div.getRates p.backBtn a {
    float : left;
    width : 105px;
    height : 31px;
    background : url('../images/btn-grey.gif') 0 0 no-repeat;
    text-decoration: none;
    color : #FFF;
    text-align : center;
    font-weight : bold;
    padding-top : 7px;
}

div.getRates input.continueBtnInput {
    float:right;
    width : 105px;
    height : 31px;
    background : url('../images/btn-blue.gif') 0 0 no-repeat;
    color : #FFF;
    text-align : center;
    font-weight : bold;
    padding-top : 0px;
    border : none;
}

.form-left div.formLine {
    padding : 3px;
}

.leftbox {
    float : left;
    width : 201px;
    height: 232px;
    background : url('../images/booking-left-box.gif') 0 0 no-repeat;
    margin-right : 10px;
    color : #102e50;
}

.fieldMessage {
    color : #F00 !important;
    padding : 2px !important;
}

.leftbox .inner {
    padding : 5px 10px;
}

.leftbox .inner ul {
    margin : 15px 0 0 14px;
    padding : 0;
}

.leftbox .inner ul li {
    margin : 5px 0;
    padding : 0;
    list-style-type : square;
}

ul#crumbs {
    height : 41px;
    width:481px;
    overflow: hidden;
    margin : 0 0 10px 0;
    color : #c0d8e6;
    _margin : 0 -3px 10px 0;
    _position:relative;left:-3px;
}

ul#crumbs li {
    float : left;
    list-style-type : none;
    width : 107px;
    margin-right : 3px;
    padding : 0;
    margin : 4px 5px 5px 9px;
}

ul#crumbs li.c4 {
    margin-right : 0;
}

ul#crumbs.r-step-1 {
    background : url('../images/crumbs-sprite.gif') 0 -123px no-repeat;
}

ul.r-step-1 li.c1 {
    font-weight: bold;
    color : #1d2e58;
}

ul.r-step-2 {
    background : url('../images/crumbs-sprite.gif') 0 -82px no-repeat;
}

ul.r-step-2 li.c1,
ul.r-step-2 li.c2
{
    font-weight: bold;
    color : #1d2e58;
}

ul.r-step-3 {
    background : url('../images/crumbs-sprite.gif') 0 -41px no-repeat;
}

ul.r-step-3 li.c1,
ul.r-step-3 li.c2,
ul.r-step-3 li.c3
{
    font-weight: bold;
    color : #1d2e58;
}

ul.r-step-4 {
    background : url('../images/crumbs-sprite.gif') 0 0 no-repeat;
}

ul.r-step-4 li.c1,
ul.r-step-4 li.c2,
ul.r-step-4 li.c3,
ul.r-step-4 li.c4
{
    font-weight: bold;
    color : #1d2e58;
}

input#s1-submit {
    background : url('../images/reservation-s1-submit-en.gif') 0 0 no-repeat;
    width : 235px;
    height : 35px;
    float : right;
    border : none;
    font-weight : bold;
    text-align : left;
    color : #FFF;
    padding : 0 0 5px 5px;
    vertical-align : middle;
    margin-top : 18px;
}

.form-left label {
    float : left;
    width : 85px;
    margin : 0;
}

.form-left a.calendarLauncher {
    margin : 3px;
}

.form-left input {
    float : left;
    width : 80px;
    padding : 2px;
}

.form-left select {
    width : 85px;
    padding : 2px;
}

.formtable.rooms tr.underlined td.fInput {
    vertical-align:middle;
}

.formtable a {
    color : #000;
}
.formtable input {
    padding : 2px;
    width : 120px;
}

.formtable .checkbox{
    width : auto;
    margin-right : 5px;
}

.formtable .inputRadio {
    width : auto;
    margin-right : 5px;
    margin-left: 5px;
    text-align: center;
}

.formtable select {
    padding : 2px;
    width : 130px;
}

.formtable td.lLabel,
.formtable td.rLabel {
    width : 92px;
    font-size: 11px;
    color: #4677a7;
    padding-right: 0;
}

.getRates .card_month_select {
    width : 45px;
}

.getRates .card_year_select {
    width : 55px;
}

.getRates .overview {
    background-color : #E4F1F9;
    padding : 10px;
    margin : 10px 0;
    float : none;
    color : #212d5d;
}

.getRates .overview a.small {
    color : #d64022;
    font-size: 10px;
}

.getRates .overview a.small:hover{
    text-decoration: none;
}

.getRates .overview .datesOverview {
    margin : 5px 0 0 0;
    color : #4677A7;
    font-size : 12px;
}

.getRates .overview .summary {
    font-size : 110%;
    font-weight: bold;
    padding : 0;
}

.getRates .overview .overviewLine {
    border-bottom : #cad7e0 1px solid;
    padding : 5px 0 0 0;
}

.getRates .contactDetails,
.getRates .paymentDetails {
    float : left;
    font-size : 110%;
    width : 180px;
    margin : 15px;
}

.getRates .contactDetails p,
.getRates .paymentDetails p {
    line-height : 20px;
}


.getRates .overview .summary .overviewLine {
    border-bottom : none;
}

.getRates .overview .overviewLine .info,
.getRates .overview .summary .info{
    float : left;
}

.getRates .overview .overviewLine .price,
.getRates .overview .summary .price{
    float : right;
}

p.agreeHolder{
	margin: 15px 0;
	font-size: 11px;
}


div.roomsrow {
	height: 117px;
	width: 481px;
}
div.roomsrow div {
	float: left;
	width: 49%;
}
div.roomsrow p {
	margin: 0;
	font-size: 80%;
	font-weight: bold;
}
div.roomsrow p a {
	padding: 1px 5px 2px;
	background: #eef6fb;
	color: #3f96d0;
	text-decoration: none;
	line-height: 140%;
}
div.roomsrow p a:hover {
	color: #1c80c2;
	background: #c7e2f3;
}
div.roomsrow div img {
	display: block;
}
div.roomsrow .family1 img {
	float: right;
	position: relative;
	right: 10px;
}
div.roomsrow .family1 p {
	float: left;
	text-align: right;
	width: 100px;
	padding-top: 89px;
}

div.roomsrow .family2 img {
	float: left;
	position: relative;
	left: 10px;
}
div.roomsrow .family2 p {
	float: right;
	text-align: left;
	width: 100px;
	padding-top: 89px;
}

div.tightCB {
	margin-top: -15px;
	margin-bottom: 15px;
}

div.rr2 {
	height: 147px;
}
div.rr2 div {
	float: left;
	width: 33%;
}
div.rr2 div img {
	margin-left: 20px;
}
div.rr2 div p {
	margin-left: 20px;
}
div.formcol {
	width: 341px;
	color: #102e50;
	float: left;
}
div.formcol a {
	color: #4677a7;
}
div.formcol a:hover {
	color: #666;
}
div.secondary {
	float: right;
}
div.formcol div div.middle {
	background: url("../images/bg-formtop.gif") top no-repeat;
	padding: 10px 0 0 0;
	width: 341px;
	margin: 5px 0;
}
div.formcol .sprice {
	display: block;
	text-indent: 3em;
	font-size: 80%;
}
div.formcol h5 {
	font-size: 100%;
	margin: 10px 0 0;
	padding: 0 0 5px;
}
div.formcol h4 {
	font-size: 110%;
	margin: 0 0 10px 0;
	padding: 0;
}
div.formcol p {
	margin: 0;
	padding: 0;
}
div.formcol table {
	color: #102e50;
	font-size: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #bcd5ee;
	width: 321px;
}
input.invalid {
    border : #F00 1px solid !important;
}

div.formcol table tr.invalid td, div.formcol table tr.invalid th {
	color: #a10520;
	font-weight: bold;
}
div.formcol table tr.invalid input, div.formcol table tr.invalid select, div.formcol table tr.invalid textarea {
	background: #f7d3d9;
	color: #a10520;
}
div.formcol #calculatedPrice td, div.formcol #calculatedPrice th {
	font-weight: normal;
	text-align: left;
}
div.formcol input, div.formcol select, div.formcol textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div.formcol #formContactDetails select, div.formcol #formContactDetails input, div.formcol #formContactDetails textarea {
	width: 200px;
}
div.formcol td, div.formcol th {
	border-top: 1px solid #bcd5ee;
	font-size: 80%;
	padding: 5px 2px 5px 2px;
	font-weight: bold;
	text-align: right;
}
div.formcol td.prvni, div.formcol th.prvni {
	font-weight: normal;
	text-align: left;
}
div.formcol div div.top {
	background: url("../images/bg-formbottom.gif") bottom no-repeat;
	padding: 0 0 10px 0;
}
div.formcol div div.bottom {
	background: #fff;
	padding: 0 10px 10px 10px;
}
div.formsubmit {
	text-align: right;
	width: 682px;
	overflow: hidden;
	height: 30px;
}
div.formsubmit p {
	margin: 0;
}
div.formsubmit div.middle, div.formsubmit div.top {
	text-align: right;
	width: 692px;
}
div.formsubmit div.bottom {
	float: right;
	width: auto;
	display: block;
	margin: 0;
}
div.formsubmit .aButton, div.formsubmit input.button {
	text-align: center;
	display: block;
	border: 0px solid #102e50;
	outline: 0;
	border-color: #102e50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #102e50;
	float: right;
	text-decoration: none;
	line-height: 2em;
	color: #fff;
	padding: 0 10px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	height: 2em;
	width: auto;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
}
div.formsubmit a:hover.aButton, .formsubmit input:hover.button {
	color: #fff !important;
}


.message {
	border: 1px solid #999;
	padding: 10px 10px 10px 90px;
	background: #efefef;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 92%;
	margin: 10px 0 5px 0;
	background-image: url("../images/message-normal.gif");
}
.message h4 {
	font-size: 100%;
	padding: 0 0 5px 0;
	min-height: 1.2em;
	margin: 0;
}
.message p {
	min-height: 2.3em;
	margin: 0;
}
#content div.ok {
	background: #eaf4ea;
	background-image: url("../images/message-ok.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-color: #b5dcb1;
}
#content div.ok h4 {
	color: #5eb52d;
}
#content div.alert {
	background: #a10520;
	background-image: url("../images/message-wrong.gif");
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	border-color: #a10520;
}
#content div.alert h4 {
	color: #fff;
}
#content div.photogallery {
	padding: 0;
	margin: 0;
}
#content div.photogallery div.inpg {
	margin: 0 0 0 4px;
}
#content div.photogallery a {
	float: left;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-top: 5px;
}
#content div.photogallery a.nomar {
	margin-right: 0px;
}

#content div.photogallery a img {
	display: block;
}
#content div#videotour {
	background-color: #1e5678;
	padding: 10px;
	margin: 5px 0 20px;
}
#content div#videotour applet {
	float: left;
}
#content div#videotour ul, #content div#videotour li {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#content div#videotour li {
	float: right;
	width: 175px;
	line-height: 1.5em;
	font-weight: bold;
}
#content div#videotour li a {
	font-weight: normal;
}

/* page footer, contains site-links and copyright */
#foot {
	width: 100%;
	height: 3em;
	font-size: 80%;
	padding: 0.5em 0;
	clear: both;
}
#foot p {
	float: left;
	position: absolute;
	left: -3px;
	top: 703px;
	text-align: left;
	width: 211px;
}
.bookstep #foot p {
	position: static;
	left: 0;
	top: 0;
	text-align: left;
	padding-left: 5px;
}
#foot p img {
	display: inline;
	vertical-align: middle;
	margin-right: 2px;
}
#foot p.copyright {
	float: right;
	width: 60%;
	position: static;
	left: 0;
	top: 0;
	text-align: right;
	padding: 0 5px 0 0;
}
#foot p.links {
	left: 15px;
}
#foot p.links img {
	float: left;
	margin: 0 5px 0 0;
}

.layoutColumn .content p.neartoH {
	width:  200px;
	position: absolute;
	top: 31px;
	text-align: right;
	z-index: 200;
	right: 30px;
	margin: 0;
	padding: 0;
}

.superbig{
	font-size: 130%;
}

#weather{
width:212px;
height: 28px;
background: url("../images/weather.jpg") top left no-repeat;
margin-bottom: 14px;
}

#weather h4{
	font-size:85%;
}
#weather h4 a:hover{
		text-decoration:underline;
}
#weather h4 a{
	color:#1d2e58;
	text-decoration:none;
	text-indent: 10px;
	display:block;
	padding-top: 8px;
	text-transform:uppercase;
}
#langselection {
	background-color: #193D6A;
	padding: 0 10px;
	font-size: .9em;
	height: 25px;
	overflow: hidden;
}
#langselection ul {
	text-align: left;
	width: 752px;
	margin: 0 auto !important;
	_position: relative; _right: 23px;
}
#langselection ul, #langselection li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#langselection li {
	float: right;
	padding: 5px 10px 0 0;
}
#langselection a {
	color: #fff;
}
#langselection a:hover {
	color: #8AC6EF;
}


div.errormessage,
div.errormessages {
    padding : 5px;
    background-color : #FFEEEE;
    color : #F00 !important;
    border : #F00 1px solid;
    text-align : center;
    display: block;
}
/*
.errormessage, .errormessages{
color: #FF6666 !important;
} */

.banner{
	display:block;
	margin-top:19px;
}
.banner img{
	display:block;
}