/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-02-02 09:00                                                    */
/* Last changed by: Josef Vondráček                                                     */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: #2c0e0b url(images/body-background.jpg) no-repeat center top;
	color: #664118;
	font-size: 80%;
	font-family: Arial, Sans-Serif;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, sub, sup
{
	font-size: 100%;
	font-family: Arial, Sans-Serif;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #858585;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

/* CLEAR */
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.hide
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 1132px;
	margin: 0 auto;
	position: relative;
	background: transparent url(images/page-background.png) no-repeat right top;
}

#topPanelHolder
{
	width: 1132px;
	height: 484px;
	overflow: hidden;
	position: relative;
	background: url(images/top-panel-holder-background.jpg) no-repeat 159px top;
}

/*======================================================================================*/
/* MIDDLE PANEL                                                                         */
/*======================================================================================*/

#middlePanel
{
	width: 1132px;
	position: relative;
}

#contentPanel
{
	width: 952px;
	float: right;
}

#content
{
	width: 600px;
	padding: 50px;
	float: left;
	overflow: hidden;
	position: relative;
	background: #eedcbd url(images/content-top-background.png) no-repeat left top;
}

#content .content
{
	position: relative;
	z-index: 5;
}

#content .bottomBackground
{
	width: 700px;
	height: 157px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: url(images/content-bottom-background.png) no-repeat -1px top;
	overflow: hidden;
}

#rightPanel
{
	width: 242px;
	float: right;
}

#rightPanel .ticket
{
	width: 164px;
	height: 230px;
	margin: -11px 0 0 0;
	padding: 75px 10px 0 45px;
	background: url(images/ticket-background.png) no-repeat left top;
	color: #664118;
}

#rightPanel .ticket p.text
{
	padding: 0 30px 0 0;
	color: #664118;
}

#rightPanel .ticket p.price
{
	margin: 10px 0 0 15px;
	font-family: "Times New Roman", Sans-Serif;
	font-size: 42px;
	color: #664118;
}

#rightPanel span.separator
{
	width: 95%;
	height: 1px;
	margin: 10px 0 8px 0;
	display: block;
	overflow: hidden;
	border-top: 2px dotted #664118;
	font-size: 0;
}

#rightPanel .info
{
	padding: 15px 35px 0 15px;
	font-size: 12px;
}

#rightPanel .info p
{
	color: #bba176;
}

#rightPanel .info span.separator
{
	width: 100%;
	border-top-color: #bba176;
}

/*======================================================================================*/
/* LEFT PANEL                                                                           */
/*======================================================================================*/

#leftPanel
{
	width: 159px;
	position: absolute;
	left: 0;
	top: 250px;
	z-index: 15;
}

#categories
{
	width: 149px;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#categories a
{
	width: 139px;
	padding: 0 10px 0 0;
	display: block;
	float: left;
	color: #e4bda1;
	font-size: 16px;
	letter-spacing: 0;
	text-decoration: none;
	background-position: right 0;
	background-repeat: no-repeat;
	text-align: right;
}

#categories a:hover,
#categories a.active
{
	color: #560904;
}

#categories li.item1 a
{
	height: 40px;
	line-height: 40px;
	background-image: url(images/categories/item1.png);
}

#categories li.item1 a:hover,
#categories li.item1 a.active
{
	background-position: right -40px;
}

#categories li.item2 a
{
	height: 37px;
	line-height: 37px;
	background-image: url(images/categories/item2.png);
}

#categories li.item2 a:hover,
#categories li.item2 a.active
{
	background-position: right -37px;
}

#categories li.item3 a
{
	height: 37px;
	line-height: 37px;
	background-image: url(images/categories/item3.png);
}

#categories li.item3 a:hover,
#categories li.item3 a.active
{
	background-position: right -37px;
}

#categories li.item4 a
{
	height: 33px;
	line-height: 33px;
	background-image: url(images/categories/item4.png);
}

#categories li.item4 a:hover,
#categories li.item4 a.active
{
	background-position: right -33px;
}

#categories li.item5 a
{
	height: 38px;
	line-height: 38px;
	background-image: url(images/categories/item5.png);
}

#categories li.item5 a:hover,
#categories li.item5 a.active
{
	background-position: right -38px;
}

#categories li.item6 a
{
	height: 34px;
	line-height: 34px;
	background-image: url(images/categories/item6.png);
}

#categories li.item6 a:hover,
#categories li.item6 a.active
{
	background-position: right -34px;
}

#categories li.item7 a
{
	height: 39px;
	line-height: 39px;
	background-image: url(images/categories/item7.png);
}

#categories li.item7 a:hover,
#categories li.item7 a.active
{
	background-position: right -39px;
}

#categories li.item8 a
{
	height: 35px;
	line-height: 35px;
	background-image: url(images/categories/item8.png);
}

#categories li.item8 a:hover,
#categories li.item8 a.active
{
	background-position: right -35px;
}

#categories li.item9 a
{
	height: 34px;
	line-height: 34px;
	background-image: url(images/categories/item9.png);
}

#categories li.item9 a:hover,
#categories li.item9 a.active
{
	background-position: right -34px;
}

#categories li.item10 a
{
	height: 41px;
	line-height: 41px;
	background-image: url(images/categories/item10.png);
}

#categories li.item10 a:hover,
#categories li.item10 a.active
{
	background-position: right -41px;
}

#categories li.item11 a
{
	height: 35px;
	line-height: 35px;
	background-image: url(images/categories/item11.png);
}

#categories li.item11 a:hover,
#categories li.item11 a.active
{
	background-position: right -35px;
}

#leftPanel .contact
{
	width: 126px;
	height: 80px;
	padding: 42px 0 0 33px;
	background: url(images/left-panel-contact-background.png) no-repeat right center;
	color: #f0debf;
}

#leftPanel .contact p
{
	font-family: "Times New Roman", Sans-Serif;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

#leftPanel .contact p.number
{
	margin: 5px 0 0 0;
	font-size: 10px;
}

#leftPanel .contact p.number b
{
	font-size: 17px;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 1132px;
	height: 484px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/top-panel-background.png) no-repeat -2px top;
}

#topPanel h2.logo,
#topPanel h2.logo a
{
	width: 160px;
	height: 145px;
	position: absolute;
	left: 0;
	top: 88px;
	overflow: hidden;
}

#topPanel h2.logo a
{
	display: block;
	top: 0;
	background: url(images/logo.png) no-repeat left top;
	text-decoration: none;
}

#topPanel h2.logo a span
{
	visibility: hidden;
}

#topPanel #menu
{       
	width: 897px;
	height: 311px !important;
	padding: 10px 0 0 32px;
	position: absolute;
	right: 23px;
	top: 152px;
	background: url(images/menu-background.jpg) no-repeat -22px top;
	overflow: hidden !important;
	list-style-type: none;
}
#corr
{
  height:301px;
  width:23px;
  position:absolute;
  top:162px;
  right:23px;
  z-index:100000;
  background: url(images/menu-background.jpg) no-repeat -928px top;
}
#topPanel #menu li
{
	margin: 0 0px 0 7px;
	padding-left:3px !important;
	background: url(images/menu-background.jpg) no-repeat -30px top;
	float: left; 
	dwidth:730px;
	position:absolute;
}

#topPanel #menu li.active
{
	width: 696px;  
}

#topPanel #menu li a
{
	/*width: 37px;*/
	height: 301px;
	float: left;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	width:711px !important;
}

#topPanel #menu li.active a
{
  width:711px !important;
}

#topPanel #menu li a img
{
	width:694px;
	height:301px;
	display:block;
	position:relative;
	dtop:-16px;
}

#topPanel #menu li.active a img
{

  display:block;
}

#topPanel #menu li a span
{
	width: 37px;
	height: 301px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#topPanel #menu li a span h3 {
  position:absolute;
  left:-5000px;
}

#topPanel #menu li.active a span
{
	background-position: 0 -301px;
}

#topPanel #menu li.rooms span
{
	background: url(images/menu/rooms.png) no-repeat left top;
}

#topPanel #menu li.penzion span
{
	background: url(images/menu/pension.png) no-repeat left top;
}


#topPanel #menu li.reception span
{
	background: url(images/menu/reception.png) no-repeat left top;
}

#topPanel #menu li.restaurants span
{
	background: url(images/menu/restaurants.png) no-repeat left top;
}

#topPanel #menu li.pension span
{
	background: url(images/menu/pension.png) no-repeat left top;
}
#topPanel #menu li.swimpool span
{
	background: url(images/menu/bazen.png) no-repeat left top;
}

#topPanel #menu li.around span
{
	background: url(images/menu/around.png) no-repeat left top;
}

#topPanel #menu li.lookout span
{
	background: url(images/menu/lookout.png) no-repeat left top;
}
#topPanel #menu li.penzion.active
{

}

#topPanel #menu li.restaurants.active,
#topPanel #menu li.restaurants.activenocolor
{
  left:41px;position:absolute; 
}

#topPanel #menu li.rooms.active,
#topPanel #menu li.rooms.activenocolor
{
  left:81px;position:absolute;
}

#topPanel #menu li.around.active,
#topPanel #menu li.around.activenocolor
{
  left:122px;position:absolute;
}

#topPanel #menu li.swimpool.active,
#topPanel #menu li.swimpool.activenocolor
{
  left:163px; position:absolute;
}

#topPanel #menu li.lookout.active,
#topPanel #menu li.lookout.activenocolor
{
  left:204px; position:absolute;
}

.languages
{
	width: 112px;
	height: 11px;
	position: absolute;
	right: 23px;
	top: 8px;
	overflow: hidden;
}

.languages a,
.languages a span
{
	width: 16px;
	height: 11px;
	margin: 0 6px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
}

.languages a.last
{
	margin: 0;
}

.languages a span
{
	margin: 0;
	display: block;
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/languages.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.languages a span.cz
{
	background-position: 0 0;
}

.languages a.active span.cz
{
	background-position: 0 -11px;
}

.languages a span.de
{
	background-position: -16px 0;
}

.languages a.active span.de
{
	background-position: -16px -11px;
}

.languages a span.pl
{
	background-position: -32px 0;
}

.languages a.active span.pl
{
	background-position: -32px -11px;
}

.languages a span.en
{
	background-position: -48px 0;
}

.languages a.active span.en
{
	background-position: -48px -11px;
}

.languages a span.nl
{
	background-position: -64px 0;
}

.languages a.active span.nl
{
	background-position: -64px -11px;
}

#bottomPanel
{
	padding: 10px 0 20px 230px;
	color: #664118;
	font-size: 10px;
}

#bottomPanel a
{
	color: #664118;
	text-decoration: none;
}
