/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html, body {
	/*height: 100%;*/
}
pre, td {
	font-family: Arial, Tahoma, Verdana, lucida, sans-serif;
	font-size: x-small;
	font-size: 10px;
}
address {
	font-family: Arial, Tahoma, Verdana, lucida, sans-serif;
	font-size: x-small;
	font-size: 10px;
}
body {
	font-family: Arial, Tahoma, Verdana, lucida, sans-serif;
	color: #fff;
	font-size: x-small;
	min-width: 760px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
html>body {
	font-size: x-small;
	font-size: 10px;
}
p {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
/******************* colors ********************/
#base .gray {
	color: #464646;
}
#base .gray1 {
	color: #A3A3A3;
}
#base .yelow {
	color: #C0B96F;
}
#base .green {
	color: #7AAEA3;
}
#base .green1 {
	color: #2D8D79;
}
#base .green2 {
	color: #0AC9A1;
}
/* --  h1, .h1, a       -- */
#base .darkGreen, #base a:hover {
	color: #EA9730;
}
#base p img.leftImg {
	float: left;
	margin: 5px 10px 10px 0px;
}
#base p img.rightImg {
	float: right;
	margin: 5px 0px 10px 10px;
}
/******* hyperlink and anchor tag styles *******/
a {
	color: #F3C995;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/************** header tag styles **************/
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1, .h1 {
	font-size: 1.3em;
	margin-top: 15px;
	padding-bottom: 2px;
}
h2 {
	font-size: 1.2em;
}
h3 {

}
h4 {

}
/*************** list tag styles ***************/
/********* form and related tag styles *********/
form, input, textarea, option, select {
	font-size: 1em;
}
textarea.box {
	width: 300px;
}
textarea.box1 {
	height: 60px;
}
/******************* napiste *******************/
form#napiste {
	margin: 15px auto;
	width: 400px;
}
form#vzkazy {
	margin: 15px auto;
	width: 680px;
}
form#napiste table tr td, form#vzkazy table tr td {
	background: #F4F2E0;
}
form#napiste table tr.row td, form#vzkazy table tr.row td {
	background: #F9F8F1;
}
form#napiste table tr.bgNone td, form#vzkazy table tr.bgNone td {
	background: none;
}
form#napiste table tr td.tdHeader {
	text-align: left;
}
form input.submit {
	margin-top: 5px;
	padding: 2px;
	width: 75px;
}
/******************* napiste *******************/
form#napiste {
	margin: 15px auto;
	width: 400px;
}
form#vzkazy {
	margin: 15px auto;
	width: 680px;
}
form#napiste table tr.bgNone td, form#vzkazy table tr.bgNone td {
	background: none;
}
form#napiste table tr td.tdHeader {
	text-align: left;
}
form input.submit {
	margin-top: 5px;
	padding: 2px;
	width: 75px;
}
/******************* text **********************/
.mTop0 {
	margin-top: 0;
}
.pTop0 {
	padding-top: 0;
}
.pTop5 {
	padding-top: 5px;
}
.pBot0 {
	padding-bottom: 0px;
}
.mBot0 {
	margin-bottom: 0px;
}
.pRig8 {
	padding-right: 8px;
}
.w100pr {
	width: 100%;
}
.mBott10 {
	margin-bottom: 10px;
}
.it {
	font-style: italic;
	font-size: 0.8em;
}
.center{
	text-align: center;
}
#base p.left{
	text-align: left;
}
.clearBothZero {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.mbot5 {
	font-size: 1px;
	line-height: 1px;
}
.mess_ok {
	color: #009933;
	font-weight: bold;
	background: transparent url(../obr/ok.gif) no-repeat left center;
	padding-left: 20px;
}
.mess_ko {
	color: #FF3300;
	font-weight: bold;
	background: transparent url(../obr/ko.gif) no-repeat left center;
	padding-left: 20px;
}
.mtop {
	/*margin-top: -15px;*/
}
/***********************************************/
/* Layout styles                               */
/***********************************************/
#base {
	margin: 0 auto;
	width: 760px;
	/*min-height: 100%;
	height: 100%;*/
	position: relative;
	font-size: 120%;
	color: #CBC5C4;
}
#base.subLeft {
}
body>#base {
 	/*height: auto;*/
}
/********************* header *************************/
#header {
	padding: 0;
	margin: 0;
	height: 239px;
	background: transparent url(../img/header_bg.gif) repeat-x left top;
}
#headerLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 233px;
	height: 185px;
	background: transparent url(../img/header_left.jpg) no-repeat left top;
}
#headerLeftBottom {
	position: absolute;
	left: 0;
	top: 185px;
	width: 133px;
	height: 78px;
	background: transparent url(../img/header_left_bottom.jpg) no-repeat left top;
}
#headerImg {
	position: absolute;
	left: 233px;
	top: 0;
	width: 527px;
	height: 185px;
	background: transparent url(../img/header_img.jpg) no-repeat left top;
}
#headerRight {
	top: 185px;
	width: 8px;
	height: 50px;
}
/************************ logo **************/
#headerLogo {
	position: absolute;
	left: 233px;
	top: 88px;
	width: 310px;
	height: 97px;
}
#headerLogo a {
	display: block;
	width: 310x;
	height: 97px;
}
#headerLogo a span {
	display: none;
}
/************************ SkinChange **************/
#skinChange {
	position: absolute;
	right: 40px;
	top: 20px;
	font-weight: bold;
	color: #000000;
}
#skinChange a {
	color: #000000;
	text-decoration: none;

}
#skinChange a:hover {
	color: #000000;
	text-decoration: underline;

}
/************************ headerUpMenu **************/
#upMenu {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
	text-align: left;
	color: #EBDD9D !important;
	font-size: 95%;
}
#upMenu ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
#upMenu ul li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-left: 2px;
}
#upMenu ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #EBDD9D !important;
}
#upMenu ul li a:hover, #upMenu ul li a.active {
	text-decoration: underline;
	color: #000000;
}
/*********************** search ********************/
#search {
	position: absolute;
	right: 0;
	margin-right: -18px;
	top: 155px;
	width: 206px;
	height: 24px;
}
#search form.searching {
	margin: 0;
	padding: 0;
	margin: 6px 0 0 0px;
}
#search form.searching input.text {
	margin: 0;
	padding: 0;
	width: 114px;
	height: 24px;
	border: none;
	float: left;
	padding: 6px 2px 0 10px;
	text-align: right;
	_background-attachment: fixed;
}
#search form.searching input.submit {
	margin: 0;
	padding: 0;
	width: 54px;
	height: 24px;
	border: none;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	font-size: 70%;
	float: left;
	padding-top: 1px;
	_padding-top: 3px;
}
#search form.searching input.submit:hover {
	margin: 0;
	padding: 0;
	width: 54px;
	height: 24px;
	border: none;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	float: left;
	padding-top: 1px;
	_padding-top: 3px;
	
}
@media all and (min-width: 0px){
  #search {
  	margin-right: -30px;
  }
  #search form.searching input.submit {
  	font-size: 75%;
  }
}
/************************ headerTopMenu **************/
/*#topMenu {
	position: absolute;
	left: 80px;
	top: 195px;
	width: 100%;
	text-align: right;
}
#topMenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#topMenu ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	background: transparent url(../img/top_menu_roll.gif) repeat-x left bottom;
	line-height: 230%;
	height: 31px;
}
#topMenu ul li a {
	float: left;
	display: block;
	height: 31px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0 12px 0 10px;
	background: transparent url(../img/top_menu_bg.gif) repeat-x left bottom;
}
#topMenu ul li a:hover, #topMenu ul li a.active {
	color: #013D30;
	background: none;
}*/
#topMenu ul li span.separator {
	float: left;
	display: block;
	width: 1px;
	height: 45px;
}
/************************ content *********************/
#contentLeft {
	margin-left: 210px;
	margin-right: 30px;
}
#contentRight {
	margin-right: 210px;
	margin-left: 30px;
}
#contentLeftRight {
	margin-left: 210px;
	margin-right: 210px;
}
#content {
	margin-right: 30px;
	margin-left: 30px;
}
#content, #contentLeft, #contentRight, #contentLeftRight {
	padding: 0px 0px 20px 0px;
	line-height: 150%;
}
#content, #contentLeft p, #contentRight p, #contentLeftRight p {
	text-align: justify;

}
#content p.cont, #contentLeft p.cont, #contentRight p.cont, #contentLeftRight p.cont {
	margin-bottom: 15px;
}
#content p.right, #contentLeft p.right, #contentRight p.right, #contentLeftRight p.right{
	text-align: left;
}
p#bottomEnd {
	margin: 0;
	padding: 0;
	margin-bottom: -30px;
	clear: both;
}
p#topStart {
	margin: 0;
	padding: 0;
	margin-bottom: -10px;
}
/************************ bunky center *********************/
#contentLeftRight table.bunka {
	float: left;
	width: 100%;
	background-color: #948B8A;
	margin-bottom: 13px;
	color: #000000;
}
#contentLeftRight table.home {
	margin-top: -25px;
}
#contentLeftRight table.bunka tr.h2 td {
	background-color: #937249;
	border-bottom: 3px solid #1E1615;
	
}
#contentLeftRight table.bunka tr td h2 {
	color: #fff;
	padding: 2px 0 2px 5px;
	
}
#contentLeftRight table.bunka tr td h2 a {
	color: #fff;
	text-decoration: underline;
}
#contentLeftRight table.bunka tr td h2 a:hover {
	color: #FFF1B1;
	text-decoration: none;
}
#contentLeftRight table.bunka tr td {
	vertical-align: top;
}
#contentLeftRight table.bunka tr td img {
	border: none;
	padding: 0;
}
#contentLeftRight table.bunka tr td p {
	margin: 0;
	padding: 5px;
	font-size: 1.2em;
	line-height: 120%;
}
#contentLeftRight table.bunka tr td p.right{
	text-align: right;
	margin-right: 0;
	padding-right: 0;
}
#contentLeftRight table.bunka tr td p a.book_frm {
	color: #EFA851;
	background-color: #1E1615;
	padding: 3px 5px 3px 5px;
	border: 1px solid #000000;
	text-decoration: underline;
	font-size: 0.9em;
	margin-right: 3px;
}
#contentLeftRight table.bunka tr td p a.book_frm:hover {
	color: #fff;
	text-decoration: none;
}
div.crnlt{
	position: absolute;
	width: 5px;
	height: 5px;
}
div.crnrt{
	display: block;
	width: 5px;
	height: 5px;
	float: right;
}
div.crnlb{
	position: absolute;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	_margin-top: -5px;
	line-height: 0;
	font-size: 0;
}
div.crnrb{
	display: block;
	width: 5px;
	height: 5px;
	float: right;
	line-height: 0;
	font-size: 0;
}
/************************ aktuality *********************/
#contentLeftRight div.newsBox {
	width: 100%;
	float: left;
	margin-top: 5px;
	color: #000;
}
#contentLeftRight div.newsBox h2 {
	color: #fff;
	background-color: #7CC2E9;
	font-size: 1em;
	padding: 3px 0 3px 5px;
	border-bottom: 3px solid #1E1615;
}

#contentLeftRight div.newsBox h2 a {
	color: #000;
	text-decoration: underline;
	
}
#contentLeftRight div.newsBox h2 a:hover {
	color: #fff;
	text-decoration: none;
}
#contentLeftRight div.newsBox table.content {
	border: 1px solid #D4D4D4;
	margin: 1px 0 1px 0;
	background-color: #F4F4F4;
	width: 100%;
	float: left;
}
#contentLeftRight div.newsBox table.content tr td {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
#contentLeftRight div.newsBox table.content tr td img {
	/*border: 1px solid #444444;
	padding: 1px;*/
	margin-right: 5px;
}
#contentLeftRight div.newsBox table.content p {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	font-size: 1.2em;	
	line-height: 120%;
}
#contentLeftRight div.newsBox div.date {
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
}
#contentLeftRight div.newsBox div.crnlb{
	position: absolute;
	width: 5px;
	height: 5px;
	margin-top: -7px;
	line-height: 0;
	font-size: 0;
}
#contentLeftRight div.newsBox div.crnrb{
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -7px;
	float: right;
	line-height: 0;
	font-size: 0;
}
/************************ galerie *********************/
div#galleryImages {
	margin: 10px 0 10px 0;
}
#contentLeftRight div#galleryImages {
	width: 100%;
}
#content div#galleryImages {
	width: 675px;
}
div#galleryImages div.galleryBox {
	float: left;
	border: 1px solid #D4D4D4;
	margin: 2px;
	padding: 2px;
	background-color: #F4F4F4;
}

div#galleryImages div.galleryBox div.dimensions {
	text-align: center;
	font-size: 0.9em;
}
/************************ vzkazy *********************/
#content div.gestbookBox {
	margin-top: 10px;
}
#content div.gestbookBox h2 {
	color: #fff;
	background-color: #969696;
	font-size: 1em;
	padding: 1px 0 1px 5px;
	margin: 0px 10px 0px 10px;
}
#content div.gestbookBox h2 a {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: -19px;
	_margin-top: -21px; /* IE */
}
@media all and (min-width: 0px) { /* opera hack */
	#content div.gestbookBox h2 a {
		margin-top: 1px;
	}
}
#content div.gestbookBox h2 a.email {
	background: transparent url(../modules/vzkazy/img/ico_email.gif) no-repeat left center;
}
#content div.gestbookBox h2 a.www {
	background: transparent url(../modules/vzkazy/img/ico_www.gif) no-repeat left center;
}
#content div.gestbookBox h2 a span{
	display: none;
}
#content div.gestbookBox div.content {
	border: 1px solid #D4D4D4;
	margin: 1px 10px 1px 10px;
	xbackground-color: #F4F4F4;
	padding: 5px;
}
#content div.gestbookBox div.date {
	text-align: right;
	font-style: italic;
	margin: 0px 10px 0px 10px;
}
/*********************** searchresults ********************/
#contentLeftRight div#searchResults {
	margin: 10px 0 0 0;
}
#contentLeftRight div#searchResults ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#contentLeftRight div#searchResults ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
	padding: 2px 5px 2px 5px;
	height: 20px;
}
#contentLeftRight div#searchResults ul li a {
	text-decoration: none;
}
#contentLeftRight div#searchResults ul li a:hover, #upMenu ul li a.active {
	text-decoration: underline;
}
.searchWord {
	background-color: #EA9730;
	color: #000000;
	padding: 0 0px 0 0px;
	margin: 0 0px 0 0px;
}
/*********************** booking form ********************/
#content form table#bookFrm {
	margin: 15px auto;
}
#content form table#bookFrm tr td {
	font-size: 1em;
	padding: 5px;
	white-space: nowrap;
}
#content form table#bookFrm tr.bgNone td {
	background: none;
}
#content form table#bookFrm tr td input.all {
	width: 300px;
	border: 1px solid #000000;
	height: 17px;
}
#content form table#bookFrm tr td textarea {
	width: 300px;
	border: 1px solid #000000;
	height: 50px
}
#content form table#bookFrm tr td textarea.box1 {
	width: 380px;
	border: 1px solid #000000;
	height: 100px
}
#content form table#bookFrm tr td input.button {
	width: 80px;
	padding: 2px;
}
#content form table#bookFrm tr td span.req {
	padding-left: 3px;
}
#content form table#bookFrm tr td.header {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000000;
}
.red {
	color: #FFFF00 !important;
}
/************************ left ************************/
#left {
	float: left;
	width: 190px;
	\width: 200px;
	w\idth: 190px;
	margin: 24px 0 0 8px;
	_margin-left: 4px;
	padding: 0px 0px 20px 0px;
}

/************************ bunky left *********************/
#left div.bunka {
	width: 190px;
	background-color: #2C2321;
	margin-bottom: 13px;
	color: #D0CAC9;
}
#left div.bunka h2 {
	color: #fff;
	background-color: #5D6577;
	padding: 5px;
	font-size: 1em;
	border-bottom: 3px solid #1E1615;
}
#left div.bunka h2 a {
	color: #fff;
	text-decoration: underline;
}
#left div.bunka h2 a:hover {
	color: #6EC8FB;
	text-decoration: none;
}
#left div.bunka img {
	border: none;
}
#left div.bunka img.obr1 {
	float: left;
	margin-right: 5px;
}
#left div.bunka img.obr2 {
	float: right;
	margin-left: 5px;
}
#left div.bunka p {
	margin: 0;
	padding: 5px;
	font-size: 0.9em;
}
#left div.bunka p.right{
	text-align: right;
	margin-right: 0;
	padding-right: 0;
	clear: both;
}
#left div.bunka p a.book_frm {
	color: #EFA851;
	background-color: #1E1615;
	padding: 3px 5px 3px 5px;
	border: 1px solid #000000;
	text-decoration: underline;
	font-size: 0.9em;
	margin-right: 3px;
}
#left div.bunka p a.book_frm:hover {
	color: #fff;
	text-decoration: none;
}
#left div.bunka div.crnrb{
	position: absolute;
	display: inline;
	width: 5px;
	height: 5px;
	left: 193px;
	margin-top: -5px;
	float: none;
	line-height: 0;
	font-size: 0;
}
/************************ right ************************/
#right {
	float: right;
	width: 190px;
	\width: 200px;
	w\idth: 190px;
	margin: 0;
	padding: 0px 0px 20px 0px;
	margin: 24px 8px 0 0;
	_margin-right: 4px;
}
/************************ bunky right *********************/
#right div.bunka {
	width: 190px;
	background-color: #2C2321;
	margin-bottom: 13px;
	color: #D0CAC9;
}
#right div.bunka h2 {
	color: #fff;
	background-color: #5D6577;
	padding: 5px;
	font-size: 1em;
	border-bottom: 3px solid #1E1615;
}
#right div.bunka h2 a {
	color: #fff;
	text-decoration: underline;
}
#right div.bunka h2 a:hover {
	color: #6EC8FB;
	text-decoration: none;
}
#right div.bunka img {
	border: none;
}
#right div.bunka img.obr1 {
	float: left;
	margin-right: 5px;
}
#right div.bunka img.obr2 {
	float: right;
	margin-left: 5px;
}
#right div.bunka p {
	margin: 0;
	padding: 5px;
	font-size: 0.9em;
}
#right div.bunka p.right{
	text-align: right;
	margin-right: 0;
	padding-right: 0;
	clear: both;
}
#right div.bunka p a.book_frm {
	color: #EFA851;
	background-color: #1E1615;
	padding: 3px 5px 3px 5px;
	border: 1px solid #000000;
	text-decoration: underline;
	font-size: 0.9em;
	margin-right: 3px;
}
#right div.bunka p a.book_frm:hover {
	color: #fff;
	text-decoration: none;
}
#right div.bunka div.crnrb{
	position: absolute;
	display: inline;
	width: 5px;
	height: 5px;
	right: 8px;
	margin-top: -5px;
	float: none;
	line-height: 0;
	font-size: 0;
}
/*********************** filter form ********************/
#contentLeftRight form table#filter {
	margin: 15px auto;
}
#contentLeftRight form table#filter tr td {
	font-size: 1em;
	padding: 5px;
}
#contentLeftRight form table#filter tr.bgNone td {
	background: none;
}
#contentLeftRight form table#filter tr td input.button {
	width: 80px;
	padding: 2px;
}

#contentLeftRight form table#filter tr td.header {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000000;
}
#contentLeftRight form table#filter tr td label.zalom {
	display: block;
	float: none;
}
#contentLeftRight form table#filter tr td select {
	width: 155px;
}
#contentLeftRight form table#filter tr td fieldset {
	padding: 0;
	margin: 0;
	padding: 5px 8px;
}
#contentLeftRight form table#filter input.submit {
	padding: 2px;
	width: 75px;
	margin-top: 0;
}
/*********************** footer ***********************/
#footer {
	width: 760px;
	overflow: hidden;
	position: relative;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	line-height: 120%;
}
#fLeft {
	position: absolute;
	left: 0px;
	bottom: 12px;
	width: 100px;
	padding: 5px 0 0 8px;
}
#fRight {
	position: absolute;
	right: 0px;
	_right: -1px;
	width: 100px;
	bottom: 12px;
	text-align: right;
}
#fRight #created {
	margin: 10px 10px 0 0;
	font-size: 80%;
}

#fObsah {
	float: inherit;
	padding: 12px 0 12px 0;
	z-index: 101;
	text-align: center;
	line-height: 120%;
	font-size: 90%;
	margin: 0 100px 0 100px;
}
#fObsah span {
	white-space: nowrap;	
}
#fObsah a {
	text-decoration: underline;
	white-space: nowrap;
}
#footerBanner {
	margin: 0 8px;
	width: 736px;
	padding: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}
.paddBottom {
	padding-bottom: 10px;
}