body {
	background: url(../gfx/background.jpg) repeat-x top center;
	font-family: Georgia, 'Hoefler Text', 'Times New Roman', Times, serif;
	font-size: 11px;
	margin: 0px;
}

.clear {
	clear: both;
}

.ie6fix {
	display: none;
}

img {
	border: 0px;
}

a:hover {
	outline: none;
}

div#header {
	background: url(../gfx/header_ie6.jpg) no-repeat;
	width: 876px;
	height: 128px;
	margin: 0px auto;
}

#container_wrap {
	margin: 0px auto;
	width: 850px;
	height: 357px;
}

#container {
	width: 850px;
	height: 357px;
	position: absolute;
	overflow: hidden;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 1px 0px;
}

#container_shadow {
	position: absolute;
	left: -24px;
	top: -3px;
	z-index: 0;
}

#navigation {
	position: absolute;
	width: 235px;
	height: 357px;
	background: #aaa;
	z-index: 51;
	background: url(../gfx/menu_back.png) no-repeat;
}

#navigation a {
	display: block;
	height: 44px;
	padding: 15px 10px 0px 20px;
	width: 162px;
	color: #444;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

#navigation a span, #sub_navigation a span {
	font-size: 9px;
	font-family: Helvetica, sans-serif;
	text-transform: none;
	display: none;
}

#navigation a#navi1 {
	background-image: url(../menu/1.jpg);
}

#navigation a#navi2 {
	background-image: url(../menu/2.jpg);
}

#navigation a#navi3 {
	background-image: url(../menu/3.jpg);
}

#navigation a#navi4 {
	background-image: url(../menu/4.jpg);
}

#navigation a#navi5 {
	background-image: url(../menu/5.jpg);
}

#navigation a#navi6 {
	background-image: url(../menu/6.jpg);
}

#sub_navigation a#navi1_1 {
	background-image: url(../menu/1_1.jpg);
}

#sub_navigation a#navi1_2 {
	background-image: url(../menu/1_2.jpg);
}

#sub_navigation a#navi1_3 {
	background-image: url(../menu/1_3.jpg);
}

#sub_navigation a#navi4_1 {
	background-image: url(../menu/4_1.jpg);
}

#sub_navigation a#navi4_2 {
	background-image: url(../menu/4_2.jpg);
}

#sub_navigation a#navi4_3 {
	background-image: url(../menu/4_3.jpg);
}

#sub_navigation a#navi4_4 {
	background-image: url(../menu/4_4.jpg);
}

#sub_navigation a#navi4_5 {
	background-image: url(../menu/4_5.jpg);
}

#sub_navigation a#navi5_1 {
	background-image: url(../menu/5_1.jpg);
}

#sub_navigation a#navi5_2 {
	background-image: url(../menu/5_2.jpg);
}

#sub_navigation a#navi5_3 {
	background-image: url(../menu/5_3.jpg);
}

#sub_navigation a#navi5_4 {
	background-image: url(../menu/5_4.jpg);
}

/*
#navigation a:hover, #sub_navigation div a:hover {
	background-position: 0px -57px;
}
*/

#sub_navigation {
	position: absolute;
	width: 235px;
	height: 357px;
	background: #eee;
	z-index: 50;
	background: url(../gfx/menu_back.png) no-repeat;
	left: -35px;
}

#sub_navigation div {
	display: none;
}

#sub_navigation div a {
	display: block;
	height: 59px;
	width: 162px;
	line-height: 50px;
	color: #444;
	padding: 0px 10px 0px 20px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	background-repeat: no-repeat
}

#sub_navigation a.back {
	display: none;
	position: absolute;
	z-index: 65;
	width: 40px;
	height: 40px;
	padding: 0px;
	left: -3px;
	top: 5px;
}

#sub_navigation a.back:hover {
	background: none;
	left: 0px;
}

#content_display {
	position: absolute;
	left: 201px;
	width: 649px;
	height: 357px;
	background: #fff;
}

#content_display p {
	padding: 0px 10px;
}

div#bottom {
	background: url(../gfx/bottom.jpg) no-repeat;
	width: 893px;
	height: 165px;
	margin: 0px auto;
	position: relative;
	top: 8px;
}

a#show_gallery {
	background: url(../gfx/show_gallery.gif) no-repeat;
	width: 116px !important;
	height: 25px;
	display: none;
	position: absolute;
	right: 0px;
	z-index: 30;
}

#gallery_content a#show_gallery {
	right: 0px;
}

#scroll_content {
	height: 357px;
	float: right;
	width: 446px;
	position: absolute;
	left: 200px;
}

.scroll_high {
	width: 649px !important;
	left: 0px !important;
}

#scroll_content_flat {
	height: 357px;
	float: right;
	width: 446px;
	position: absolute;
	left: 200px;
	background: red;
	z-index: 100;
}

div#gallery_content {
	width: 200px;
	height: 357px;
	float: left;
	overflow: hidden;
	position: absolute;
	z-index: 29;
}

/* Scroll bars */

#flat .jScrollPaneContainer {
	position: relative;
	overflow: normal;
	z-index: 1;
	width: 446px;
	height: 357px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: normal;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
	left: 629px;
}

.jScrollPaneDrag {
	position: absolute;
	background: url(../gfx/scroll_middle.png) repeat-y center;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #fff url(../gfx/scroll_top.png) no-repeat bottom center;
	height: 7px;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: #fff url(../gfx/scroll_bottom.png) no-repeat top center;
	height: 7px;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#language {
	width: 200px;
	float: right;
	padding: 0px 20px;
	margin-top: 70px;
}

#language a {
	color: #3f190e;
	text-decoration: none;
	font-size: 14px;
	padding-left: 20px;
	margin-right: 5px;
}

#language a#en {
	background: url(../gfx/en.jpg) no-repeat center left;
}

#language a#pl {
	background: url(../gfx/pl.jpg) no-repeat center left;
}

#language a#de {
	background: url(../gfx/de.jpg) no-repeat center left;
}

#lhead {
	color: #653020;
	font-style: italic;
	margin-bottom: 5px;
}

#bottom_nav {
	padding: 15px 40px;
}

#bottom_nav a {
	font-size: 14px;
	color: #3f190e;
	text-decoration: none;
	text-transform: uppercase;
}

#bottom_nav a:hover {
	color: #a00411;
}

#bottom_nav a#news {
	display: block;
	width: 203px;
	color: #a00411;
	float: left;
}

#bottom_nav a#guest_book {
	display: block;
	width: 203px;
	text-align: center;
	float: left;
}

#bottom_nav a#prizes {
	display: block;
	width: 203px;
	text-align: center;
	float: left;
}

#bottom_nav a#contact {
	display: block;
	width: 203px;
	text-align: center;
	float: left;
}

#news_container {
	padding: 0px 40px;
	width: 370px;
	line-height: 18px;
	color: #2d221c;
}

#news_container div p {
	height: 57px;
	overflow: hidden;
}

#reservation {
	padding: 0px 40px;
	width: 250px;
	line-height: 18px;
	color: #2d221c;
	float: right;
	text-align: left;
	text-align: right;
	position: relative;
	top: -82px;
}

#reservation a {
	color: #2d221c;
	text-decoration: none;	
}

#reservation a:hover {
	color: #a00411;
	text-decoration: none;	
}

#news_container a {
	color: #2d221c;
	text-decoration: none;
}

#news_container a:hover {
	color: #a00411;
}

#showall {
	float: left;
}

#showmore {
	float: right;
}

#bell {
	margin-left: 10px;
}

#scroll_content a.block {
	display: block;
	color: #777;
	padding-left: 30px;
	text-decoration: none;
	background: url(../gfx/select.gif) no-repeat left center;
}

#scroll_content a:hover {
	color: #222;
}

#scroll_content p {
	line-height: 18px;
}

#scroll_content h4 {
	padding: 0px 10px;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
	color: #a00411;
}

#scroll_content img {
	border: 0px;
}

#scroll_content table {
	padding: 0px 10px;
	width: 100%;
}

hr {
	border: 1px solid #ddd;
	border-bottom: 0px;
	margin: 0px 10px 0px 10px;
}

.bankiety {
	font-size: 12px !important;
	letter-spacing: -1px;
}

a {
	color: #777;
}

.meta {
	padding: 0px 10px;
	color: #777;
}

.meta_link {
	color: #555;
	float: right;
}

.meta_link:hover {
	color: #a00411;
}

form {
	padding: 10px 10px;
}

#prizes_display {
	text-align: center;
}

#prizes_display img {
	border: 3px solid #aaa;
	padding: 1px;
	margin: 0px 30px;
}
