
body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #dfdfdf;
	font-size: 12px;
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777777;
	background-image: url(/img/site_bg_shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
}
/* Tips for Elastic layouts 1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.*/
p {
	line-height: 20px;
}

a:hover{
  color:#98c000;
}

a.active:hover{
  color:#777777;
}
.text_container a{
color: #98c000;
text-decoration:none;
}
.text_container a:hover{
text-decoration:underline;
}
#site {
	width: 980px;
	margin: 0 auto;
	background-image: url(/img/site_left_shadow.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#site .rightbgsite {
	background-image: url(/img/site_right_shadow.jpg);
	background-repeat: no-repeat;
	width: 20px;
	position: absolute;
	right: 0;
	top: 0;
	height: 600px;
}
.twoColElsLtHdr #content {
	width: 980px;
/* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #dfdfdf;
	margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px solid #000000;
	text-align: left;
	position: relative;
	background-image: url(/img/site_right_shadow.jpg);
	background-position: 940px 0px;
	background-repeat: no-repeat;
}
.twoColElsLtHdr #container {
	width: 940px;
/* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #F3F3F3;
	margin: 0px;
/* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
/* this overrides the text-align: center on the body element. */
	padding-bottom: 35px;
	text-align: left;
	background-image: url(/img/maincontent_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 130px
}
.twoColElsLtHdr #header {
	background-image: url(/img/header_shadow.jpg);
	background-position: right 50px;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 0 30px;
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
}
a {
	color: #777777;
	text-decoration: none;
}
img.logo {
	margin-top: 30px;
}
#mainMenu {
	width: 287px;
	float: left;
	padding: 0;
	margin: 0;
	background-image: url(/img/menu_bg.jpg);
	background-repeat: no-repeat;
}
.bottom_corner {
	width: 287px;
	background-image: url(/img/menu_bottom_bg.jpg);
	height: 9px;
	float: left;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}
#mainMenu ul.main {
	float: left;
	margin: 0;
	
	margin-left: 30px !important;
	margin-left: 15px;
	background-color: #FFF;
	width: 240px;
	padding: 0;
}
#mainMenu ul.main li {
	background-image: none;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 0px;
	line-height: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	list-style-image: none;
	list-style-position: outside;
	width: 100%;
}
#mainMenu ul.main li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 0px;
	list-style-image: none;
	list-style-position: outside;
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	clear: both;
	padding-bottom: 10px;
}
#mainMenu ul.main li ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 10px;
	padding-left: 20px;
	line-height: normal;
	width: 220px;
	height: 15px;
	background-image: url(/img/green_dot.gif);
	background-position: 20px 8px;
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	list-style-image: none;
	list-style-position: outside;
}
ul.main li a {
	background-image: url(/img/menu_li_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	padding-left: 20px;
	padding-top: 8px;
}
ul.main li a.first {
	background-image: none;
	background-position: top;
	background-repeat: no-repeat;
}
ul.main li a.active {
	background-image: none;
	background-color: #bed600;
	display: block;
	padding-left: 20px;
	color:#ffffff;
}
ul.main li a.activefirst {
	background-image: none;
	background-color: #bed600;
	background-image: url('/img/first_menu_item_bg.gif');
	display: block;
	padding-left: 20px;
	color:#ffffff;
}
ul.main li ul li a {
	background-image: none;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	padding-left: 20px;
	padding-top: 0;
}
div.box {
	width: 240px;
	height: 130px;
	background-image: url(/img/left_box.gif);
	float: left;
	margin-left: 30px !important;
	margin-left: 15px;
	margin-top: 10px;
}
#header #topbar {
	width: 600px;
	float: right;
	text-align: right;
	margin-top: 18px;
	float: right;
}
#header #topbar a {
	background-image: url(/img/green_dot.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	font-size: 11px;
	margin-right: 10px;
	display: block;
	float: right;
}
input.search {
	border: 0;
	background-image: url(/img/search_bg.gif);
	width: 97px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 13px;
	color: #919191;
	font-size: 11px;
	display: inline;
	float: left;
}
form.search {
	width: 140px;
	display: inline;
	float: right;
	height: 15px;
	padding: 0;
	margin: 0;
}
input.searchbt {
	padding-top: 0px;
	width: 15px;
	height: 15px;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 3px;
	background-image: url(/img/search_bt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 0;
	cursor: pointer;
	background-color: #FFF;
}
.twoColElsLtHdr #header h1 {
	margin: 0;
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar1:1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 287px;
/* since this element is floated, a width must be given */
	background: #f3f3f3;
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
/* top and bottom padding create visual space within this div */
	margin: 0;
	margin-top: 30px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 0px;
/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}
/* Tips for mainContent:1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.*/
#tabs_container {
	position: absolute;
	left: 0px;
	background: #DDDDDD;
	height: 475px;
	width: 680px;
	z-index: 10;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	float: left;
	background-image: url(/img/tabs_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#tabs_inner_content {
	height: 475px;
	width: 680px;
	background-image: url(/img/tabs_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 14px;
	background-color: #FFF;
}
a.tabactive {
	background-position: 0 -28px;
}
.twoColElsLtHdr #mainContent {
	float: left;
	width: 580px;
	margin-top: 492px;
	margin-left: 15px;
	padding: 0px;
	background-color: #f3f3f3;
	min-height: 100px;
}
.big_box {
	background-image: url(/img/big_box_top.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 607px;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}
.big_box div.body {
	margin-left: 30px !important;
	margin-left: 15px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 25px !important;
	margin-bottom: 15px;
	float: left;
	width: 547px;
}
.big_box div.bottom {
	background-image: url(/img/big_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 607px;
	height: 5px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
.twoColElsLtHdr #footer {
	padding: 0 0px;
/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #4d5154;
	padding-bottom: 80px;
	background-image: url(/img/footer_bg.gif);
	background-repeat: repeat-x;
}
.twoColElsLtHdr #footer p {
	margin: 0;
/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerCenterContainer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	color: #919191;
}
#footerCenterContainer a {
	color: #b2b2b2;
}
#footerCenterContainer #footerMenu a:hover {
	color:#98c000;
}
#footerCenterContainer  a:hover {
	color:#98c000;
}
#footerMenu {
	background-color: #FFF;
	width: 880px;
	height: 33px;
	margin-left: 30px;
	background-image: url(/img/footer_top_bg.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
	text-align: center;
}
#footerMenu  a {
	padding-top: 3px;
	height: 20px;
	float: left;
	display: block;
	color: #5e5e5e;
}
#footerMenu  a:hover {
	color: #98c000;
}
#greyBar {
	background-image: url(/img/footer_grey_bar.jpg);
	height: 45px;
	width: 880px;
	margin-left: 30px;
}
#greyBar a img {
	border: 0;
}
div.ftc {
	width: 940px;
	background-color: #f3f3f3;
	background-image: url(/img/footer_bottom.jpg);
	padding-bottom: 40px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0;
}
/* Miscellaneous classes for reuse */
.fltrt {
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {
/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li {
	background: url(/img/green_dot.gif);
	background-position: 4px 10px;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 20px;
}
ul.tabs {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 28px;
	width: 680px;
	background-image: url(/img/ul_tabs_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 0px;
}
ul.tabs li {
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-right: 3px;
	list-style-type: none;
	float: left;
	height: 28px;
	background: none;
}
ul.tabs li a {
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 0px;
	display: block;
	height: 28px;
	float: left;
	color: #00539c;
	text-decoration: none;
	font-size: 14px;
	text-indent: -5000px;
}
ul.tabs li a img {
	border: 0px;
	float: left;
}
ul.tabs li a.active {
	background: url(/img/tab_act.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #FFF;
}
div.tabBody {
	padding-top: 4px;
	background: url(/img/green_line.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 680px;
	height: 416px;
}
.col1 {
	width: 200px;
	padding-left: 30px;
	float: left;
}
.col2 {
	width: 314px;
	padding-left: 30px;
	float: left;
}
.col12 {
	width: 258px;
	float: left;
	margin: 0;
	padding: 0;
}
.rightmarg {
	margin-right: 30px;
}
.naglowek1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 10px;
}
.naglowek2 {
	font-size: 12px;
	font-weight: bold;
	color: #b9b9b9;
	margin: 0;
	padding: 0;
}
a.more {
	background-image: url(/img/button_more.gif);
	width: 81px;
	height: 18px;
	display: block;
	text-align: center;
	padding-top: 3px;
	font-size: 11px;
	color: #303030;
	border:0px;
	line-height:normal;
}
a.more:hover {
	background-position: 0 -21px;
}
#slider {
	overflow: hidden;
	width: 230px;
	height: 130px;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li {
/* define width and height of list item (slide)entire slider area will adjust according to the parameters provided here*/
	width: 230px;
	height: 130px;
	overflow: hidden;
	background-repeat: no-repeat;
	background: none;
}
#slider2 {
	overflow: hidden;
	width: 230px;
	height: 130px;
}
#slider2 ul, #slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider2 li {
/* define width and height of list item (slide)entire slider area will adjust according to the parameters provided here*/
	width: 230px;
	height: 130px;
	overflow: hidden;
	background-repeat: no-repeat;
	background: none;
}
div.text_container_wrap {
	background-image: url(/img/text_container_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 621px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	padding-left: 13px;
}
div.text_container {
	background-image: url(/img/text_container_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	width: 548px;
	min-height: 300px;
	float: left;
	height: auto !important;
	height: 300px;
	font-size: 12px;
	padding: 30px;
}
div.text_container_wrap_grey {
	background-image: url(/img/text_container_left_bg_grey.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	width: 621px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	padding-left: 13px;
}
div.text_container_grey {
	background-image: url(/img/text_container_top_bg_grey.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	width: 548px;
	min-height: 300px;
	float: left;
	height: auto !important;
	height: 300px;
	font-size: 12px;
	padding: 30px;
}
div.text_container_bottom {
	background-image: url(/img/text_container_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 7px;
	width: 607px;
	float: left;
}
div.imgborder {
	width: 550px;
	background-image: url(/img/img_top_border.gif);
	padding-top: 20px;
	background-repeat: no-repeat;
	text-align:center;
}
div.imgborder2 img {
	background-image: url(/img/img_bottom_border.gif);
	background-position: bottom;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
div.imgborder_bottom {
	width: 550px;
	background-image: url(/img/img_bottom_border.gif);
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
#textPageContent {
	margin-left: 13px;
	float: left;
	margin-top: 10px;
	width: 630px;
}
ul.pdffiles {
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
ul.pdffiles li {
	background: none;
	padding: 0;
	margin-bottom: 5px;
}
ul.pdffiles li a {
	background-image: url(/img/pdficon.gif);
	height: 25px;
	display: block;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
}
.news_box {
	width: 607px;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 0px;
}
.news_box ul {
	width: 607px;
}
.news_box ul li {
	height: 25px;
	background: #ededee;
}
.news_box ul li.first {
	background-image: url(/img/news_first_line.gif);
}
.news_box ul li.white {
	background-color: #ffffff;
}
.news_box ul li.last1 {
	background-image: url(/img/news_last1_line.gif);
}
.news_box ul li.last2 {
	background-image: url(/img/news_last2_line.gif);
}
.news_box ul li a {
	color: #303030;
	height: 20px;
	padding-top: 2px;
	background-image: url(/img/list_arrow_green.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	background-position: 0px 7px;
	display: block;
}
.news_box ul li a span {
	color: #5e5e5e;
}
.news_box ul li a:hover {
color:#98C000;
}
.news_box ul li a:hover span {
color:#98C000;
}
.forms_tf1 {
	border: 1px solid #dddddd;
}
.forms_select_large {
	border: 1px solid #dddddd;
}
.forms_ta_large {
	border: 1px solid #dddddd;
	width: 230px;
	height: 100px;
}
.formtable {
	width: 100%;
}
.formtable td {
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
	width: 50%;
}
img.top_banner {
	margin: 0;
	padding: 0;
}
span.sIFR-alternate {
	visibility: hidden !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}
.sIFR-hasFlash h5 {
	font-size: 24px;
	visibility: hidden;
	font-size: 24px;
}
.sIFR-hasFlash h5 span {
	color: rgb(0,255,0);
	font-size: 24px;
	visibility: hidden;
	font-size: 24px;
	float: left;
}
.sIFR-hasFlash div.headgreen {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	visibility: hidden;
	font-size: 24px;
}
.sIFR-hasFlash a.headgreen {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	visibility: hidden;
	font-size: 24px;
	cursor:pointer;
}

.sIFR-hasFlash div.headwhite {
	float: left;
	font-size: 24px;
	margin-top: 15px;
	visibility: hidden;
	font-size: 24px;
}
.sIFR-hasFlash div.headdark {
	margin-left: 30px;
	visibility: hidden;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
}
.sIFR-hasFlash div.headgrey {
	float: left;
	font-size: 18px;
	visibility: hidden;
	margin-bottom: 0px;
	margin-top: 10px;
}
.sIFR-hasFlash h1.headgreen {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	visibility: hidden;
	font-size: 24px;
}
.sIFR-hasFlash h1.headwhite2 {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	visibility: hidden;
	font-size: 24px;
}
.sIFR-hasFlash h1.headwhite {
	float: left;
	font-size: 24px;
	margin-top: 15px;
	visibility: hidden;
	font-size: 24px;
}
.sIFR-hasFlash h1.headwhite3 {
	float: left;
	margin-top: 16px;
	visibility: hidden;
	font-size: 22px;
	margin-left:5px;
}
.sIFR-hasFlash h1.headdark {
	margin-left: 30px;
	visibility: hidden;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 12px;
	float: left;
}
.sIFR-hasFlash h1.headgrey {
	float: left;
	font-size: 18px;
	visibility: hidden;
	margin-bottom: 0px;
	margin-top: 12px;
	margin-left:5px;
}
h1.headgreen {
	font-weight: normal;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	color: #bed600;
	font-size: 24px;
}
h1.headwhite2 {
	font-weight: normal;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	color: #bed600;
	font-size: 24px;
}
h1.headwhite {
	font-weight: normal;
	float: left;
	font-size: 24px;
	margin-top: 15px;
	font-size: 24px;
	color: #ffffff;
}
h1.headdark {
	font-weight: normal;
	margin-left: 30px;
	color: #474747;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
}
h1.headgrey {
	font-weight: normal;
	float: left;
	font-size: 18px;
	color: #919191;
	margin-bottom: 0px;
	margin-top: 10px;
}
input.forms_tf1 {
	background-image('/img/inputbg.gif');
	width: 327px;
	height: 19px;
}
select.forms_select_large {
	background-image('/img/inputbg.gif');
	width: 327px;
	height: 19px;
}
textarea.forms_ta_large {
	background-image('/img/textareabg.gif');
	width: 327px;
	height: 97px;
}
.fr {
	float: right;
}
.marleft {
	margin-left: 30px;
}
.text_container h3 {
	font-size: 12px;
}
.shadowLine {
	width: 606px;
	height: 24px;
	background-image: url(/img/shadowLine.gif);
	background-repeat: no-repeat;
}
.shadowLine2 {
	width: 606px;
	height: 24px;
	background-image: url(/img/shadowLine2.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top:30px;
}
.filestable a{
text-decoration:underline;
}
/*lista np partnerzy*/
.list_p_item {
	margin-left: 30px;
	color: #818181;
	width: 548px;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	margin-top: 30px;
	padding-bottom: 30px;
}
.list_p_item .item_title {
	float: left;
	margin-left: 30px;
	width: 366px;
	font-weight: bold;
}
.list_p_item div.l {
	width: 150px;
	height: 100px;
	border: 1px solid #f1f1f1;
	float: left;
	text-align: center;
}
.list_p_item .item_c {
	float: left;
	margin-left: 30px;
	width: 366px;
}
.list_p_item a.plink {
	background-image: url(/img/list_arrow_green.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #cbd400;
	font-weight: bold;
	margin-left: 0px;
	border:0;
}
ul#searchResult {
	margin-bottom: 30px;
}
ul#searchResult li {
	background-image: url(/img/list_arrow_green.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 30px;
	border-top: 1px solid #f1f1f1;
	height: 25px;
	padding-top: 5px;
}
ul#searchResult li a {
}
#pagination {
	text-align: right;
	float: right;
}
/*sitemap */
a.slink {
	background-image: url(/img/list_arrow_green.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.toright {
	float: right !important;
}
.sep {
	margin-left: 5px;
	margin-right: 5px;
	width: 1px;
	height: 20px;
	background: url(/img/sep.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
.image_headline{
width:680px;height:60px;background-color:#000000;	filter:alpha(opacity=60);	opacity: 0.6;-moz-opacity: 0.6;position:absolute;bottom:0 !important;bottom:200px;left:0;
}
.acta{
color:#98c000;
}

h3.na1{
  font-size:18px;
  color:#777777;
}
h3.na2{
  font-size:16px;
  color:#777777;
}
h3.na3{
  font-size:12px;
  color:#777777;
}
h3.na4{
  font-size:11px;
  color:#777777;
}
h3.na1g{
  font-size:18px;
  color:#98c000;
}
h3.na2g{
  font-size:16px;
  color:#98c000;
}
h3.na3g{
  font-size:12px;
  color:#98c000;
}
h3.na4g{
  font-size:11px;
  color:#98c000;
}
.na1{
  font-size:18px !important;
  color:#777777;
}
.na2{
  font-size:16px !important;
  color:#777777;
}
.na3{
  font-size:12px !important;
  color:#777777;
}
.na4{
  font-size:11px !important;
  color:#777777;
}
.na1g{
  font-size:18px !important;
  color:#98c000;
}
.na2g{
  font-size:16px !important;
  color:#98c000;
}
.na3g{
  font-size:12px !important;
  color:#98c000;
}
.na4g{
  font-size:11px !important;
  color:#98c000;
}

#header #topbar a.ic{
display:block;
width:16px;
height:16px;
float:right;
background-image:url(/img/wth_icons.gif);
background-repeat:no-repeat;
padding:0;
margin-left:0;
}
#header #topbar a.twitter{
background-position:0 -48px;
}
#header #topbar a.rss{
background-position:0px 0px;
margin-left:10px;

}
#header #topbar a.linkin{
background-position:0 -16px;
}
#header #topbar a.facebook{
background-position:0 -32px;
}
div.body_cont{
width:653px;float:left;padding:0;margin:0;
}

.szary_pasek{
width:607px;height:60px;background-color:#000000;	filter:alpha(opacity=80);	opacity: 0.8;-moz-opacity: 0.8;position:absolute;bottom:0 !important;bottom:70px;left:0;}

.szary_pasek2{
width:607px;height:60px;background-color:#000000;	filter:alpha(opacity=60);	opacity: 0.6;-moz-opacity: 0.6;position:absolute;bottom:0 !important;bottom:70px;left:0;}


.contact_f{
padding-left:30px; padding-right:30px;padding-bottom:50px;height:680px;}