/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
  background: #181814 url('../img/pozadi.png') 0% 0% repeat-x;
  color: #fff;
  font-family: 'Verdana', Arial, Courier, sans-serif;
  text-align: center;
  min-width: 895px;
}

.cleaner {
  clear: both;
}

#pattern_pozadi {
  width: auto;
  margin: 0 auto;
	text-align: center;
	min-height: 100%;
	height: 100%;
	position: relative;
	background: transparent url('../img/pattern.png') 50% 0% repeat-y;
}

body>#pattern_pozadi {
 	height: auto;
}

#pattern_prechod {
  width: auto;
  height: auto;
  background: transparent url('../img/pattern_main.png') 50% 0% no-repeat;
}

#main {
  width: 895px;
  margin: 0 auto;
  height: auto;
	position: relative;
}

#header {
  width: 895px;
  height: 184px;
  background: #7f804a url('../img/header.jpg') 0% 0% no-repeat;
  margin: 0;
}

#logo {
  width: 288px;
  height: 184px;
  float: left;
}

#logo h1 {
  width: 288px;
  height: 115px;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  float: left;
  text-align: left; 
}

#logo h1 a{
  width: 288px;
  height: 115px;
  cursor: pointer;
  color: #000;
}

#logo h1 span{
  width: 288px;
  height: 115px;
  background: transparent url('../img/logo.jpg') 0% 0% no-repeat;
  float: left;
  z-index: 2;
  position: absolute;
}

#menu {
  width: 895px;
  height: 50px;
  background: #6c611d url('../img/menu_pozadi.png') 0% 10% repeat;
  margin: 0;
  text-align: center;
  font-family: 'Trajan Pro', Georgia, 'Times New Roman', Times, Arial, Courier, sans-serif;
}

#menu ul{
  list-style: none none;
	font-size: 0.80em;
	color: #f9f291;
	margin: 0;
	padding: 7px 0 0 0;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a{
  width: 149px;
	height: 35px;
  color: #f9f291;
	text-decoration: none;
	display: block;
	float: left;
	background: #000 url('../img/button.jpg') 0% 0% no-repeat;
	line-height: 34px;
}

#menu ul li a.active{
	background: #181818 url('../img/button_hover.jpg') 0% 0% no-repeat;
	color: #f4f0b9;
}

#menu ul li a:hover{
	background: #181818 url('../img/button_hover.jpg') 0% 0% no-repeat;
	color: #f4f0b9;
}

#obsah {
  background: #23201c url('../img/obsah_pozadi.png') 0% 0% repeat-x;
  width: 895px;
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

#leve_menu {
  width: 241px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 15px;
  background: #191919 url('../img/menicko.jpg') 0% 0% no-repeat;
  min-height: 380px;
  height: expression(this.scrollHeight < 380? "380px" : "auto" );
}

#konec {
  width: 241px;
  height: auto;
  background: transparent url('../img/konec.png') 0% 100% no-repeat;
  min-height: 380px;
  height: expression(this.scrollHeight < 380? "380px" : "auto" );
  padding-top: 15px;
  padding-bottom: 25px;
}

#leve_menu ul{
  list-style: none none;
  margin: 0;
  padding: 0;
}

#leve_menu ul li{
  font-size: 0.95em;
  font-weight: lighter;
  text-align: left;
  line-height: 37px;
  text-indent: 15px;
  margin-top: 5px;
}

#leve_menu ul li a{
  color: #ffe598;
  display: block;
  width: 223px;
  height: 40px;
  background: transparent url('../img/menu.gif') 0% 0% no-repeat;
  text-decoration: none;
  overflow: hidden;
}

#leve_menu ul li a:hover{
  background: transparent url('../img/menu_hover.gif') 0% 0% no-repeat;
  color: #fff0c3;
}

#leve_menu ul li a.active{
  background: transparent url('../img/menu_hover.gif') 0% 0% no-repeat;
  color: #fff0c3;
}

#pravy {
  width: 623px;
  height: auto;
  min-height: 500px;
  height: expression(this.scrollHeight < 550? "550px" : "auto" );
  background: #372d16 url('../img/pravy_pozadi.png') 0% 0% repeat-x;
  margin: 0 auto;
}

#text {
  width: 573px;
  height: auto;
  margin: 0 auto;
  background: transparent url('../img/obrazek.jpg') 100% 0% no-repeat;
  padding-bottom: 10px;
}

#pravy h2 {
  color: #dcdb9b;
  font-size: 1.4em;
  text-align: left;
  padding: 10px 0 5px 0;
  margin: 0;
}

#pravy h3, #pravy h4, #pravy h5, #pravy h6 {
  color: #dcdb9b;
  font-weight: bold;
  text-align: left;
  padding: 5px 0 5px 0;
  margin: 0;
}

#pravy h3 {
  font-size: 1.1em;
}

#pravy h4 {
  font-size: 1em;
}

#pravy img {
  margin: 0;
  border: 0;
}

#pravy p {
  color: #e2e1b9;
  font-size: 0.95em;
  font-weight: lighter;
  text-align: justify;
  padding: 5px 0 5px 0;
  line-height: 150%;
}

/* EDIT */

#pravy a, #footer a {
  color: #e2e1b9;
  text-decoration: underline;
}

/* /EDIT */

#pravy address {
  color: #e2e1b9;
  font-size: 0.9em;
  padding: 5px 0 5px 0;
  line-height: 150%;
  text-align: left;
}

#pravy blockquote {
  color: #e2e1b9;
  padding: 5px 10px 5px 10px;
  line-height: 16px;
  text-align: justify;
  border-left: 2px solid #e2e1b9;
}

#pravy blockquote p {
  padding: 0;
  margin: 0;
}

#pravy ul {
  color: #e2e1b9;
  font-size: 0.9em;
  font-weight: lighter;
  text-align: left;
  padding: 5px 0 5px 20px;
  line-height: 150%;
  list-style: square;
}

#pravy ul li {
  padding: 3px 0 3px 0;
}

#pravy ul li a {
  color: #e2e1b9;
  text-decoration: underline;
}

#pravy table {
  border: 0;
  color: #e2e1b9;
  font-size: 0.9em;
}

#pravy table tr td{
  color: #e2e1b9;
  text-align: left;
}

#pravy table tr td.obr {
  width: 150px;
}

#pravy table tr td.text {
  width: 200px;
}

#obsah_konec {
  width: 623px;
  height: 23px;
  background: #372d16 url('../img/obsah_konec.jpg') 0% 0% repeat-x;
}

#pruh {
  width: 663px;
  height: auto;
  float: right;
  background: #23201c url('../img/obsah_pozadi.png') 0% 0% repeat-x;
  margin: 0 0 20px 0;
}

#horni {
  width: 623px;
  height: 28px;
  background: transparent url('../img/horni.png') 0% 0% no-repeat;
}

#paticka {
  width: 895px;
 	height: 105px;
	overflow: hidden;
	text-align: center;
}

#footer {
  width: 856px;
  height: 105px;
  background: transparent url('../img/paticka.gif') 0% 0% no-repeat;
  margin: 0 auto;
}

/* EDIT by TT 20081219 */

#footer p {
  color: #dcdb9b;
  font-size: 0.7em;
  font-weight: lighter;
  padding-top: 20px;
}

#footer p.lynx {
  color: #160f04;
  text-align: center;
  padding: 20px 30px 0;
}

#footer p.lynx a {
  color: #160f04;
}

/* /EDIT */

/* ADDED by TT 20081219 */

  /* styl tabulky */
  
#text table {
  margin: 10px;
  border-collapse: collapse;
}

#text table tr td, #text table tr th {
  padding: 5px;
  border: 1px solid #c0c0c0;
  margin: 0;
}

  /* hover odkazu v textu a paticce */

#text a:hover, #footer a:hover {
  color: #fff;
}

  /* styl formulare */
  
#order-form {
  margin: 0;
  padding: 0;
}

#order-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

#order-form fieldset legend {
  display: none;
}

#order-form fieldset h3 {
  font-style: italic;
  margin: 10px 0 15px;
  border-bottom: 1px solid #986;
}

.order-row {
  padding: 5px 0;
  font-size: 0.9em;
  text-align: right;
}

#order-form fieldset input {
  clear: right;
}

input.textinput, input.halfinput, select.textinput, select.halfinput, textarea.textinput {
  background: #110;
  color: #fff;
  border: 1px solid #654;
  line-height: 18px;
/*  height: 18px;*/
  padding: 0 2px;
}

textarea.textinput {
  height: 70px;
}

input.checkinput {
  background: #110;
  color: #fff;
  border: 1px solid #654;
  width: 15px;
  height: 15px;
}

input.radioinput {
  background: #110;
  color: #fff;
  border: 0;
  width: 15px;
  height: 15px;
}

input.textinput, select.textinput, textarea.textinput {
  width: 400px;
}

input.halfinput, select.halfinput {
  width: 150px;
}

#order-form fieldset label {
  display: block;
  float: left;
  width: 150px;
  text-align: left;
}

#order-sample {
  clear: both;
}

label.badinput {
  color: #f00;
}

.submitinput {
  float: right;
  height: 25px;
  width: 250px;
  margin: 8px 0;
}

.explaintext {
  font-size: 0.8em;
  font-style: italic;
  padding: 5px 0;
  text-align: left;
  color: #cc9;
}

/* ADDED 2008-12-22 - styly pro Flash */

#header {
  position: relative;
}

#flashbox {
  width: 45px;
  height: 21px;
  position: absolute;
  top: 150px;
  left: 10px;
}

/* zakulaceni */

#leve-kulate {
  height: 100%;
  width: 100%;
  background: transparent url('../img/konec.png') 0% 100% no-repeat;
  min-height: 380px;
  height: expression(this.scrollHeight < 380? "380px" : "auto" );
}

/* galerie */

.gallery-galbox, .gallery-photobox {
  width: 105px;
  margin: 20px 0 0 8px;
  float: left;
  position: relative;
}

#pravy div.gallery-galbox img, #pravy div.gallery-photobox img {
  margin: 10px;
}

.gallery-galbox {
  text-align: center;
  height: 128px;
}

.gallery-photobox {
  text-align: center;
  height: 109px;
}

.gallery-photolink, .gallery-newlink {
  position: relative;
  display: block;
  width: 85px;
  text-decoration: none;
}

.gallery-photolink span {
  display: table-cell;
  vertical-align: middle;
  width: 85px;
}

.gallery-photobox a.gallery-photolink span {
  height: 76px;
  cursor:pointer;
}

.gallery-galbox a.gallery-photolink span {
  height: 97px;
  cursor:pointer;
}

.gallery-galbox a.gallery-photolink {
  background: transparent url('../img/gallery-folder.png') 0% 0% no-repeat;
  height: 128px;
}

.gallery-photobox a.gallery-photolink {
  background: transparent url('../img/gallery-photo.png') 0% 0% no-repeat;
  height: 109px;
}

.gallery-photolink strong, .gallery-newlink strong {
  height: 30px;
  width: 85px;
  text-align: center;
  display: block;
  font-size: 0.7em;
  position: absolute;
  overflow: hidden;
  left: 0;
  cursor:pointer;
}

.gallery-galbox a.gallery-photolink strong {
  top: 98px;
}

.gallery-photobox a.gallery-photolink strong, .gallery-photobox a.gallery-newlink strong {
  top: 79px;
}

