/* regesta CSS */

* {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	
	background: #F5F5F5 url(img/bodyBg.png) top repeat-x;
}


a:link {
	color: #99CC66;
	text-decoration: none;
}

a:visited {
	color: #1E5325;
}

a:hover {
	color: #1E5325;
	text-decoration: underline;
}

a:active {
	color: #1E5325;
}

p {
	
	line-height: 1.5;
}


#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
	height: 266px;
	background:  url(img/header.jpg) top no-repeat;
	position: relative;
	
}




#flashHeaderBody{
	width: 900px;
	height: 180px;

	margin-top: 6px;
	position: absolute;
	z-index: 0;
	top: 12px;
	left: 2px;
}

#topMenu {
	position: absolute;
	width: 310px;
	top: 8px;
	left: 580px;
}

#topMenu ul {
	list-style: none;
	float: right;
}

#topMenu li {
	float: left;
}

#topMenu li a {
	display: block;
	padding: 0 18px;
}

#topMenu li a.home {
	background: url(img/icon_home.gif) left center no-repeat;
}

#topMenu li a.sitemap {
	background: url(img/icon_sitemap.gif) left center no-repeat;
}

#topMenu li a.contact {
	background: url(img/icon_contact.gif) left center no-repeat;
}

#topMenu li a:link {
	color: #333;
	text-decoration: none;
}

#topMenu li a:visited {
	color: #333;
}

#topMenu li a:hover {
	color: #999;
	text-decoration: underline;
}

#topMenu li a:active {
	color: #333;
}

/* nawigacja
**************************************************************************/
div#TopNav {
	position: absolute;
	top: 40px;
	right: 20px;
	text-align: right;
	/*border: 1px solid red;*/
	width: 350px;
	height: 180px;
}
a.TopNav1, a.TopNav2, a.TopNav3, a.TopNav4, a.TopNav5 {
	position: absolute;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.TopNav1:hover, a.TopNav2:hover, a.TopNav3:hover, a.TopNav4:hover, a.TopNav5:hover {
	color: #fecb32;
}
a.TopNav1 {
	top: 4px;
	left: 165px;
}
a.TopNav2 {
	top: 39px;
	left: 155px;
}
a.TopNav3 {
	top: 74px;
	left: 135px;
}
a.TopNav4 {
	top: 109px;
	left: 100px;
}
a.TopNav5 {
	top: 146px;
	left: 50px;
}


/* header
**************************************************************************/	
#header h1 {
	font-size: 10px;
}

#header h1 a {
	position: absolute;
	display: block;
	width: 209px;
	height: 80px;
	background: transparent url(img/logo.gif) no-repeat;
	left: 25px;
	top: 10px;
}

#header h1 a span { 
	display: none;
}



#languageSelect {
	width: 230px;
	height: 20px;
	position: absolute;
	top: 9px;
	left: 10px;
}

#languageSelect ul {
	list-style: none;
	float: right;
}
#languageSelect h3 {
	display: none;
}

#languageSelect ul li {
	width: 36px;
	height: 18px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#languageSelect ul li.last {
	background: none;
}

#languageSelect ul li a {
	display: block;
	text-decoration: none;
	height: 18px;

}

#languageSelect ul li a span {
	display: none;
}

#languageSelect ul li a.pl {
	background: transparent url(img/flag_pl.png) 0px -18px no-repeat;
}
#languageSelect ul li a.pl:hover {
	background: transparent url(img/flag_pl.png) 0px 0px no-repeat;
}
#languageSelect ul li a.en {
	background: transparent url(img/flag_en.png) 0px -18px no-repeat;
}
#languageSelect ul li a.en:hover {
	background: transparent url(img/flag_en.png) 0px 0px no-repeat;
}
#languageSelect ul li a.de {
	background: transparent url(img/flag_de.png) 0px -18px no-repeat;
}
#languageSelect ul li a.de:hover {
	background: transparent url(img/flag_de.png) 0px 0px no-repeat;
}
#languageSelect ul li a.ru {
	background: transparent url(img/flag_ru.png) 0px -18px no-repeat;
}
#languageSelect ul li a.ru:hover {
	background: transparent url(img/flag_ru.png) 0px 0px no-repeat;
}
#searchForm {
	position: absolute;
	top: 214px;
	left: 690px;
	padding: 10px;
	float: right;
}

#searchForm label {
	display: none;
}

#searchForm input.buttonSearch {
	width: 88px;
	height: 23px;
	background: transparent url(img/btn_search.gif) no-repeat;
	color: #333;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px;
}

/* forms */

input, select {
	border: 1px solid #999;
	background: #fff;
	padding: 1px;
	font-size: 11px;
}


#flashHeader {
	width: 900px;
	height: 190px;
	background: #FFFFFF;
	position: relative;
	z-index: 0;	
}

#flashHeaderBody {
	width: 900px;
	height: 190px;
	position: absolute;
	z-index: 0;	
	top: 0;
	left: 0;
}

#mainMenu {
	display:none;
	width: 900px;
	height: 25px;
	color: #fff;
	
	margin-bottom: 3px;
	position: absolute;
	z-index: 11;
	top: 232px;
	left: 2px;
}

#breadcrumbs {
	padding: 3px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#page {
	width: 880px;
	background: #FFFFFF url(img/bg_page.gif) left top no-repeat;
	padding: 10px;

	
	
}

#pageIndexBody {
	background: url(img/indexnewsbg.jpg) top repeat-x;
	border-top: 1px solid #ccc;
	padding: 10px 10px 15px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#pageIndexBody p {
	padding: 5px 0;
}

#pageIndexBody h1 {
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 10px;
}

#pageIndexBody h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}

#pageIndexNews {
	width: 230px;
	float: left;
	padding: 0 15px 0 5px;
	margin-right: 10px;
}


#pageIndexBody a:link {
	color: #333;
	text-decoration: underline;
}

#pageIndexBody a:visited {
	color: #333;
}

#pageIndexBody a:hover {
	color: #999;
}

#pageIndexBody a:active {
	color: #333;
}

#pageIndexCompany {
	width: 450px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #eee;
}

#pageIndexCompany p {
	font-size: 13px;
}

#pageIndexCompanyIso {
	margin-top: 20px;
	padding-top: 10px;
	height: 280px;
	border-top: 1px solid #ccc;
	padding-left: 160px;
	background: url(img/indexicons.jpg) left 10px no-repeat;
}

#pageIndexCompanyIso p {
	font-size: 11px;
}

div.indexItem {
	width: 245px;
	display: inline;
	float: left;
	margin: 0 4px;
}

div.indexItem a {
	text-decoration: none;
}

div.indexItem a:link {
	color: #000;
}

div.indexItem a:visited {
	color: #000;
}

div.indexItem a:hover {
	color: #000;
	text-decoration: underline;
}

div.indexItem a:active {
	color: #000;
}

div.indexItem h1 {
	background: #CF1616;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 7px;
	border-bottom: 5px solid #333;
	margin-bottom: 1px;
}

div.indexItemDesc {
	padding: 98px 0 10px 0;
}

div.indexItemDescBg {
	background: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	height: 60px;
	filter: alpha(opacity=70);
	opacity: .70;
	padding: 10px;
	font-weight: bold;
	font-size: 10px;
	/*font-variant: small-caps;*/
}


div.indexItemDescBg:hover {
	background: #ddd;
}


/* ----------------------- tpl page ---------------------- */

/* sitebarBottom 
******************************************************************* */
#sitebarBottom {
	height: 54px;
	background: url(img/sitebarBg.png) bottom right no-repeat;
}





#pageLeftColumn {
	margin-top: 10px;
	width: 240px;
	float: left;
	background: #99CC66;
}

#subMenu {
	
	
	padding: 5px 10px 5px 10px;
	margin-top: 15px;
	


}

#subMenu ul {
	list-style: none;
}

#subMenu li {
	display: inline;
}

#subMenu li a {
	display: block;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #78AF41;
	background: url(img/menuBg.png) 8px center no-repeat;
}


#subMenu li li a {
	display: block;
	padding: 5px 5px 5px 20px;
	margin-left: 7px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #78AF41;
	background: url(img/menuBg.png) 8px center no-repeat;
}

#subMenu li a:link {
	color: #000000;
}

#subMenu li a:visited {
	color: #333;
}

#subMenu li a:hover {
	color: #fff;
	background: #1E5325 url(img/menuBgh.png) 8px center no-repeat;
}

#subMenu li a:active {
	color: #fff;
}

#subMenu li a.selected {
	color: #F9CD36;
	background: #1E5325 url(img/menuBgh.png) 8px center no-repeat;
}


#boxNews {
	background: transparent url(img/indexnewsbg.jpg) top repeat-x;
	padding: 5px 0 0 0;
	
}

#boxNews .newsItem {
	padding: 15px;
}

#boxNews h1, #boxNews h2 {
	font-size: 11px;
}

#boxNews h1 {
	margin-left: 5px;
}

#boxNews h2, #boxNews p {
	padding-left: 20px;
	margin-bottom: 5px;
	color: #666666;
}

#rightCol {
	width: 620px;
	float: left;
	margin-left: 13px;
	margin-top: 10px;
	background: #FFFFFF;
	/*padding: 25px 15px 0px 15px;
	border-bottom: 1px solid #ccc;*/
	margin-bottom: 0px;
}

#pageBody {
	padding: 5px 15px 0px 15px;	
}

#pageBody p {
	line-height: 1.5;
	padding: 5px 10px;
}


#pageBody h2 {
	font-size: 15px;
}

#pageBody ul {
	list-style: none;
	margin-left: 15px;
	line-height: 1.5;
	padding: 5px 0;
}

#pageBody ul li {
	padding: 0 0 5px 20px;
	background: url(img/arrow_li.gif) left 3px no-repeat;
}

#pageBody ol li {
	margin-left: 20px;
	padding: 0 0 5px 10px;
	
}

#pageBottom {
		width: 620px;
	
	height: 37px;
	margin-right: 15px;
	/*background: #E0E3E8 url(img/bg_pagebody_down.jpg) top center no-repeat;*/

}

h1#pageTitle, #pageBody h1  {
	font-size: 20px;
	color: #99CC66;
	margin-bottom: 15px; 
	font-family: Arial Black;
	border-bottom: 1px dashed #99CC66;
}

#footerMenu {
	width: 750px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

#footerMenu ul {
	list-style: none;
	float: right;
}

#footerMenu li {
	list-style: none;
	float: left;
}

#footerMenu li a {
	display: block;
	padding: 0 0px 0 0px;
	font-variant: small-caps;
	background: transparent url(img/arrow_menu.gif) left center no-repeat;
}

#footer {
		
}

#footerBody {
	width: 900px;
	height: 54px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 10px;
	border-top: 9px solid #99CC66;
	text-align: right;
	background: #328B3D;
}

#footerBody span {
	padding-left: 20px;
	border-left: 1px solid #aaa;
	margin-left: 20px;
}

#footerBody img {
	margin: 2px 0 0px 30px;
	padding: 0px;

}

#footerBody a {
	color: #FFFFFF;
}


#hNews {
      margin: 0; 
	  padding: 0;
      position: relative;
      width: 202px; 
	  height: 20px;
      overflow: hidden;
	  font-weight: normal;
      }

#hNews span {
      display: block;
      position: absolute; 
	  left: 0; 
	  top: 0; 
	  z-index:1;
      width: 202px; 
	  height: 20px;
      margin: 0; 
	  padding: 0;
      background: transparent url(img/h_news.png) no-repeat;
}


a.more {
	background: #1E5325 url(img/more.png) no-repeat;
	padding: 0px 30px;
	float: right;
	text-decoration: none;
	color: #fff;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
}
a.more:hover {
	color: #F9CE31;
}
/* news index */

div.newsItem {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

div.newsItem p.date {
	font-size: 10px;
	color: #777;
	background: url(img/arrow_news.gif) left center no-repeat;
	padding: 0 0 0 20px;
}

#pageIndexNews h2, #pageIndexNews p {
	padding-left: 20px;
}

#randimage {
	margin: 10px 10px 10px 10px;
	border: 4px solid #E0E3E8;

}

#galeria {
	width: 590px;
	
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-right: 10px;

	display: block;
}



#galeria img {
	margin: 5px 0 5px 0;
	padding: 4px;
	background: #FFFFFF;
}


#galeria table, td {
	float: none;
	padding: 5px;
	border-spacing: 3px 0 3px 0;
}
/*content
*************************************************************/
#contentSitebar {
	float: right; 
	margin: 10px; 
	width: 200px;
}
#contentSitebar img {
	width: 200px;
}
div.hr {
	height: 10px;
	border-bottom: 1px dashed #99CC66;
	margin-bottom: 10px;
	clear: both;
}
img.imageLeft {
	float: left;
	margin-right: 10px;
}
img.imageRight {
	float: right;
	margin-left: 10px;
}
#pageBody h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
	margin-bottom: 10px;
	color: #fff;
	background: #99CC66;
}
#pageBody h3 {
	font-size: 14px;
	color: #1E5325;
}
/*startowa
*************************************************************/
#pageLeftColumn h2 {
	color: #fff;
	padding: 10px;
}
#pageLeftColumn p {
	padding: 10px;
	color: #1E5325;
}














