body, div, p, form{
	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body{
	background: White url(../gfx/body.jpg) repeat-x scroll top;
	text-align: center;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

#contener {
	width: 1000px;
	margin: auto;
}
#flash {
	height: 113px;
}
/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/
#menu {
	height: 42px;
	margin-bottom: 20px;
} 
/***************************************************************************************************************/
#menu ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 29;
}
#menu ul li {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#menu ul li a {
	float: left;
	padding: 0px 10px;
	height: 42px;
	background: url(../gfx/menu_btn.gif) repeat-x 0px 0px;	
	line-height: 40px;
	font-size: 16px;
	font-family: "Arial Black";
	color: White;
	text-decoration: none;
}
#menu ul li a:hover {
	background-position: 0px -42px;	
	color: #fff165;
}
#menu ul li a.on {
	background-position: 0px -42px;	
	color: #fff165;
}

/**********************************/
#menu ul li ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 0px;
	z-index: 100;
	width: 180px;
	background: #4b691f;
}
#menu ul li ul li {
	display: block;
	height: 23px;
	width: 100%;
}
#menu ul li ul li a {
	display: block;
	height: 23px;
	width: 100%;
	background: #4b691f;
	font-size: 11px;
	line-height: 23px;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	padding-left: 10px;
}
#menu ul li ul li a:hover {
	background: #435c1b; 
	color: #fff165;
}
#menu ul li ul li a.on {
	background: #435c1b; 
	color: #fff165;
}

/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/
#produkt{
	float: right;
	width: 800px;
}
.produkt_left {
	float: left;
	width: 560px;
	overflow: hidden;
}
.produkt_right {
	float: right;
	width: 230px;
	overflow: hidden;
}
.produkt_btn {
	position: relative;
	display: block;
	height: 30px;
	background: #4b691f url(../gfx/produkt_btn_ico.png) no-repeat scroll right 0px;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: normal;
	color: White;
	line-height: 28px;
	text-decoration: none;
	text-align: left;
	padding-left: 35px;
}
.produkt_btn:hover {
	background-color: #435c1b; 
	color: #fff165;
	text-decoration: none;
}
.produkt_btn span {
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	font-size: 0px;
	background: transparent url(../gfx/produkt_btn_ico.png) no-repeat scroll 0px -30px;
}
.produkt_btn span.btn_pytanie {
	background-position: 0px -50px;
}
.produkt_btn span.btn_drukuj {
	background-position: 0px -70px;
}
.produkt_btn span.btn_powieksz {
	background-position: 0px -90px;
}
.produkt_img {
	display: block;
	width: 230px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
}
.pozostale {
	margin: 0px;
	padding: 0px;
}
.pozostale li {
	margin: 0px;
	padding: 0px;
	list-style: none none;
	display: block;
}
.pozostale li a {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 20px 5px 25px 85px;
	text-align: left;
	color: #383838;
	line-height: 20px;
	font-size: 11px;
	background-position: 0px 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	min-height: 40px;
}
/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/
.zakladki_btn {
	height: 35px;
	border-bottom: 2px solid #4b691f;
}
.zakladki_btn a {
	float: left; 
	width: 120px;
	height: 30px;
	margin-right: 15px;
	margin-top: 5px;
	background: #f7f0bb;
	line-height: 30px;
	font-family: Tahoma;
	font-size: 11px;
	color: #8f894b;
}
.zakladki_btn a:hover {
	background: #4b691f;
	color: White;
	text-decoration: none;
}
.zakladki_btn a.on {
	margin-top: 0px;
	height: 35px;
	background: #4b691f;
	line-height: 35px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.zakladki_box {
	border: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.zakladki_box .zakladka_box {
	display: none;
	padding: 25px 15px;
	text-align: justify;
	font-size: 11px;
	font-family: Tahoma;
}
.zakladki_box .on {
	display: block;
}
#rodzaje_box {
	border: none;
}
#rodzaje_box .zakladka_box {
	padding: 0px;
}

.zestawienie {
	width: 100%;
	background: #e5e5e5;
}
.zestawienie td {
	background: white;
	text-align: center;
	padding: 2px;
}
.zestawienie tr.z_head td {
	background: #f7f0bb;
	font-weight: bold;
	color: #8f894b;
}
/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/
#page{
	width: 1000px;
	margin: auto;
}
#lewa{
	width: 190px;
	float: left;
	margin-right: 10px;
}
#prawa{
	width: 240px;
	float: left;
}
#srodek{
	width: 545px;
	float: left;
	padding-bottom: 15px;
}
#footer{
	width: 985px;
	margin: auto;
	clear: both;
	border-top: 1px solid Silver;
}
table.stopka td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Silver;
}
table.stopka td a{
	color: Silver;
	text-decoration: none;
}
table.stopka td a:hover{
	text-decoration: underline;
}
.box{
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FDF9D4;
	width: 228px;
	margin: auto;
}
.box p{
	 color: #764B00;
	 margin: 0px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 padding: 10px;
	 
}
.box_stopka{

	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height: 9px;
}
.box form {
	margin: 0px;
	padding: 0px;
}
input.sz{
	background-image: url(../gfx/bg_input.gif);
	height: 21px;
	background-repeat: no-repeat;
	background-position: center;
	border: 0px;
	text-align: left;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	background-color: transparent;
}

input.sz2{
	background-image: url(../gfx/bg_input2.gif);
	height: 21px;
	background-repeat: no-repeat;
	background-position: center;
	border: 0px;
	text-align: left;
	width: 226px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	background-color: transparent;
}
input.szukaj{
	 background-image: url(../gfx/button_szukaj.gif);
	 width: 57px;
	 height: 21px;
	 border: 0px;
	 background-color: transparent;
	 cursor: pointer;
}
input.wypisz{
	background-image: url(../gfx/button_wypisz.gif);
	 width: 57px;
	 height: 21px;
	 border: 0px;
	 background-color: transparent;
	 cursor: pointer;
}
input.zapisz{
	background-image: url(../gfx/button_zapisz.gif);
	 width: 57px;
	 height: 21px;
	 border: 0px;
	 background-color: transparent;
	 cursor: pointer;
}
input.zaloguj{
	background-image: url(../gfx/button_zaloguj.gif);
	width: 70px;
	height: 22px;
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}
input.wyslij{
	background-image: url(../gfx/button_wyslij.gif);
	width: 70px;
	height: 22px;
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}
.naglowki{
	vertical-align: bottom;
	height: 21px;
}
/*strony html */

div.html_top{
	 background-position: top;
	 background-repeat: no-repeat;
	 width: 536px;
	 margin: auto;
	 text-align: left;
}
div.html_top H1{
	border-bottom: 1px solid Silver;
}
div.html_dol{
	background-color: White;
	background-image: url(../gfx/html_dol.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 536px;
	margin: auto;
	text-align: left;
	color: #575757;
}
div.html_dol .html{
	padding: 10px;
	line-height: 18px;
}
h1{
	margin: 0px;
	padding: 10px;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #006B0A;
	 font-size: 18px;
}
.pogoda{
	background-image: url(../gfx/bg_pogoda.gif);
	width: 145px;
	height: 19px;
	background-repeat: no-repeat;
	margin-left: 15px;
	text-align: left;
	line-height: 19px;
}
.dzien{
	color: #BBBBBB;
	 padding-left: 10px;
	 width: 73px;
	 float: left;
}
.noc{
	color: #BBBBBB;
	 padding-left: 3px;
	  text-align: left;
}
img.pogodaIkona{
	position: absolute;
	margin-top: -20px;
	margin-left: 170px;
}
.naglowek_txt{
	background-color: #F6F6F6;
	border-bottom: 1px solid #DDDDDD;
	color: #005F09;
	font-size: 14px;
	padding-left: 10px;
}
a{
	color: #2D4706;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h3{
	color: #459002;
	border-bottom: 1px solid #EDEDED;
	text-align: left;
	margin-top: 30px;
	position: relative;
	font-size: 14px;
}
h3 div{
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #677758;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 10px;
}
h5{
	color: #D67C01;
	font-size: 15px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 2px;
}
h5 a{
	color: #D67C01;
	font-size: 15px;
	text-decoration: none;
}
.przedstawiciele{
	margin-left: 30px;
	margin-right: 30px;
	color: #696969;
	font-size: 12px;
}
div.oddzial{
	background-color: #FAFFF6;
	border: 1px solid #B1D690;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	color: #008201;
	padding-bottom: 25px;
}
div.miasta{
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #E2E2E2;
	background-color: White;
	margin-bottom: 30px;
	padding: 10px;
	color: #575757;
}
p.miasto{
	background-color: #EFEFEF;
	color: #6C6C6C;
	padding: 4px;
	font-weight: bolder;
}
h4{
	color: #459002;
	margin-bottom: 20px;
	font-size: 15px;
}
.form_kontakt{
	background-color: #FCFCE0;
	border: 1px solid #FAE62D;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8E7616;
}
.skrot_news{
	width: 97%;
	border-bottom: 1px solid #DADADA;
}
p.nagroda{
	background-image: url(../gfx/bg_nagrody.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #654300;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	font-weight: bolder;
}
p.rok{
	color: #459002;
	border-bottom: 1px solid #EDEDED;
	font-size: 14px;
	text-align: left;
	padding-bottom: 4px;
	font-weight: bolder;
}
a.prodName{
	color: #304E08;
	font-size: 15px;
	font-family: Trebuchet MS;
	font-weight: bolder;
}
div.fota{
	width: 120px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	border: 0px solid #E0E0E0;
	float: left;
	margin-right: 10px;
  display: block;
}
div.opisl{
	font-size: 13px;
	margin-left: 15px;
	text-align: left;
	padding-right: 5px;
	border: 0px solid;
	width: 480px;
	cursor: pointer;
}
div.lista{
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 119px;
	margin-bottom: 25px;
	border-bottom: 1px solid #DCDCDC;
}
div.odstep{
	border-bottom: 0px solid #ECD577;
	clear: both;
}
/*produkt*/
.nawigacjaProdP{
	border: 0px solid;
	text-align: left;
	padding: 5px;
}
.nawigacjaProdP a{
	color: #676767;
}
div.prodDetale{
	text-align: left;
	height: 40px;
}
.nazwaProdP{
	border: none;
	margin: 0px;
	padding: 10px;
	font-family: "Arial Black", Arial;
	font-size: 27px;
	color: #F8E415;
	position: absolute;
	font-style: italic;
	letter-spacing: -2px;
}
.nazwaProdPblur0{
	border: none;
	margin: 0px;
	padding: 10px;
	font-family: "Arial Black", Arial;
	font-size: 27px;
	color: #464646;
	position: absolute;
	margin-top: 3px;
	margin-left: 2px;
	font-style: italic;
	letter-spacing: -2px;
}
.nazwaProdPblur1{
	border: none;
	margin: 0px;
	padding: 10px;
	font-family: "Arial Black", Arial;
	font-style: italic;
	font-size: 27px;
	color: Black;
	position: absolute;
	margin-top: -1px;
	margin-left: -1px;
	letter-spacing: -2px;
}
.nazwaProdPblur2{
	border: none;
	margin: 0px;
	padding: 10px;
	font-family: "Arial Black", Arial;
	font-style: italic;
	font-size: 27px;
	color: Black;
	position: absolute;
	margin-top: 1px;
	margin-left: -1px;
	letter-spacing: -2px;
}
.nazwaProdPblur3{
	border: none;
	margin: 0px;
	padding: 10px;
	font-family: "Arial Black", Arial;
	font-style: italic;
	font-size: 27px;
	color: Black;
	position: absolute;
	margin-top: -1px;
	margin-left: 1px;
	letter-spacing: -2px;
}
.nazwaProdPblur4{
	border: none;
	margin: 0px;
	padding: 10px;
	font-family: "Arial Black", Arial;
	font-style: italic;
	font-size: 27px;
	color: Black;
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	letter-spacing: -2px;
}

div.opis{
	font-family: Tahoma;
	text-align: left;
  width: 500px;
  line-height: 18px;
  text-align: justify;
  margin-left: 15px;
  font-size: 13px;
}
a.powieksz{
	width: 88px;
	height: 20px;
	background-image: url(../gfx/button_powieksz.gif);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	margin-left: 600px;
	margin-top: 280px;
}
a:hover.powieksz{
	background-position: bottom;
}
h2{
	 color: #875001;
	 font-size: 20px;
	 text-align: left;
}
h2 a{
	 color: #875001;
	  font-size: 20px;
}
p.nagl{
	 text-align: left;
	font-family: Arial Black;
	font-size: 13px;
	margin-left: 20px;
	margin-bottom: 2px;
}
a.sz{
	color: #676767;
}
a.pokrewne{
	color: #676767;
	font-size: 14px;

}
a.knam{
	font-size: 14px;
}
div.par{
	width: 729px;
	height: 70px;
	background-image: url(../gfx/bg_tab.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
div.pliki{
	text-align: left;
	padding-left: 15px;
	float: left;
	width: 500px;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.pliki a{
	color: #34813B;
}
div.pobierzPlik{
	width: 180px;
	float: left;
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	
	padding-left: 45px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 10px;
}
table.detale td{
	font-size: 12px;
	color: #005308;
	font-weight: bolder;
	line-height: 30px;
}
table.detale td span{
	font-size: 12px;
	color: #373737;
	font-weight: bolder;
}

div.boxSearch{
	border: 0px solid Black;
	width: 230px;
	margin-left: 545px;
	height: 85px;
	position: absolute;
	padding-top: 15px;
}
div.szb{
	background-image: url(../gfx/bg_szukaj_produkt.gif);
	background-repeat: no-repeat;
	text-align: left;
}
div.szb input.txt{
	border: 0px;
	background-color: transparent;
	width: 123px;
	height: 23px;
	margin-left: 2px;
}
input.szukaj2{
	background-image: url(../gfx/button_szukaj_box.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	height: 22px;
	color: White;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 68px;
	cursor: pointer;
}
ul.ob{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.ob li{
	float: left;
	width: 105px;
	border: 0px solid Black;
  margin-left: 5px;
  background-image: url(../gfx/st.gif);
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 5px;
}
ul.ob li a{
	padding-left: 8px;
	color: #863F0F;
}
img.nowosc{
	position: absolute;
	margin-left: 160px;
	margin-top: 60px;
}
.certyfikatyNazwa{
	width: 480px;
	border-bottom: 1px solid #FFEDA6;
	float: left;
	height: 28px;
	line-height: 24px;
	text-align: left;
	margin-left: 50px;
	padding-top: 3px;
}
.certyfikatyPliki{
	border-bottom: 1px solid #FFEDA6;
	width: 220px;
	float: left;
	height: 28px;
	line-height: 27px;
	text-align: left;
	padding-top: 3px;
	
}
.lc{
	clear: both;
}
.parametryTlo{
  background-color: #FCF8D5;
}
.parametryDol{
   background-color: #FCF8D5;
	height: 6px;
}
.parametryTop{
	background-color: #FCF8D5;
}
td.parametryTlo table td{
	border: 1px solid Green;
}
.MsoNormal{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.MsoTableGrid{
	border: 1px solid Green;
}
.kom{
	border: 1px solid #FF7F4F;
	background-color: #FFF9F9;
	color: #FF7F4F;
	padding: 15px;
	text-align: center;
	font-size: 15px;
}
div.txtinfo{
	border: 1px solid #863F0F;
	background-color: #FFEDA6;
	padding: 15px;
	font-size: 13px;
	color: #863F0F;
	margin: 24px;
	text-align: left;
}
#Zapytanie{
	background-color: #FCF4A1;
	border-bottom: 3px solid #FBE442;
	margin-bottom: 20px;
}
.zapytanie{
	width: 400px;
	border: 1px solid #FFEDA6;
	padding: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button_wyslij{
	background-color: #304E08;
	border: 0px;
	color: White;
	font-size: 13px;
	font-weight: bolder;
	padding: 3px;
}
#ccTr{
	font-weight: bolder;
}
.NumeryStron{
	border: 1px solid #FFEDA6;
	text-align: left;
}
a.nrStron{
	float: left;
	padding: 3px;
	margin-right: 10px;
}
.clear{
	clear: both;
}
.r1{
	border: 1px solid #E5E5E5;
	padding: 10px 5px 10px 5px;
	margin-top: 10px;
}
div.n_wyszukiwarka {
	background-image: url(../gfx/naglowki.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-position: 0px 0px;
	margin: 0px 8px 8px 8px;
}
div.n_newsletter {
	background-image: url(../gfx/naglowki.gif);
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0px -15px;
	margin: 0px 8px 8px 8px;
}
div.n_pozostale {
	background-image: url(../gfx/naglowki.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-position: 0px -30px;
	margin: 0px 8px 8px 8px;
}
#lewa_menu ul{
	text-align: left;
	list-style: none;
	font-family: Arial;
	font-weight: bolder;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#lewa_menu ul li{
	border-bottom: 1px solid #E5E5E5;
	background-image: url(../gfx/st_1.gif);
	background-position: right;
	background-repeat: no-repeat;
	line-height: 23px;
}
#lewa_menu ul a{
	color: Black;
	display: block;
	padding-left: 8px;
	font-size: 16px;
	font-family: "Arial Black";
}
#lewa_menu ul a:hover, a.on{
	text-decoration: none;
	background-color: #F8E100;
	color: White;
	background-image: url(../gfx/st_2.gif);
		background-position: right;
	background-repeat: no-repeat;
}
div.ntl{
		background-image: url(../gfx/ico_news.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-position: 0px 0px;
	padding-left: 17px;
}
a.tematNewsHome{
	color: #595959;
}
a.tematNewsHome:hover{
	text-decoration: none;
	color: #F7E200;
}
a.tematNewsHome img{
	vertical-align: text-bottom;
}
.nti{
	padding-left: 17px;
	margin-top: 10px;
	color: #737373;
	margin-bottom: 10px;
}
.dni{
	margin-bottom: 15px;
	color: #C1C1C1;
	padding-left: 17px;
}
.kategorieShopP_1{
	border-bottom: 1px solid #EFEFEF;
	line-height: 22px;
}
.knam{
	color: #385709;
	font-weight: bolder;
}
table.download{
	background-color: #2C4607;
	 margin-top: 20px;
}
table.download td{
	background-color: #FDFDE9;
}
table.download td.r2{
	background-color: #FAFAC0;
}
