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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	line-height: 140%;
	color: #232323;
	background: #670000 url(../images/body-bg.png) top repeat-x;
	cursor: default;
	margin: 0;
	padding: 0;
	text-align: center;
}
img { border: none; }
a {
	cursor: pointer;
	color: #670000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
h1 {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 110px;
	overflow: hidden;
}
h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: left;
}
label { cursor: pointer; }
.print { display: none; }
#navigation {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 40px;
	overflow: hidden;
	background: url(../images/navi-bg2.png);
	list-style-type: none;
}
#navigation li {
	float: left;
	text-indent: -9999px;
	letter-spacing: -9999px;
	width: 145px;
	height: 40px;
}
#navigation li a {
	display: block;
	height: 40px;
}
#navigation li.first {
	margin-left: 20px;
}
#body {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: url(../images/content-bg.png) left repeat-y;
	text-align: left;
}
#sidebar {
	margin: 0;
	padding: 0;
	width: 279px;
	float: right;
	color: #fff;
	font-size: 0.9em;
	background: url(../images/sidebar-bg.png);
}
#sidebar .top_bg {
	height: 18px;
	background: url(../images/sidebar-top-bg.png);
	overflow: hidden;
}
#sidebar #partner-hotel { margin: 10px 0; }
#sidebar #partner-hotel .overlay {
	position: absolute;
	margin: -90px 0 0 -480px;
	z-index: 10001;
}

#sidebar #partner-hotel .overlay img {
	border-radius: 15px;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.75);
	display: none;
}
#sidebar #brilli { margin: 10px 0; }
#sidebar #brilli .overlay {
	position: absolute;
	margin: -70px 0 0 -600px;
	z-index: 10001;
}

#sidebar #brilli .overlay img {
	border-radius: 15px;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.75);
	display: none;
}

#sidebar h3 {
	margin: 0 0 3px 5px;
}
#sidebar p { margin: 8px 30px 10px 10px; }
#sidebar sup { text-decoration: underline; }
#sidebar a { color: #ddd; }

#sidebar .bottom_bg {
	height: 29px;
	background: url(../images/sidebar-bottom-bg.png);
	overflow: hidden;
}
	
#top_image {
	margin: 0 0 10px 30px;
	padding: 0;
	width: 591px;
	height: 385px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #666;
}
#top_image_bg {
	height: 387px;
	width: 591px;
	background: url('../images/top-images/img-1.jpg');
}
#reservation {
	position: absolute;
	z-index: 10000;
}
#top_image_controls {
	margin: -6px auto;
	width: 260px;
	padding: 5px 30px 0 30px;
	background: #000;
	opacity: 0.0;
	text-align: center;
	overflow: hidden;
}
#top_image_controls a span {
	float: right;
	margin: 5px -15px 0 -3px;
	font-size: 0.9em;
	width: 60px;
	height: 45px;
	color: #fff;
	line-height: 100%;
	display: block;
}
#top_image_controls a:hover { text-decoration: none !important; }

#content {
	margin: 10px 290px 0 35px;
	text-align: justify;
	clear: left; /* added for online-booker rework */
}
.top_margin { margin-top: 23px; }

#kunst_image {
	position: absolute;
	z-index: 1;
	margin: -155px 0 0 -478px;
	cursor: pointer;
	display: none;
}

#body .clearer { clear: both; }

#footer {
	margin: 0 auto;
	padding: 0 265px 0 0;
	font-size: 0.75em;
	height: 40px;
	text-align: center;
	background: url(../images/footer-bg.png) bottom left no-repeat;
}
#footer a { padding: 0 5px; }

/* additional styles for message_boxes etc */
.rounded_box {
	padding: 10px;
	margin: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid rgb(103,98,98);
	min-height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
}
.rounded_box img {
	float: left;
	margin: 5px 15px 15px 15px;
}
form.block { text-align: left; }
form.block input[type=text] { width: 98%; }