@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 78%;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	background-color: #412100;
	background-image: url(../img/body-background.jpg);
	margin: 0px;
	padding: 0px;
}

body * {
	margin: 0;
}

hr {
	display: none;
}

a {
	color: #f5bf54;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.clr {
	clear: both;
	overflow: hidden;
	display: block;
	height: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#page {
	text-align: center;
	background-image: url(../img/page-background.png);
	_background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 500px;
}

#box {
	text-align: left;
	width: 774px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	position: relative;
}
#box-bg {
	background: url(../img/box-background.gif) left top repeat-y;
	position: relative;
}

#box-top {
	background: url(../img/box-top-background.gif) left top no-repeat;
	position: relative;
	padding-top: 2px;
}

#box-bottom {
	background: url(../img/box-bottom-background.gif) left bottom no-repeat;
	position: relative;
	padding-bottom: 24px;
	_height: 180px;
	min-height: 180px;
}

#infobar {
	color: #f5bf54;
	font-weight: bold;
	margin-left: 25px;
	width: 510px;
	height: 30px;
}
#infobar strong {
	color: #fff;
}
#infobar .left {
	text-transform: uppercase;
}
#infobar .left strong {
	font-size: 140%;
	font-weight: normal;
}
#infobar .right {
	margin-top: 0.3em;
}

#navigation {
	background: #fff;
	width: 520px;
	margin-left: 25px;
	position: relative;
	padding: 0 0 15px 0;
	top: 12px;
}
#navigation ul {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style-type: none;
	display: block;
	margin: 0 14px 0 0;
	padding: 0;
	float: left;
	font-weight: bold;
}
#navigation li, #navigation a, #content a {
	color: #507426;
}
#navigation a:hover, #content a:hover {
	color: #000;
}
#navigation a:active, #navigation li.active a, #navigation li.active {
	color: #8c3f00;
}
#content {
	color: #000;
	padding: 0 25px;
}
#content p {
	line-height: 160%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	font-weight: bold;
	width: 662px;
	margin-left: 25px;
	margin-top: 10px;
}
h2, h3, h4, h5, h6 {
	color: #d9871f;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;
}
a img {
	border: 0;
}
h2 {
	font-size: 180%;
	display: none;
}
h3 {
	font-size: 180%;
}
h4  {
	font-size: 150%;
}

h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
	color: #333;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.maroon, p em {
	color: #8c3f00;
}
h1 {
	position: absolute;
	z-index: 50;
	width: 245px;
	height: 249px;
	overflow: hidden;
	font-size: 130%;
	right: 3px;
	top: 26px;
}
.leftbox {
	float: left;
	width: 460px;
	margin-right: 43px;
	position: relative;
}
.rightbox {
	float: left;
	width: 165px;
	margin-top: 125px;
	position: relative;
}
.rightbox h3 {
	color: #8c3f00;
}
p.reservation {
	line-height: 120% !important;
	margin-bottom: 15px !important;
}
p.reservation span {
	font-size: 80%;
	color: #c09860;
}
p.reservation a {
	font-size: 130%;
}
p.reservation strong {
	font-size: 200%;
	font-weight: normal;
	color: #507426;
}
p.map img {
	width: 165px;
}
p.map {
	font-size: 92%;
	color: #cc8e36;
	line-height: 120% !important;
}
#content .box {
	background: #fff;
	position: relative;
}

.msg {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 300px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 250px;
	color: #000;
}
.msg div {
	padding: 20px;
	background: #ffeeee;
	border: 2px solid #ff0000;
}
.msg #closemessage {
	border: 0;
	padding: 15px 0 0 0;
	background: transparent;
}
#lang {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 100%;
	font-family: "Times New Roman",serif;
}
#lang p {
	margin: 0;
	color: #cc8e36;
}
#lang a {
	color: #cc8e36;
	font-weight: bold;
}
#lang strong {
	color: #f5bf54;
}

form table {
	border: 0;
	font-size: 100%;
}
form table td, form table th {
	text-align: left;
	padding: 3px 10px 0 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 140%;
}
form table th {
	width: 25%;
	padding-top: 5px;
}
form input, form select, form option, form textarea {
	background: #F1E7C5;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #cc8e36;
	vertical-align: middle;
}
form input.inputRadio {
	background: none;
	border: 0;
}
form input.inputSubmit {
	cursor: pointer;
	border-width: 2px;
	border-style: outset;
	font-weight: bold;
}
form img {
	vertical-align: middle;
}
form table td.specialTD {
	padding-top: 15px;
	font-style: italic;
}
.emailformat {
	font-size: 100% !important;
	font-family: "Times New Roman",Times,serif;
}
#closemessage {
	text-align: right;
	padding-top: 10px;
	font-size: 92%;
}
#closemessage a {
	color: #000;
}
ul.classic {
	display: block;
	margin: 15px 0 15px 10px;
	padding: 0;
}
ul.classic li {
	margin-left: 10px;
	margin-bottom: 4px;
	display: list-item;
	list-style-type: circle;
}
table.jidelni {
	border: 0;
	margin: 0;
	padding: 0;
	width: 474px;
	font-size: 100%;
}
table.jidelni td, table.jidelni th {
	border: 0;
	margin: 0;
	padding: 0px 5px 3px 0;
}
table.jidelni td.price {
	text-align: right;
	width: 50px;
	font-weight: bold;
}
table.jidelni td.mnozstvi {
	width: 40px;
	color: #cf8839;
	white-space: nowrap;
}
.float-left {
	float: left;
	position: relative;
	margin: 5px 15px 0 0;
}
.gallery {
	width: 474px;
}
.gcol {
	float: left;
	width: 151px;
	text-align: center;
	padding: 16px 0;
	margin: 2px 5px 5px 0;
	border: 1px solid #f4dbbb;
}
.panocol {
	width: 467px !important;
	margin-right: 0 !important;
}

p.toplink {
	text-align: right;
	margin: 5px 0 0 0 !important;
	font-size: 85%;
	padding: 0 !important;
}

.counter {
	text-align: center;
	margin: 10px auto 0;
	padding-bottom: 10px;
	padding-right: 90px;
}
.counter a img {
	border: 0;
}

.smallernr {
	font-size: 150% !important;
}

.side-gallery strong {
	color: #337700  !important;
	display: block !important;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}
.side-gallery .gpic {
	display: block !important;
	margin: 3px 0 0 0 !important;
	padding: 0 !important;
}
.side-gallery .gpic img {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}
p.div {
	color: #d9871f;
	padding-top:1em;	
}
