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

*, body, #top {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
}
.cleaner {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.hidden {
	display:none;
}
body {
	background:url('../images/layout/bgrepeat.jpg');
}
#wrap {
	width:960px;
	margin:0 auto;
	position:relative;
	padding-bottom:30px;
}
.bg {
	width:100%;
	position:absolute;
	left:0;
	top:0;

	background:url('../images/layout/bgnoisetop.jpg') top center;
	height:776px;
	z-index:-3;
	overflow:hidden;
}
.bg2 {
	width:50%;
	height:82px;
	background-image:url('../images/layout/stripcontinue.png');
	position:absolute;
	top:40px;
	left:50%;
	z-index:-1;
	overflow:hidden;}

#header {
	height:520px;
}
#header #strip {
	top:40px;
	position:absolute;
	width:960px;
	height:82px;
	background:url('../images/layout/strip.png') top right no-repeat;
}
#header #stripcontinue {
	
}
#headerimg {
	position:absolute;
	top:0;
	left:-80px;
	z-index:-2;
}
#header #logo h1 a {
	position:absolute;
	width:300px;
	top:-25px;
	left:142px;
	height:123px;
	display:block;
	background:url('../images/layout/logo.png') top left no-repeat;
}
#page {
	width:960px;
	margin:0 auto;
	background:url('../images/layout/content.png') repeat-y;
}
#main {
	width:600px;
	float:left;

	position:relative;
}
#main #maincontent {
	padding:50px 33px 35px 33px;
}
#main a {
	color:#ce4014;
}
#main a:hover {
	text-decoration:none;
}
#sidebar {
	width:320px;
	float:right;
	background:#7a705e;
	padding:10px 20px 15px 20px;
}
#sidebar a {
	color:#e79d31;
}
#sidebar a:hover {
	text-decoration:none;
}
#sidebar p {
	margin-bottom:12px;
	font-size:11px;
}
#sidebar h4 {
	font-size:11px;
	font-weight: bold;
	color: #fff;
}
#sidebar form {
	clear:both;

}
#sidebar form .text {
	width:218px;
	height:28px;
	background:url('../images/layout/field.png') top left no-repeat;
	border:0;
	color:#94908c;
	padding-left:5px;
	float:left;
}
#sidebar form .button {
	width:90px;
	height:28px;
	display:block;
	background:url('../images/layout/button.png') top left no-repeat;
	border:0;
	margin-left:5px;
	float:left;
}
#sidebar form .button:hover {
	cursor:pointer;
}
#main .topthree {
	height:135px;
	background:#000;
}
.topthree ul li {
	list-style:none;
	float:left;
}
.topthree ul li a {
	display:block;
	height:135px;
	overflow:hidden;
	background-position:top left;
}
.topthree ul li a:hover {
	background-position:bottom left;
}
.topthree ul li a.first {
	width:199px;
	background-image:url('../images/layout/boxes_01.jpg');
}
.topthree ul li a.second {
	width:201px;
	background-image:url('../images/layout/boxes_02.jpg');
}
.topthree ul li a.third {
	width:200px;
/*	background-image:url('../images/layout/boxes_03-christmas.jpg'); */
	background-image:url('../images/layout/boxes_03.jpg');
}
#menu {
	float:right;
	z-index:1;
	padding-top:29px;
}
#menu ul li {
	float:left;
	list-style:none;
}
#menu ul li a {
	text-decoration:none;
	color:#FFF;
	font-family:Open Sans;
	font-weight:800;
	text-transform:uppercase;
	font-size:18px;
	margin-left:25px;
}
#main h2 {
	font-family: 'Gentium Basic', serif;
	font-size:30px;
	font-weight:400;
	font-style:italic;
	color:#4c0b0b;
	margin:0 0 12px 0;
}
#main h3 {
	font-family: 'Gentium Basic', serif;
	font-size:24px;
	font-weight:400;
	font-style:italic;
	color:#4c0b0b;
	margin:0 0 12px 0;
}
#main h3 strong {
		font-family: 'Gentium Basic', serif;
	font-size:24px;
	font-weight:400;
	font-style:italic;
	color:#4c0b0b;
}
#main table h3 {
	margin:25px 0 -5px 0;
}
#main p, #main ul, #main ol, #main table {
	font-family:Arial, Helvetica, sans-serif;
	color:#1c1c1c;
	font-size:12px;
}
#main p {
	line-height:18px;
	margin:5px 0 15px 0;
}

#main p img {
	margin:2px 15px 2px 0;
}
#sidebar h3,
#sidebar h3 a {
	color:#f4bb61;
	font-family: 'Gentium Basic', serif;
	font-size:22px;
	text-decoration:none;
	font-style:italic;
	font-weight:400;
	font-family:Gentium Basic;
	margin:0px 0 7px 0;
}
#sidebar img {
	padding:0 16px 10px 0;
}
#sidebar p {
	font-size:11px;
	color:#ffffff;
	line-height:16px;
}
#sidebar hr {
	clear:both;
	margin:20px 0;
	height:0!important;
	overflow:hidden;
	border:0;
	border-top:1px dotted #b79660;
}
#footer {
	height:300px;
	background:#413b31;
}

#subfooter ul {
	list-style:none;
	padding:25px 0 20px 0;
}
#subfooter ul li {
	float:left;
}
#subfooter ul li {
	padding:0 0 0 15px;
}
#subfooter ul li a {
	color:#FFF;
	list-style:none;
	text-decoration:none;
	font-size:12px;
}
#subfooter ul li:after { content: "|";
color:#FFF;
padding-left:15px; }
#subfooter ul li.last:after {
	content: "";
}
#subfooter ul li a:hover {
	text-decoration:underline;
}
.menu2 {
	margin:0 auto;
	width:300px;
	text-transform:uppercase;
}
#footer .leftpart {
	width:600px;
	float:left;
}
#footer .leftpart a {
	display:block;
	width:600px;
	height:300px;
	background:url('../images/layout/map.jpg') top left no-repeat;

}
#footer .rightpart {
	float:left;
	width:360px;
	height:300px;
	background:url('../images/layout/footer-rightpart.png') top right no-repeat;
}
#footer .rightpart p {
	padding-top:40px;
	font-size:11px;
	text-align:center;
	color:#e2ddd4;
	line-height:19px;
}
#slider {
	height:520px;
}
#slider img {
	position:absolute;
	top:0;
}
#main table {
	width:100%;
	padding-bottom:40px;
}
#main table td {
	padding:10px 0 10px 0;
	border-bottom:1px dotted #d9c29c;
}
#main table strong {
	font-size:14px !important;
}

#damask {
	width:1120px;
	height:230px;
	background:url('../images/layout/decor.png') top left no-repeat;
	margin-left:-80px;
	position:absolute;
	z-index:-1 !important;}
	
.page-menu #main ul li,
.page-menu1 #main ul li,
.page-menju #main ul li {
	list-style:none;
	font-family: 'Gentium Basic', serif;
	font-weight:400;
	font-style:italic;
	margin:0 0 12px 0;
}
.page-menu #main ul li a,
.page-menu1 #main ul li a,
.page-menju #main ul li a {
	text-decoration:underline;
	font-size:17px;
	color:#4c0b0b;
}
.page-menu #main ul li a:hover,
.page-menu1 #main ul li a:hover,
.page-menju #main ul li a:hover {
	text-decoration:none;
}

.cms-gallery-pages #main h3 {
	border-bottom:1px dotted #d9c29c;
	font-size:18px;
}
.cms-gallery-pages #main h3 a {
	text-decoration:none;
	color:#4c0b0b;
	clear:both;
}
.cms-gallery-pages #main h3 a:hover {
	text-decoration:underline;
}
.cms-gallery-pages .more-photos {
	font-size:12px;
	float:right;
}
.onegallery {
	margin:15px 0 40px 0;
	clear:both;
}
#breadcrumbs {
	font-size:11px;
	position:absolute;
	top:150px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
#breadcrumbs:hover {
	font-size:11px;
	position:absolute;
	top:150px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.onegallery img {
	padding:3px !important;
	border:1px solid #CCC;
	height:120px;
}
.onegallery img:hover {
	border:1px solid #f3ad98;
}
a img {
	border:none;
}
.fotogallery-view img {
	float:left;
	margin:0 4px 4px 0;
}
#frm-plugin-contactForm,
#frm-plugin-reservationForm {
	width:534px;
	overflow:hidden;
}
#frmcontactForm-name,
#frmcontactForm-email,
#frmcontactForm-phone,
#frmcontactForm-text
 {
	width:250px;
	border:1px solid #ca816b;
	padding-left:3px;
	padding-right:3px;
}
#frm-plugin-reservationForm input[type=text],
#frm-plugin-reservationForm textarea {
	width:250px;
	border:1px solid #ca816b;
	padding-left:3px;
	padding-right:3px;
}
#frmcontactForm-name,
#frmcontactForm-email,
#frmcontactForm-phone,
#frm-plugin-reservationForm input[type=text] {
	height:20px;
}
#frmcontactForm-send,
#frm-plugin-reservationForm input[type=submit] {
	width:75px;
	height:30px;
}
#language-selector {
	position:absolute;
	right:0;
	top:12px;
}
#language-selector {
	list-style:none;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}
#language-selector li {
	float:left;
	margin-left:10px;
}
#language-selector a {
	color:#FFF;
	text-decoration:none;
	font-family:Open Sans;
	font-weight:800;
}
