* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", "Geneva CE", verdana, lucida, sans-serif;
	background: #fff url("/images/body.gif") repeat-x;
	color: #525252;
	font-size: x-small;
	text-align: center;
	min-width: 771px;
	line-height: 1.4;
}
html>body {
	font-size: small;
}
.noscreen {
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	position: absolute;
	left: -2000px;
}
hr {
	display: none;
}
.end {
	clear: both;
}
/* layout */
#main {
	width: 771px;
	margin: 0 auto;
	text-align: left;
	background:  url("/images/main.gif") repeat-y;
	position: relative;
}
#head {
	height: 199px;
	background:  url("/images/h1.jpg") no-repeat;
	position: relative;
}
#head p {
	width: 25px;
	position:absolute;
	right: 1px;
	top: 80px;
	z-index: 3;
	line-height: 1;
	font-size: 10px;
}
#content {
	width: 100%;
	min-height: 300px;
	height: 300px;
	background:  url("/images/content.jpg") no-repeat;
}
#main>#content {
	height: auto;
}
#nav {
	width: 180px;
	margin-top: 80px;
	background:  url("/images/nav.gif") repeat-y;
	float: left;
}
#text {
	margin-left: 180px;
	padding: 25px 35px 45px 15px;	
}
#bug {
	width: 100%;
}
#foot {
	clear: both;
	background: url("/images/foot.gif") no-repeat;
	color: #1f2b00;
}
/* layout */
/* div for flash animation */
#flash {
	width: 253px;
	height: 102px;
/*	border: 1px solid #fff; */
	position: absolute;
	z-index: 5;
	right: 45px;
	top: 70px;
}
/* div for flash animation */
/* popup */
#actual {
	background: #fff url("/images/actual.jpg") repeat-x;
	text-align: center;
	overflow:auto;
	height: 450px;
}
#actual-in {
	width:350px;
	min-height: 100%;
	height: 100%;
	text-align:justify;
	border-left: 10px solid #b2c200;
	border-right: 10px solid #b2c200;
	background:  url("/images/actualb.jpg") repeat-x left bottom;
}
body>#actual-in {
	height: auto;
}
#actual h3, #actual p {
	padding: 10px 20px 5px 20px;
}
#actual h3 {
	font-size: 130%;
}
#actual ol {
	margin: 10px 20px 5px 20px;
	padding-left: 22px;
}
#actual ol li {
	list-style: lower-alpha;
	padding: 0 0 8px 0;
}
#actual strong {
	color: #000;
}
/* popup */
/* navigation */
#nav ul.men {
	background:  url("/images/ul.jpg") no-repeat left bottom;
	padding-bottom: 98px;
}
#nav ul.men li {
	width: 159px;
	overflow:hidden;
	background:  url("/images/li.gif") no-repeat left bottom;
	list-style: none;
}
#nav a, #nav li.act span {
	width: 159px;
	padding: 4px 0 4px 35px;
	display:block;
	font-size:86%;
	font-weight:bold;
	text-decoration: none;
	color: #4b6301;
}
#nav li.act span {
	background:  url("/images/li.gif") no-repeat right bottom;
}
#nav li>a, #nav li.act>span {
	width: 124px;
}
#nav a:link, #nav a:visited {
	color: #000;
	background:  url("/images/li.gif") no-repeat center bottom;
}
#nav a:hover {
	color: #c43203;
	background:  url("/images/li.gif") no-repeat left bottom;
}
#foot ul {
	text-align: right;
	font-size: 86%;
	font-weight: bold;
	padding: 15px 15px 5px 0;
	margin-left: 90px;
	width: 670px;
}
#foot li {
	display: inline;
}
/* navigation */
/* headers */
h1, h1 span {
	width: 150px;
	height: 199px;
	font-size: 130%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
	cursor: hand;
}
h1 span {
	display: block;
	background:  url("/images/h1.jpg") no-repeat;
	z-index: 2;
}
#home h1 span {
	cursor: default;
}
h2, h2 span {
	width: 621px;
	height: 199px;
	font-size: 110%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
h2 span {
	display: block;
	background:  url("/images/h2.jpg") no-repeat;
	z-index: 2;
	left: 1px;
}
h2>span {
	left: 0;
}
h3 {
	font-size: 100%;
	color:#4d6801;
	text-transform:uppercase;
	padding: 0 0 5px 0;
}
/* headers */
/* paragraphs */
p {
	padding: 0 0 18px 0;
}
#foot p {
	padding: 0 15px 10px 0;
	font-size: 86%;
	text-align: right;
}
p.img {
	padding: 10px 0 5px 0;
	margin: 0 0 15px 0;
	text-align: center;
}
/* paragraphs */
/* lists */
#text ul {
	padding: 0 0 15px 30px
}
#text li {
	list-style: square;
}
/* lists */
/* images */
#head p img {
	border: none;
	margin-bottom: 4px;
}
p.img img
 {
	border: 4px solid #659909;
	margin: 0 8px;
}
p.img a:hover img {
	border: 4px solid #cbf33f;
}
p.full {
	margin: 0;
	padding: 0;
}
p.full img {
	border: none;
}
p .obrazek {
	float: right;
	border: 4px solid #cbf33f;
}
p .obrazek img {
	border: none;
}
p. obrazek2 {
	float: left;
	border: 4px solid #cbf33f;
}
p .obrazek2 img {
	border: 4px solid #cbf33f;
}
/* images */
/* table */
.table {
	width: 100%;
	padding: 5px 0 15px 0;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	width: 100%;
}
thead th {
	background: #ffffe1;
}
th, td {
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #99cc01;
}
th em {
	font-size: 80%;
	font-weight: normal;
}
.name {
	text-align: left;
	width: 298px;
}
.name2 {
	text-align: left;
}
.cena80 {
	width: 80px;
}

tfoot {
	font-size: 86%;
}

.pricelists {
  width: auto;
}

.pricelists th,
.pricelists td {
  border: 0;
  text-align: left;
}


#text .gallery-list li,
#text .imgs li {
  list-style: none;
}

#text .imgs,
#text .gallery-list {
	padding: 0;
}

.gallery-list li {
  margin-bottom:1em;
  border-bottom:1px solid #98CB00;
  padding-bottom:0.5em;
}

.gallery-list img {
  border: 4px solid #659909;
  margin-right: 15px;
}

.gallery-list .desc {
  float: right;
  width: 378px;
}

.gallery-list a:hover img {
	border: 4px solid #cbf33f;
}

.gallery-list h4 {
  margin: 0 0 0.7em 0;
  font-size: 100%;
  _display: inline;
}

.gallery-list div {
  margin: 0.5em 0;
}


.imgs {
  margin-left: 45px;
}

.imgs li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
}

.imgs li img, 
.full img {
	border: 4px solid #659909;
}

.imgs li a:hover img,
.full a:hover img {
	border: 4px solid #cbf33f;
}

.imgs a span {
/*\*/
	position:absolute;
	left:-9999px;
}

.imgs a:hover span {	
  top: 4px;
  left: 4px;
  width: 134px;
  font-weight: bold;
  background: #fff;
  color: #999;
  padding: 5px 0 5px 0;
  font-size: 90%;
  text-transform:uppercase;
  text-align: center;
  filter: alpha(opacity=70);
	-moz-opacity:.7;
  opacity:.70;
  display: block;
  text-decoration: none;
/**/
}

.full {
  text-align: center;
}

.navi {
  padding: 1em 0;
}

.fright {
  float: right;
}

.clear-right {
  clear: right;
}

.photo-desc {
  background: #eefbc3;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}
.objednavky th, .objednavky td {
	border: none;
}
td.vpravo {
text-align:right;
padding-right:10px;
}
td.vlevo {
text-align:left;
padding-left:10px;
}

/* table */
/* links */
a:link, a:visited {
	color: #6d8f00;
}
a:hover {
	color: #000;
}
/* links */
form {
	margin: 15px 0;
}
/*form */
input {
	width: 230px;
	background: #EEE;
	border: 1px solid #54744F;
	margin: 2px;
}
textarea {
	width: 230px;
	height: 100px;
	background: #EEE;
	border: 1px solid #54744F;
}
input.button {
	width: auto;
	background: #777777;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 0 7px;
	margin: 10px 0 0 0;
}
label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	margin: 0 5px 0 0;
	clear: left;
	line-height: 1.7em;
}
#main .padding .rezright {
	float: left;
	margin: 0 0px 0 40px;
}
.first select {
	margin-top: 20px;
}
/*plany v cenikach*/
.plany {
  text-align: center;
}

.plany div {
 float: left;
}

.plany img {
  border: 4px solid #cbf33f;
  margin-right: 5px;
  margin-bottom: 5px;
}

.plany .pod-trilo {
  margin-left: 340px; 
}
/*novinky*/
div.novinky p {
	margin: 0px;
	padding:0px;
}
div#bug h4 {
font-size:120%;
width: 100%
}
.novinky img {
float:left;
margin: 3px 10px 0 0;
}
div.novinky {
margin-bottom:20px;
}
div.novinky strong {
color:#669601;
}
div.new{
width:auto;
height:auto; 
display:block;
clear:both}

div.clear{ clear:both}

div#nav ul.link a.logo{width:90px; height:80px; display:block; padding:0 0 0 5px; margin:10px 0 10px 33px; border:none; background:none; text-decoration:none;}
div#nav ul.link a.logo img{ background:none}
div#nav ul.link a.logo:hover{ background:none; text-decoration:none}
div#nav ul.link{ width:180px; list-style:none; background: none}
div#nav ul.link li{ background:none; background:none}
