body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.7em;
	font-family: "Tahoma", "Tahoma CE", "Arial", "Verdana" ,"Helvetica", sans-serif;
	background: #4e7500 url("../pics/body-bg.png") center top repeat-x;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#obsah {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#vrsek {
	display: block;
	width: 970px;
	height: 75px;
	background: url("../pics/vrsek-bg.png") left top no-repeat;
}
#vrsek h1, #vrsek h1 a, #vrsek h1 a span {
	display: block;
	width: 202px;
	height: 75px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	font-size: 1.2em;
	color: #fff;
}
#vrsek h1 {
	float: left;
}
#vrsek h1 a span {
	position: absolute;
	z-index: 50;
	line-height: 0;
	font-size: 0;
	background: url("../pics/logo.png") left top no-repeat;
}
#langs {
	display: block;
	width: 212px;
	height: 29px;
	padding-top: 46px;
	float: right;
}
#langs a {
	display: block;
	width: 65px;
	height: 29px;
	line-height: 29px;
	float: left;
	margin-right: 1px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #1f3000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
}
#langs a:hover, #langs a.active {
	background-position: left top;
	background-color: #7aa729;
	font-weight: bold;
}
#langs a#cz {
	background-image: url("../pics/lang-tabs-cz.png");
}
#langs a#en {
	background-image: url("../pics/lang-tabs-en.png");
}
#langs a#de {
	background-image: url("../pics/lang-tabs-de.png");
}

#hlavicka {
	display: block;
	width: 970px;
	height: 330px;
	line-height: 1.5em;
}
#menu {
	display: block;
	width: 202px;
	height: 330px;
	background: #f0f0f0 url("../pics/menu-bg.png") left top no-repeat;
	float: left;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 194px;
	line-height: 25px;
}
#menu ul {
	padding-top: 24px;
	margin-left: 4px;
}
#menu ul.cz {
  padding-top:10px !important;
}
#menu li {
	height: 25px;
	margin-bottom: 1px;
}
#menu li a {
	display: block;
	width: 174px;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #c6c6c6;
	color: #505050;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover, #menu li a.active {
	background-position: left bottom;
	background-color: #4e7500;
	color: #fff;
}
#menu li#button01 a {
	background-image: url("../pics/button-01.png");
}
#menu li#button02 a {
	background-image: url("../pics/button-02.png");
}
#menu li#button03 a {
	background-image: url("../pics/button-03.png");
}
#menu li#button04 a {
	background-image: url("../pics/button-04.png");
}
#menu li#button05 a {
	background-image: url("../pics/button-05.png");
}
#menu li#button06 a {
	background-image: url("../pics/button-06.png");
}
#menu li#button07 a {
	background-image: url("../pics/button-07.png");
}
#menu li#button08 a {
	background-image: url("../pics/button-08.png");
}
#menu li#button09 a {
	background-image: url("../pics/button-09.png");
}
#menu li#button10 a {
	background-image: url("../pics/button-10.png");
}
#menu li#button11 a {
	background-image: url("../pics/button-11.png");
}

#menu li#button12 a {
	background-image: url("../pics/button-11.png");
}

.reakce_firmy {
  font-size: 1.2em;
  color: yellow;
  font-weight: bold;
}

#stred {
	display: block;
	width: 512px;
	height: 284px;
	background: #f0f0f0 url("../pics/hlavicka-bg.jpg") left top no-repeat;
	float: left;
}
#aktuality {
	display: block;
	width: 256px;
	height: 269px;
	padding-top: 15px;
	background: #f0f0f0 url("../pics/aktuality-bg.png") left top no-repeat;
	float: left;
}
#aktuality .matrjoska {
	margin: 0 25px 0 15px;
}
#aktuality h2 {
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 1.1em;
/* 	letter-spacing: -1px; */
	background: url("../pics/aktuality-bar-bg.png") right center no-repeat;
	color: #4e7500;
}
.aktualita a.left, .aktualita a.left img {
	display: none;
	width: 57px;
	border: 0;
}
.aktualita a.left {
	float: left;
	margin-right: 5px;
}
.aktualita .right {
	display: block;
	width: 154px;
	width: 211px;
	float: left;
}
.aktualita .right h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
}
.aktualita .right h3 a {
	color: #4e7500;
	text-decoration: none;
}
.aktualita .right h3 a:hover {
	text-decoration: underline;
}
.aktualita .right p {
	margin: 0;
	text-align: justify;
	color: #606060;
}
.aktualita .right p b {
	color: #848484;
}
.aktualita .right p.te strong {
  color:#ff0000;
  font-size:14px;
}
#aktuality .podtrzeni {
	width: 100%;
	height: 11px;
	line-height: 0;
	font-size: 0;
	float: none;
	clear: both;
	background: url("../pics/aktuality-podtrzeni.gif") left center repeat-x;
}







#kosik {
	display: block;
	width: 768px;
	height: 46px;
	background: #39500a url("../pics/kosik-bg.png") left top no-repeat;
	float: left;
}
#kosik .inner {
	display: block;
	width: 727px;
	padding: 0 0 0 26px;
	height: 40px;
	Line-height: 40px;
}
#kosik p {
	display: block;
	height: 40px;
	Line-height: 40px;
	margin: 0;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #fff;
	overflow: hidden;
}
#kosik p.sdph {
	width: 165px;
	padding-left: 18px;
	background-image: url("../pics/ikona-kosik.gif");
}
#kosik p.bezdph {
	width: 165px;
	padding-left: 25px;
	background-image: url("../pics/ikona-procenta.gif");
}
#kosik p.pocpol {
	width: 155px;
	padding-left: 13px;
	background-image: url("../pics/ikona-i.gif");
}
#kosik p.showcart {
	width: 155px;
	padding-left: 22px;
	background-image: url("../pics/ikona-sipky.gif");
}
#kosik p.showcart a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#kosik p.showcart a:hover {
	text-decoration: underline;
}
#main {
	display: block;
	width: 970px;
	background: #4e7500 url("../pics/main-bg.png") right top no-repeat;
	line-height: 1.5em;
}

#main-main {
	display: block;
	width: 768px;
	float: right;
	overflow: hidden;
	color: #fff;
}
#main-main .matrjoska {
	margin: 0 40px 0 25px;
}
#main-main h2 {
	text-transform: uppercase;
	margin: 15px 0;
	font-size: 1.5em;
/* 	color: #e5dd00; */
}
#main-main h3 {
	font-size: 1.3em;
	color: #e5dd00;
}
#main-main  h3.tunedh3 {
	width: 727px;
	height: 27px;
	line-height: 27px;
	padding-left: 16px;
	background: url("../pics/bar.gif") left top no-repeat;
	color: #4b6600;
}
#main-main p {
	text-align: justify;
}
#main-main a {
	color: #ffff00;
	font-weight: bold;
}
#main-main .ceny {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#main-main .ceny th {
	border: 1px solid #7ae0e9;
}
#main-main .ceny td {
	border: 1px solid #7ae0e9;
}
#main-main li {
	line-height: 1.5em;
}

#main-main #panel-big {
	display: block;
	width: 754px;
	height: 207px;
	background: #4f5e00 url("../pics/banner.png") left top no-repeat;
}
#main-main #panel-big ul {
	margin-left: 430px;
	padding-top: 65px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8em;
}
#main-main #panel-big_en {
	display: block;
	width: 754px;
	height: 207px;
	background: #4f5e00 url("../pics/panel-bg-en.png") left top no-repeat;
}
#main-main #panel-big_en ul {
	margin-left: 420px;
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8em;
}
#main-main #panel-big_de {
	display: block;
	width: 754px;
	height: 207px;
	background: #4f5e00 url("../pics/panel-bg-de.png") left top no-repeat;
}
#main-main #panel-big_de ul {
	margin-left: 420px;
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8em;
}
#main-main #panel-small {
	display: block;
	width: 754px;
	height: 113px;
	padding: 5px 0;
	background: #304407 url("../pics/panel-small-bg.png") left top no-repeat;
	overflow: hidden;
}
#main-main #panel-small h3, #main-main #panel-small h3 span {
	display: block;
	width: 745px;
	height: 28px;
	line-height: 28px;
	margin: 0;
	font-size: 1.2em;
	position: relative;
	left: 0;
	top: 0;
}
#main-main #panel-small h3 {
	margin: 5px 0 10px 0;
}
#main-main #panel-small h3 span {
	position: absolute;
	line-height: 0;
	font-size: 0;
	z-index: 50;
	background: url("../pics/panel-small-h2.png") left top no-repeat;
}

#main-main #panel-small h3.de {
	margin: 5px 0 10px 0;
}
#main-main #panel-small h3.de span {
	position: absolute;
	line-height: 0;
	font-size: 0;
	z-index: 50;
	background: url("../pics/de-panel-small-h2.png") left top no-repeat;
}

#main-main #panel-small h3.en {
	margin: 5px 0 10px 0;
}
#main-main #panel-small h3.en span {
	position: absolute;
	line-height: 0;
	font-size: 0;
	z-index: 50;
	background: url("../pics/en-panel-small-h2.png") left top no-repeat;
}


#main-main #panel-small a {
	color: #fff;
	text-decoration: none;
}
#main-main #panel-small a:hover {
	text-decoration: underline;
}
#main-main #panel-small .quart {
	float: left;
}
#main-main #panel-small .quart ul, #main-main #panel-small .quart li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-main #panel-small p.quart {
	margin: 0 20px;
}
#main-main #panel-small ul.quart {
	margin: 1.5em 20px 0 0;
	padding-left: 20px;
	border-left: 1px solid #7b8760;
}
#main-main #panel-small ul.quart {
  padding-right: 0px;
  margin-right: 4px;
  margin-left: 5px;
}

#main-main .bunka {
	display: block;
	width: 727px;
/* 	height: 210px; */
	margin-bottom: 15px;
}
#main-main .bunka .topik {
	display: block;
	width: 559px;
	height: 40px;
	background: #2a3f04 url("../pics/bunka-top-bg.png") left top no-repeat;
	overflow: hidden;
	margin-bottom: 2px;
}
#main-main .bunka .topik h3 {
	display: block;
	width: 332px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	float: left;
	margin-right: 14px;
	font-size: 1.2em;
}
#main-main .bunka .topik h3 a {
	color: #fff;
	text-decoration: none;
	margin-left: 16px;
}
#main-main .bunka .topik h3 a:hover {
	text-decoration: underline;
}
#main-main .bunka .topik fieldset {
	padding-top: 11px;
}
#main-main .bunka .topik input.it {
	display: block;
	width: 63px;
	height: 13px;
	line-height: 13px;
	border: 0;
	padding: 3px 5px;
	float: left;
	font-family: "Tahoma", "Tahoma CE", "Arial", "Verdana" ,"Helvetica", sans-serif;
	font-size: 0.9em;
	border: 0;
	background: #fff url("../pics/bunka-input-bg.png") left top no-repeat;
	color: #4c4c4c;
	text-align: right;
}
#main-main .bunka .topik label {
	display: block;
	width: 33px;
	height: 19px;
	line-height: 19px;
	line-height: 19px;
	padding: 0 3px;
	float: left;
}
#main-main .bunka .topik input.submit {
	display: block;
	width: 95px;
	height: 20px;
	line-height: 20px;
	float: left;
	background: #bc0000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#main-main .bunka h3.mid {
	display: block;
	width: 543px;
	height: 40px;
	line-height: 40px;
	padding-left: 16px;
	background: #2a3f04 url("../pics/bunka-mid-bg.png") left top no-repeat;
	overflow: hidden;
	margin-bottom: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
}
#main-main .bunka a.left, #main-main .bunka a.left img {
	display: block;
	width: 162px;
	height: 204px;
	border: 0;
}
#main-main .bunka a.left {
	float: left;
	margin-right: 6px;
}
#main-main .bunka a.left img {
	background: #efefef;
}
#main-main .bunka .right {
	display: block;
	width: 559px;
	float: left;
	overflow: hidden;
}
#main-main .bunka .right table {
	width: 559px;
	border: 0;
	border-collapse: collapse;
}
#main-main .bunka .right table th {
	width: 158px;
	height: 19px;
	line-height: 19px;
	background: #375005;
	color: #fff;
	border: 1px solid #466a00;
	border-width: 0 1px 1px 0;
	padding-left: 16px;
}
#main-main .bunka .right table td {
	width: 368px;
	height: 19px;
	line-height: 19px;
	background: #3f5c04;
	border: 1px solid #466a00;
	border-width: 0 0 1px 0;
	padding-left: 16px;
}
#main-main .bunka .right table .prvni th {
	padding-top: 11px;
	background: #375005 url("../pics/bunka-roh-lt.gif") left top no-repeat;
}
#main-main .bunka .right table .prvni td {
	padding-top: 11px;
	background: #3f5c04 url("../pics/bunka-roh-rt.gif") right top no-repeat;
}
#main-main .bunka .right table .posledni th {
	padding-bottom: 11px;
	background: #375005 url("../pics/bunka-roh-lb.gif") left bottom no-repeat;
}
#main-main .bunka .right table .posledni td {
	padding-bottom: 11px;
	background: #3f5c04 url("../pics/bunka-roh-rb.gif") right bottom no-repeat;
}

#kosikpage table {
	border: 0;
	border-collapse: collapse;
	width: 500px;
	margin: 0 auto;
}
#kosikpage table th {
	background: #233207;
	color: #fff;
	border: 1px solid #4d7400;
	padding: 2px 5px;
}
#kosikpage table th.blank {
	background: transparent;
}
#kosikpage table td {
	background: #4d7400;
	color: #fff;
	border: 1px solid #233207;
	padding: 2px 5px;
}
#kosikpage table td img {
	border: 0;
}
#kosikpage table tr.blank td {
	border: 0;
}
#regform td {
	padding-bottom: 3px;
}
#regform input.submit, input.submit123 {
	border: 1px solid #bb0000;
	background: #bb0000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#main-main .bunka h3.det {
	height: 30px;
	line-height: 30px;
	background: #2a3f04 url("../pics/h3-det-bg") left top no-repeat;
	color: #fff;
	padding-left: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 1.1em;
}
#main-main .bunka .gal {
	background: #3f5c04 url("../pics/gal-bg.gif") left bottom no-repeat;
	padding: 10px 0;
}
#main-main .bunka .gal a {
	display: block;
	height: 154px;
	float: left;
	margin: 0 10px 10px 10px;
}
#main-main .bunka .gal a img {
	display: block;
	height: 150px;
/* 	border: 2px #ffff00 solid; */
	border: 0;
}



#outer-left {
	display: block;
	width: 202px;
	float: right;
	background: #cecece url("../pics/left-bottom-bg.png") left bottom no-repeat;
}
#left {
	display: block;
	width: 202px;
	padding-top: 6px;
	background: url("../pics/left-top-bg.png") left top no-repeat;
}
#left h2, #left h2 span {
	display: block;
	width: 202px;
	height: 23px;
	line-height: 23px;
	margin: 0;
	position: relative;
	left: 0;
	top: 0;
}
#left h2 {
	background: #7d7d7d;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 10px 0;
}
#left h2 span {
	position: absolute;
	z-index: 50;
	line-height: 0;
	font-size: 0;
}
#left h2.velkoobchod span {
	background: url("../pics/left-h2-velkoobchod.png") left top no-repeat;
}
#left h2.video span {
	background: url("../pics/left-h2-video.png") left top no-repeat;
}
#left h2.search span {
	background: url("../pics/left-h2-search.png") left top no-repeat;
}
#left .matrjoska {
	margin: 0 12px 0 15px;
}
#left fieldset br {
	clear: left;
}
#left input.it {
	display: block;
	width: 135px;
	height: 13px;
	line-height: 13px;
	margin: 0 6px 4px 0;
	padding: 3px;
	font-family: "Tahoma", "Tahoma CE", "Arial", "Verdana" ,"Helvetica", sans-serif;
	font-size: 0.9em;
	border: 0;
	background: #fff url("../pics/left-input-bg.png") left top no-repeat;
	color: #4c4c4c;
	float: left;
	text-align: center;
}
#left input.submit {
	display: block;
	width: 26px;
	height: 17px;
	background: #d40000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	float: left;
}
#left #logform {
	padding-bottom: 10px;
}
#left #logform input.submit {
	position: relative;
	left: 0;
	top: -10px;
}
#left #logform ul, #left #logform li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #585858;
}
#left #logform li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #585858;
	font-size: 0.9em;
}
#left #logform li a:hover {
	text-decoration: underline;
}

#left #video {
	display: block;
	width: 175px;
	height: 124px;
	margin: 10px auto;
	background: #000;
}
#left #video img {
	display: block;
	width: 175px;
	height: 124px;
	border: 0;
}




#left #search {
	padding-bottom: 50px;
}


#paticka {
	display: block;
	width: 970px;
	height: 31px;
	padding-top: 34px;
	background: url("../pics/paticka-bg.png") left bottom no-repeat;
}
#paticka p {
	display: block;
	width: 740px;
	height: 31px;
	line-height: 31px;
	margin: 0;
	margin-left: 212px;
	color: #fff;
}
#paticka p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#paticka p a:hover {
	text-decoration: underline;
}

tr.pol_nadpis {
  background-color:#ffff00;
  color:#4b6600;
  font-weight:bold;
}
tr.pol_kosik1 {
  background-color:#375005;
}

tr.pol_kosik2 {
  background-color:#3f5c04;
}

tr.pol_kosik1 td {
  padding:4px;
}

td.cervena {
  background-color:#c90000;
}

tr.pol_kosik2 td {
  padding:4px;
}

#katalog input {
  border:1px solid #375005;
}

.cleaner {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	float: none;
	clear: both;
}
.silver {
	padding-top: 1px;
	background: #e2e2e2;
}

.error {
  background-color:#ff0000;
  color:#ffffff;
  font-weight:bold;
  text-align:center;
  padding:10px;
}

.skryto {
    display: none;
}
