@charset "utf-8";

/* General */

body {
	margin: 0px; 
	background: url(images/background.png) top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #EFEFEF;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 10px;
	margin: 0px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 3px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 10px;
}

h4 {
	font-weight: bold;
}

form h2 {
	font-size: 17px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
}

form h3 {
	font-size: 17px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
}

form h4 {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

.left_tab {
	padding-left: 30px;	
}

.red {
	color: #FF0000;
}

.form_error {
	background: url(images/form_error.png) right 22px no-repeat;
}

.clear_float {
	clear: both;	
}

.hidden {
	display: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;	
}

/* Page wrapper and background */

#wrap {
	position: relative;
	width: 1200px;
	margin: 0px auto 0px auto;
}

#background_effect {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 900px;
	z-index: -100;
	background: url(images/background_effect.png) top left no-repeat;
}

/* top bar */

#top {
	width: 100%;
	margin-top: 10px;
	background-color: #111111;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#top_center {
	width: 960px;
	margin: 0px auto 0px auto;
	overflow: auto;
}

#top_center_left {
	color: #444444;
	float: left;
}

#top_center_left a {
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	padding: 15px;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #EEEEEE;
}

#top_center_left a:hover {
	background: url(images/li_hover.png);
}

#top_center_right {
	float: right;
}

/* banner */

#banner {
	width: 960px;
	height: 150px;
	margin: 0px auto 0px auto;
}

/* left menu */


#left_menu {
	width: 175px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	position: relative;
}

#left_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
}

#left_menu ul ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	list-style: none;
	font-size: 11px;
}

#left_menu li:hover {
	background: url(images/li_hover.png);
}

#left_menu li a {
	display: block;
	padding: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#left_menu_faq {
	width: 155px;
	height: 130px;
	border: 1px solid #AAAAAA;
	padding: 10px;
}

#left_menu .book_here {
	width: 200px;
	height: 114px;
	position: absolute;
	top: 45px;
	left: -180px;
	background: url(images/book_here01.png) top left no-repeat;
}

/* page middle and content */

#middle {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 1px solid #333333;
	background-color: #111111;
}

#content {
	padding-left: 15px;
	width: 740px;
	line-height: 200%;
	margin-bottom: 26px;
}

#content strong {
	color: #FFFFFF;	
}

.content_index {
	position: relative;
}

.content_index h1 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 12px;
	margin: 0px;
}

.content_index h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.content_index .book_here_center {
	width: 150px;
	height: 84px;
	position: absolute;
	top: 400px;
	right: 190px;
	background: url(images/book_here_center.png) top left no-repeat;
}

.content_index .booking {
	width: 150px;
	height: 40px;
	position: absolute;
	top: 470px;
	right: 60px;
}

#content_index_bullets ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 150%;
}

#content_index_bullets li {
	background: url(images/content_index_bullet.png) center left no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}

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

.content_bullets li {
	background: url(images/content_bullet.png) center left no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content_link_box {
	width: 225px;
}

.content_link_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 24px;
	text-align: center;
	background: url(images/content_link_box_top.png) top left no-repeat;
}

.content_link_box ul ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	text-align: left;
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	font-family: Tahoma, Geneva, sans-serif;
}

.content_link_box a {
	display: block;
	font-weight: bold;
}

.content_link_box ul a {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

.content_link_box ul a:hover {
	background: url(images/content_link_box_top_hover.png) top left no-repeat;
}

.content_link_box ul ul a {
	padding: 15px;
	border-bottom: 1px solid #B5B5B5;
	color: #222222;
	background: url(images/content_link_box_middle.png) top left no-repeat;
}

.content_link_box ul ul a:hover {
	background: url(images/content_link_box_middle_hover.png);	
}

#customer_feedback {
	width: 300px;
	height: 100px;
	line-height: 150%;
}

#read_more {
	cursor: pointer;
}

#booking_content {
	width: 740px;
	margin: 0px auto 0px auto;
	padding-left: 110px;
	padding-right: 110px;
	background-color: #111111;
}

#booking_content form {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#booking_content_frame {
	width: 750px;
}

#booking_content_frame_left {
	float: left;
	width: 330px;
}

#booking_content_frame_right {
	float: right;
	width: 330px;
}

.booking_content_frame_input {
	clear: both;
	width: 100%;
}

.booking_content_frame_input_left {
	float: left;
}

.booking_content_frame_input_right {
	float: right;
}

.booking_content_input, .booking_content_textarea, .booking_content_select {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 2px solid #EFEFEF;
}

#booking_content_input_first_name, #booking_content_input_last_name, #booking_content_input_street, #booking_content_input_alt_street, #booking_content_input_email, #booking_content_input_phone_number {
	width: 292px;
	margin-right: 30px;
}

#booking_content_input_zip_code, #booking_content_input_alt_zip_code, #booking_content_input_attendants {
	width: 50px;
	margin-right: 30px;
}

#booking_content_select_ages_from {
	width: 70px;
}

#booking_content_select_ages_to {
	width: 70px;
	margin-right: 30px;
}

#booking_content_select_booking_time {
	width: 150px;
	margin-right: 30px;
}

#booking_content_input_city, #booking_content_input_alt_city {
	width: 176px;
	margin-right: 30px;
}

#booking_content_select_booking_type {
	width: 300px;
	margin-right: 30px;
}

#booking_content_select_date_day, #booking_content_select_date_month, #booking_content_select_date_year {
	width: 97px;
}

#booking_content_textarea_comment {
	width: 712px;
	height: 100px;
	margin-right: 30px;
}

#booking_confirm_frame {
	width: 500px;
	margin: 10px auto 50px auto;
}

#booking_confirm_frame_left {
	width: 250px;
	float: left;
}

#booking_confirm_frame_right {
	width: 250px;
	float: right;
}

.booking_confirm_frame_content {
	width: 100%;	
}

.booking_content_frame_input_terms {
	margin-top: 22px;
	margin-left: 10px;
	margin-right: 30px;
}

#booking_content_input_terms {
}

.booking_content_frame_button {
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: 30px;
}

#booking_content_button_submit {
	width: 150px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
}

#contact_form {
	width: 450px;
	margin: 25px 75px;
	padding: 0px;
	line-height: 125%;
}

.contact_form_input, .contact_form_textarea {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 2px solid #EFEFEF;
}

.contact_form_frame_input {
	clear: both;
	width: 100%;
}

.contact_form_frame_input_left {
	float: left;
}

.contact_form_frame_input_right {
	float: right;
}

#contact_form_input_first_name, #contact_form_input_last_name {
	width: 174px;
	margin-right: 30px;
}

#contact_form_input_email {
	width: 412px;
	margin-right: 30px;
}

#contact_form_textarea_message {
	width: 409px;
	height: 125px;
	margin-right: 30px;
}

.contact_form_frame_input_button {
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: 30px;
}

#contact_form_button_submit {
	width: 150px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
}

#price_frame h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
}

#price_frame h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;
}

/* bottom and footer */

#bottom {
	width: 960px;
	margin: 0px auto 0px auto;
}

#footer {
	width: 960px;
	margin: 10px auto 0px auto;
	color: #666666;
	text-align: center;
}

#footer a {
	color: #999999;
}
