/*
 *	@www: http://www.brade.cz
 *	@copyright: (c)2007 brabec design
 *	@author: Jakub Brabec
 *	@email: brabec@brade.cz
*/

body {
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #125301;
	text-align: center;
	color: white;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

a {
	color: #ffaf03;
}
a:hover {
	color: white;
}
html > body hr.clean {
	margin: -1px 0 0 0;
}
hr.clean {
	margin: -10px 0 0 0;
	clear: both;
	padding: 0;
	visibility: hidden;
	height: 1px;
	border: none;
	display: block;
	text-align: center;
}
img {
	border: none;
}

.main {
	width: 757px;
	margin: auto;
	text-align: left;
}

/* hlavicka */
.head {
	width: 100%;
	height: 58px;
}
.head h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	width: 334px;
	height: 59px;
}
.head h1 a span {
	display: block;
	width: 334px;
	height: 59px;
	background-image: url(../images/layout/h1.jpg);
	position: absolute;
	cursor: pointer;
}
.headDecor {
	width: 757px;
	background-image: url(../images/layout/head.jpg);
	height: 167px;
}
/* footer */
.footer {
	height: 99px;
	background-image: url(../images/layout/bg-footer.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #0a3c07;
	display: block;
	font-size: 11px;
}
.footer .text {
	padding: 45px 0 5px 40px;
}
.footer .text a {
	text-decoration: none;
}
.footer .dec {
	float: right;
	height: 99px;
	width: 123px;
	background-image: url(../images/layout/bg-footer1.gif);
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
}
.footer a.maker {
	background-image: url(../images/icons/maker.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 20px;
	position: absolute;
	margin: 60px 0 0 510px;
}
.footer a.maker:hover {
	background-image: url(../images/icons/maker-on.gif);
}
/* menu */
ul.menu {
	width: 753px;
	margin: 0 0 0 2px;
	padding: 0;
	background-color: #094308;
	list-style: none;
	height: 30px;
}
ul.menu li {
	float: left;
}
html > body ul.menu li a {
	display: block;
}
ul.menu li a {
	padding: 6px 20px 0 20px;
	height: 24px;
	text-decoration: none;
	color: white;
	background-image: url(../images/layout/menu-li0.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
}
ul.menu li a:hover, ul.menu li a.current {
	color: #FFAF03;
	background-image: url(../images/layout/menu-li1.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
/* jidelak */
.right-panel {
	width: 176px;
	height: auto;
	float: right;
	margin: 0 2px 10px 0;
}
html > body .right-panel div.menu {
	width: 156px;
}
.right-panel div.menu {
	background-color: #29651b;
	width: 176px;
	height: auto;
	padding: 10px;
	font-size: 11px;
}
.right-panel div.menu span.orange {
	color: #FFAF03;
	display: block;
	padding: 2px 0 0 0;
	float: left;
	clear: left;
}
.right-panel div.menu span.text {
	display: block;
	padding: 2px 0 0 6px;
	float: left;
	width: 115px;
}
.right-panel div.menu img {
	display: block;
	clear: left;
	margin: 10px 0 0 0;
}
/* obsah */
.left-content {
	margin: 0;
	width: 574px;
}
p {
	padding: 10px;
	margin: 10px 20px 10px 20px;
}
p.green {
	color: #ffaf03;
	background-color: #29651b;
}
ul.facts {
	padding: 0;
	margin: 10px 20px 10px 30px;
	list-style: none;
	color: white;
	font-size: 11px;
}
ul.facts li {
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	background-image: url(../images/decors/li-why.gif);
	background-repeat: no-repeat;
}

/* albums */
ul.albums {
	list-style: none;
	padding: 0;
	margin: 20px 40px 20px 40px;
	display: block;
}
html > body ul.albums li {
	width: 140px;
	height: 130px;
}
ul.albums li {
	text-align: center;
	width: 160px;
	height: 150px;
	padding: 10px;
	float: left;
	background-color: #29651b;
	margin: 1px;
}

/* reservation */
.reservation span {
	width: 110px;
	display: block;
	float: left;
	padding: 3px 0 0 0;
}
input.text, textarea.text {
	border: 1px solid #125301;
	width: 200px;
	vertical-align: middle;
}
textarea.text {
	height: 50px;
}
input.send {
	border: none;
	color: white;
	cursor: pointer;
	padding: 5px;
	background-color: #29651b;
	background-image: url(../images/decors/button.jpg);
	background-repeat: repeat-x;
}