/* NULOVANI */
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
}
/* BASIC STYLE FOR EDITOR CONTENT */
h1, h2, h3, h4, h5, h6 {
	padding: 5px 0 10px 0;
}
p {
	padding: 0 0 10px 0;
}
/* HIDE */
#header h1 {
	padding: 0;
}
#header h1 span, h6 {
	display: none;
}
/* BODY */
body {
	background: url(images/bg.jpg);
	text-align: center;
}
/* LAYOUT */
#box {
	background: url(images/box.gif) repeat-y;
	color: #4A3811;
	font: 80% Arial, Verdana, Geneva, sans-serif;
	margin: 20px auto;
	position: relative;
	text-align: left;
	width: 981px;
}
#schody-holder {
	background: url(images/schody.jpg) repeat-y 176px 53px;
}
/* HEADER */
#header {
	background: url(images/header.gif) repeat-x;
	height: 53px;
}
#header h1 {
	background: url(images/h1.gif) repeat-x;
	height: 53px;
	margin: 0 1px;
}
#header a.logo {
	display: block;
	height: 41px;
	position: absolute;
	top: 7px;
	left: 725px;
	width: 222px;
}
/* MENU */
#menu {
	float: left;
	font-size: 92%;
	width: 238px;
}
#menu ul {
	border-top: 1px solid #684419;
	border-bottom: 1px solid #D1AB86;
	width: 176px;
}
#menu ul ul {
	border: 0;
	font-size: 92%;
}
#menu a, #menu span {
	border-top: 1px solid #D1AB86;
	border-bottom: 1px solid #7B6A4A;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0 2px 30px;
}
#menu ul ul a, #menu ul ul span {
	font-weight: normal;
	padding: 6px 0 2px 45px;
	text-transform: lowercase;
}
#menu ul ul ul a, #menu ul ul ul span {
	font-weight: normal;
	padding: 6px 0 2px 60px;
	text-transform: lowercase;
}
#menu a {
	background: #B08F6E url(images/menu_a.gif) no-repeat left bottom;
	color: #FFFAE1;
	text-decoration: none;
}
#menu ul ul a {
	background: #9E7D5C url(images/menu_ul_a.gif) no-repeat left bottom;
}
#menu ul ul ul a {
	background: #9E7D5C url(images/menu_ul_ul_a.gif) no-repeat left bottom;
}
#menu a:hover {
	color: #4E361F;
}
#menu span {
	background: #B08F6E url(images/menu_span.gif) no-repeat left bottom;
}
#menu ul ul span {
	background: #9E7D5C url(images/menu_ul_span.gif) no-repeat left bottom;
}
#menu ul ul ul span {
	background: #9E7D5C url(images/menu_ul_ul_span.gif) no-repeat left bottom;
}
/* CONTENT */
#content {
	background: url(images/schody.gif) no-repeat bottom right;
	border-top: 1px solid #754F1E;
	float: left;
	min-height: 200px;
	_height: 200px;
	padding-bottom: 90px;
	width: 743px;
}
.navi {
	background: #E3D8AA;
	font-size: 88%;
	height: 2em;
	line-height: 2em;
	padding-left: 36px;
}
.navi li {
	background: url(images/navi.gif) no-repeat right;
	float: left;
	padding-right: 25px;
}
.navi li.last {
	background: transparent;
	padding-right: 0;
}
.navi a {
	color: #3F2D06;
	text-decoration: none;
	text-transform: uppercase;
}
.navi a:hover {
	text-decoration: underline;
}
#kontakt {
	padding: 10px 36px;
}
/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat;
	clear: both;
	font-size: 88%;
	height: 25px;
}
#footer p {
	color: #FFFAE1;
	line-height: 25px;
	padding: 0 12px;
}
#footer p a {
	color: #FFFAE1;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFFAE1;
	text-decoration: underline;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
}
/* KONTAKT */
#kontakt table {
	border: 0;
}
#kontakt td {
	vertical-align: top;
	padding: 3px;
}
#kontakt label {
	display: block;
	text-align: right;
	position: relative;
	top: 0.2em;
}
#kontakt input, #kontakt textarea {
	width: 350px;
}
#kontakt .btn input {
	width: auto;
}
/* SCHODY */
#schody {
	padding: 10px 35px;
}
#schody table {
	background: #402101;
	border: 1px solid #402101;
	border-collapse: collapse;
	margin: 20px 0;
	width: 673px;
}
#schody td {
	background: White;
	border: 1px solid #A17415;
	padding: 2px 5px;
	vertical-align: top;
}
#schody td.nazev {
	width: 80px;
}
#schody td.cena {
	width: 200px;
}
#schody_show {
	color: #4A3811;
	padding: 30px 0;
}
#schody_show a, #schody a, p.back a {
	color: #A17415;
	font-weight: bold;
}
#editor {
	overflow: hidden;
	margin-left: 35px;
	width: 643px;
}
#editor img {
	margin: 0 15px;
}
p.back {
	clear:both;
	padding-top: 3em;
	margin-left: 35px;
}
#image {
	float: left;
	text-align: center;
	width: 300px;
}
#image img {
	border: 1px solid #402101;
	margin-left: 35px;
}
#produkt {
	margin-left: 300px;
}
#props {
	background: White;
	border: 1px solid #402101;
	margin-right: 30px;
}
#props h3, #props p {
	padding-left: 20px;
	padding-right: 20px;
}
#props p img {
	margin-left: 1em;
}
/* GALERIE */
#galerie {
	margin: 10px 0;
	width: 426px;
}
#galerie li {
	background: #402101;
	float: left;
	height: 129px;
	margin: 0 13px 13px 0;
	overflow: hidden;
	width: 129px;
}
#galerie li div.imagebox {
	background: #FDF5E6;
	cursor: pointer;
	margin: 1px;
	height: 127px;
	overflow: hidden;
	text-align: center;
	width: 127px;
}
#galerie .imagebox img {
	margin: 1px;
}
