html[xmlns] .clearfix {
	display: block;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear { clear: both; }

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	display: inline-block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

/* a:visited { color: #3c4c61;} */

a img {
	border: none;
}

.bold {
	font-weight: bold;
}

img.blimg {display: block; margin: 10px 15px 10px auto; float: left;}

div#content {
	padding: 0;
	width: 940px;
	margin: 0 auto 0 auto;
	position: relative;
	padding-bottom: 20px;
}

h1 {
	position: absolute;
	top: 22px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 260px;
	height: 58px;
/*
	top: 11px;
	left: 18px;
	margin: 0;
	padding: 0;
	width: 232px;
	height: 63px;

*/
}

h1 a {
	display: block;
	height: 63px;
	padding: 0;
	margin: 0;
	/*
	text-indent: -9999px;
		background: url(../img/logo.gif) no-repeat 0 0;
	*/
}	


div.top {
	height: 75px;
}

div.menu {
	height: 34px;
	margin: 0;
	width: 940px;
	background: url(../img/belka.gif) no-repeat 0 0;
	position: relative;
}

div.menu ul {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 1px;
	left: 5px;
	width: 940px;
}

div.menu ul li {
	float: left;
	list-style: none;
	height: 31px;
	padding: 0;
	margin: 0;
	background: url(../img/line.gif) no-repeat right center;
}

div.menu ul li a {
	color: #3c4c61;
	font-family: Verdana, Arial, serif;
	font-size: 11px;
	display: block;
	height: 18px;
	text-transform: uppercase;
	padding: 8px 10px 5px 10px;
}

div.main {
	position: relative;
}

div.main div.info {
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
	color: #3c4c61;
	margin-top: 14px;
	padding-left: 15px;
	text-transform: uppercase;
}

.info:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div.main div.info ul.date {
	margin: 0;
	padding: 0;
}

ul.date li {
	background-color: #eaf4ff;
	border: 1px solid #bdc8d1;
	padding: 4px 5px 3px 5px;
	margin: 7px 2px 0 2px;
	float: left;
	display: block;
}

ul.date li.sum {
	background-color: white;
	border: none;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0;
}

div.containers {
	margin-top: 10px;
	margin-bottom: 20px;
}

div.containers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div.boxchart {
	width: 299px;
	min-height: 222px;
	float: left;
	margin-left: 21px;
}

div.boxchart h3 {
	background: url(../img/chartbox_h.gif) no-repeat 0 0;
	margin: 0;
	padding: 10px 0 10px 17px;
	height: 20px;
	font-family: Verdana, Arial, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	font-weight: normal;
	letter-spacing: 0px;
}

h3 a {
	color: white;
}

div.boxchart div.data {
	background: url(../img/chartbox_m.gif) repeat-y 0 0;
	padding: 0px 7px 0px 7px;
}

div.boxchart div.boxchart_f {
	height: 7px;
	background: url(../img/chartbox_f.gif) no-repeat 0 0;
}

div#b1 {
	margin-left: 0px;
}

div#b2 {
	margin-left: 0px;
}

div.data table caption {
	display: none;
}

div.data table {
	width: 100%;
	font-family: Helvetica, Arial, serif;
	font-size: 11px;
	color: #3c4c61;
}

div.data table th {
	background-color: #f3f9ff;
	font-family: Helvetica, Arial, serif;
	font-weight: bold;
	font-size: 11px;
	color: #3c4c61;
	padding: 13px 5px 11px 5px;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

.acenter {
	text-align: center;
}

div.data table tr.darkrow {
	background-color: #d8e4f1;
}

div.data table tr {
	background-color: #eaf4ff;
}

div.data table td {
	border-top: 1px solid white;
	padding: 9px 5px 9px 5px;
}

div.data table td span {
	padding: 2px 20px 2px 20px;
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}

div.data table tr td span.up {
	background-image: url(../img/arrow_up_light.gif);
}

div.data table tr td span.down {
	background-image: url(../img/arrow_down_light.gif);
}

div.data table tr td span.nochange {
	background-image: url(../img/bezzmian_light.png);
}

div.data table tr.darkrow td span.up {
	background-image: url(../img/arrow_up_dark.gif);
}

div.data table tr.darkrow td span.down {
	background-image: url(../img/arrow_down_dark.gif);
}

div.data table tr.darkrow td span.nochange {
	background-image: url(../img/bezzmian_dark.png);
}



p.wiecejstat {
	float: right;
}

a.linkbox, a.linkbox_d {
	border: 1px solid #d3d9e5;
	padding: 4px 20px 3px 13px;
	background-color: white;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #3c4c61;
}

div.part {
	background-color: #eaf4ff;
	padding: 10px;
	font-family: Helvetica, Arial, serif;
	font-size: 11px;
	line-height: 15px;
	min-height: 172px;
	color: #3c4c61;
}

div.part strong {
	padding: 2px 2px 1px 2px;
	background-color: white;
	border: 1px solid #d8e4f1;
}

th.th1 {
	width: 10%;
	text-align: center;
}

th.th2 {
	text-align: left;
}

th.th3 {
	width: 35%;
	text-align: right;
}

th.th3 span {
	margin-right: 10px;
}

div.part p.acenter {
	margin-top: 20px;
}

ul.aktualnosci {
	margin: 5px 0;
	padding: 0px;
}

ul.aktualnosci li {
	list-style: none;
	padding: 3px 0 3px 17px;
	margin: 0px;
	background-image: url(../img/icon_doc.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

ul.aktualnosci li a {
	display: block;
	padding: 0px;
	font-family: Helvetica, Arial, serif;
	text-decoration: underline;
	font-size: 11px;
	color: #3c4c61;
}

div.part ul.aktualnosci li span {
	font-size: 10px;
	color: #8e9cad;
}

div.footer {
	padding: 10px 0 10px 0;
	border-top: 1px solid #d3dae3;
}

div.footer p {
	font-family: Helvetica, Arial, serif;
	font-size: 11px;
	color: #3c4c61;
	margin-top: 5px;
}

div.footer ul {
	margin: 0px 0;
	padding: 0;
}

div.footer ul li {
	list-style: none;
	display: inline;
	border-left: 1px solid #d3dae3;
	margin-left: 3px;
	padding: 0 3px 0 9px;
}

div.footer ul li.f1 {
	border-left: none;
}

div.footer ul li a.mooseicon{
    padding: 3px 0 3px 36px;
    background-image: url(../img/mooseFS.png);
    background-repeat:no-repeat;
    background-position:left;
}

div.footer ul li a.mooseicon:hover{
    text-decoration: none;
}

div.footer ul li a.rssicon {
	padding: 3px 0px 3px 20px;
	background-image: url(../img/rss.gif);
	background-repeat:no-repeat;
	background-position:left;
	
}


div.footer ul li a.pdficon {
	padding: 3px 0px 3px 20px;
	background-image: url(../img/pdf.gif);
	background-repeat:no-repeat;
	background-position:left;
	
}


div.footer ul li a.xmlicon {
	padding: 3px 0px 3px 28px;
	background-image: url(../img/xml.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent: -9999px;
	
}

div.footer ul li a.xlsicon {
	padding: 3px 0px 3px 28px;
	background-image: url(../img/xls.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent: -9999px;
}

div.footer ul li a.xlsicon:hover{
	text-decoration: none;
}

div.footer ul li a.xmlicon:hover{
text-decoration: none;}

div.footer ul li a.xmlicon span {
display: none; 
}

div.footer ul li a {
	font-family: Verdana, Arial, serif;
	font-size: 10px;
	color: #3c4c61;
	text-transform: uppercase;
}

div.footer ul li a:hover {
text-decoration:underline;}
div.sidenav {
	position: absolute;
	top: 42px;
	left: 250px;
	height: 36px;
	width: 680px;
	z-index: 3;
	text-align: right;
}

div.sidenav ul.langs {
	padding: 0;
	margin: 0;
	float: right;
}

div.sidenav ul.langs li {
/*	margin: 0 3px 0px 3px;*/
	margin:0;
	float: left;
/*	width: 30px;*/
	height: 20px;
	padding-top: 2px;
	text-align: center;
}

div.sidenav ul.langs li a,div.sidenav ul.langs li span{
	font-size: 11px;
	color: #3C4C61;
	padding:0 5px;
	border-right: 1px solid #ccc;
}

div.sidenav ul.langs li.last a, div.sidenav ul.langs li.last span{
	border: none;
}

div.sidenav ul.langs li span{
	font-weight: bold;
}

div.sidenav ul.langs li a:hover{
	text-decoration: underline;
}

div.sidenav ul.addinfo {
	float: right;
	width: 300px;
	margin: 6px 15px 0 0;
}

div.sidenav ul.addinfo li {
	float: right;
	margin-left: 10px;
}

div.sidenav ul.addinfo li a {
	padding: 4px 20px 3px 13px;
	background-color: white;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid rgb(211, 217, 229);
	text-transform: uppercase;
	color: #3c4c61;
	display: block;
}

div.inp {
	margin-top: 20px;
	margin-left: 218px;
	border: 1px solid #e0e6ed;
	width: 681px;
	min-height: 500px;
	padding: 19px;
	font-family: Helvetica, Arial, sans-serif;
	color: #43556b;
}

div.blad {
	margin: 40px auto 20px auto;
	border: 1px solid #e0e6ed;
	width: 50%;
	padding: 19px;
	font-family: Helvetica, Arial, sans-serif;
	color: #43556b;
}

div.blad p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #43556b;
	line-height: 18px;
	margin-top: 15px;
}

div.inp ul.adres {
	margin: 20px 15px 0 15px;
	padding: 0;
}

div.inp ul.adres li {
	margin: 1px 0px;
	padding: 6px 4px 4px 4px;
	background-image: none;
}

div.flash {
	margin-top: 25px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #43556b;
	margin: 5px 0px 0px 0px;
}

div.ex_info {
	background-color: #ebe9d8;
	border: 1px solid #d4d2c3;
	padding: 5px 15px 5px 15px;
	margin-top: 20px;
}

div.inp div.ex_info p, div.ex_info p.brak_statystyk {
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #43556b;
	line-height: 18px;
}

div.ex_info p.brak_statystyk a {

	color: #5a8029;

}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #43556b;
	margin: 10px 0px 15px 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #d4d2c3;
}

div.inp p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #43556b;
	line-height: 18px;
	margin-top: 15px;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #43556b;
	margin: 25px 0px 15px 0px;
	padding: 0 0 10px 13px;
	border-bottom: 1px dotted #dedccc;
	background-image: url(../img/2arrow_right_whitebg.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-weight: bold;
}

div.aktu h5 a.kli {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #43556b;
	font-weight: bold;
}

div.aktu h5 a.kli:hover {
text-decoration: none;
}

div.aktu h5 a.otw { 
	display: block;
	float: right;
	border: 1px solid #d3d9e5;
	padding: 4px 20px 3px 13px;
	background-color: white;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #3c4c61;
	margin: 0 0 3px 0;
	font-weight: normal;

}

h6 {
	margin: 25px 0px 10px 0px;
	padding: 0 0 0px 0px;
	font-weight: normal;
}

h6 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5a8029;
	/* display: block; */
	margin-bottom: 5px;
}

h6 span {
	font-size: 10px;
	text-transform: uppercase;
	color: #8e9cad;
	font-family: Helvetica, Arial, sans-serif;
	display: block; margin-top: 5px; /* dorzucona linia */
}

div.inp a, div.blad a {
	color: #5a8029;
}


div.inp a:visited, ul.archiwum li a:visited, div.blad a:visited {
	/*color: #3c4c61;*/
	color: #5A8029;
	text-decoration: underline;
}

div.inp a:active, ul.archiwum li a:active, div.blad a:active {
	color: #3c4c61;
	text-decoration: underline;
}



div.inp a:hover, h6 a:hover, ul.archiwum li a:hover, div.blad a:hover {
	color: #4a6921;
	text-decoration: underline;
}


div.inp ul {
	list-style: none;
}

div.inp p a.czyt_m {
	border: 1px solid #d3d9e5;
	padding: 4px 20px 3px 13px;
	background-color: white;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #3c4c61;
}

div.inp p a.czyt_m:hover {
	text-decoration: none;
	color: #3c4c61;
}

div.aktu {
	padding-bottom: 10px;
}

div.inp ul.archiwum {
	list-style: none;
	margin-top: 5px;
}

div.inp ul.archiwum li {
	margin: 4px 0;
	padding: 2px 0 2px 0;
	border-bottom: 1px dotted #dedccc;
	background-image: none;
}

div.inp ul.archiwum li span {
	font-size: 11px;
	background-color: #f7f5e4;
	display: block;
	float: left;
	padding: 3px 5px 2px 5px;
	border-top: 3px solid #dedccc;
}

div.inp ul.archiwum li a {
	display: block;
	padding: 5px 4px 2px 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5a8029;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.inp ul li {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #43556b;
	line-height: 18px;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div.inp ul li ul {
	margin-left: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
}

div.inp ul li ul li {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #43556b;
	line-height: 18px;
	background-image: url(../img/2arrow_right_whitebg.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: }

div.inp table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #43556b;
	line-height: 18px;
	text-align: center;
	width: 600px;
	margin: 20px auto 20px auto;
}

div.inp table th {
	background-color: white;
	padding: 10px;
	font-weight: normal;
	border-bottom: 1px solid #dedccc;
	text-transform: uppercase;
}

div.inp table th.trr {
	border-right: 1px solid #dedccc;
	border-left: 1px solid #dedccc;
}

div.inp table th.wh {
	border-right: 1px solid #dedccc;
	border-bottom: 1px solid #dedccc;
}

div.inp table th.tt {
	border-left: 1px solid #dedccc;
	border-top: 1px solid #dedccc;
}

div.inp table th.tt_r {
	border-right: 1px solid #dedccc;
	border-left: 1px solid #dedccc;
	border-top: 1px solid #dedccc;
}

div.inp table th.tt_l {
	border-top: 1px solid #dedccc;
}

div.inp table tr td {
	background-color: #edebda;
	padding: 10px;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

div.inp table tr.dar td {
	background-color: #f7f5e4;
}

div.inp table caption {
	display: none;
}

div.inp dl {
	list-style: none;
	margin-top: 25px;
}

div.inp dl dt {
	background-color: #ebe9d8;
	margin: 1px 0;
	padding: 10px;
	font-size: 13px;
	color: #32465e;
	border: 1px solid #d4d2c3;
}

div.inp dl dt span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #aba57b;
	font-weight: bold;
}

div.inp dl dd {
	border: 1px solid #d4d2c3;
	margin: 1px 0 15px 0;
	padding: 0px 5px 0px 28px;
	font-size: 13px;
	line-height: 18px;
	background-color: #fcfbf2;
}

div.inp dl dd p {
	margin: 10px 0 10px 0;
	font-size: 13px;
}

div.inp dl dd:hover {
	background-color: white;
}

ul.menu_l {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 20px;
}

ul.menu_l li {
	width: 219px;
	height: 33px;
	margin: 3px 0;
}

ul.menu_l li a {
	display: block;
	background-color: #e4eef7;
	text-decoration: none;
	color: #546a85;
	font-family: Helvetica, Arial, serif;
	font-size: 10px;
	text-transform: uppercase;
	height: 13px;
	padding: 9px 10px 11px 10px;
	width: 195px;
	background-image: url(../img/menu_zwykle.gif);
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

a.menu_active {
	text-decoration: underline;
}

ul.menu_l li a:hover {
	background-position: 0 0;
	color: white;
}

ul.menu_l li.aktywne a {
	background-image: url(../img/menu_active.gif);
	background-position: 0 0;
	width: 219px;
}

ul.menu_l li.aktywne a:hover {
	background-image: url(../img/menu_active.gif);
	/*width: 199px;*/
	color: #546a85;
}

/* form */

form {
	padding: 0;
	margin: 0;
}

p#form {
	margin-top: 30px;
}

#form span {
	display: block;
	border-top: 1px dotted #dedccc;
	padding: 10px 0 5px 0;
	margin: 5px 20px 5px 20px;
}

#form span label {
	float: left;
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #43556b;
	line-height: 18px;
}

#form span label.inlabel {
	display: inline;
	float: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #43556b;
	line-height: 18px;
}

input, textarea {
	background-color: white;
	border: 1px solid #dedccc;
	padding: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #43556b;
}

input.werror, textarea.werror {
	border: 1px solid #a20b10;
	}
	
div.inp p.perror {color: #a20b10;}
div.inp p.perror_dev {color: #a20b10; font-weight: bold;}

#form span.inll {
	padding-left: 202px;
}

#form span.inll_small {
	padding-left: 202px;
	line-height: 15px;
	font-size: 10px;
}


input:focus, textarea:focus {
	border: 1px solid #c4c3b5;
}

#form input.radios {
	display: inline;
	width: 20px;
	margin-right: 15px;
	border: none;
}

#form span input, #form span textarea {
	width: 423px;
	outline: none;
}

#form span input.slij {
	background-color: #ebe9d8;
	border: 1px solid #d4d2c3;
	width: 150px;
}

div.inp p a.rss {
	margin-left: 5px;
	background-image: url(../img/rss.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 5px 0 5px 20px;
	color: #eb802d;
	font-weight: bold;
}

div.inp div.aktu ul.zwi {
	margin-left: 0px; padding-left: 0px;
	
	}

div.inp div.aktu ul.zwi li { 
	float: left; 
	margin-left: 0;
	padding-left: 5px;
	background-image: none;
}

div.inp div.aktu ul.zwi li.bir {
	border-left: 1px dotted #dedccc;
	margin-left: 15px;
	padding-left: 15px;
	} 

div.inp div.aktu ul.zwi li a.zwin { 
	background-image: url(../img/arup.gif);
	background-position: 0 2px; 
	padding-left: 15px;
	background-repeat: no-repeat;
}

div.inp div.aktu ul.zwi li a.rozwin { 
	background-image: url(../img/ardown.gif);
	background-position: 0 0px; 
	padding-left: 15px;
	
	background-repeat: no-repeat;
}

div.wtyczka {
	padding: 0px 0 50px 0;
	/*height: 400px;*/
}

div.wtyczka table {
	background-color: transparent;
	border: 1px solid #D4D2C3;
}

div.wtyczka table th {
	background-color: transparent;
	border: 1px solid #D4D2C3;
}

div.wtyczka table tr td {
	background-color: transparent;
	border: 1px solid #D4D2C3;
	color:#43556B;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:18px;
	margin:20px auto;
	text-align:center;
	width: auto;
}
/*kraje w tresci artykulu*/
div.lista_article ul li {
    background-image: none !important;
    display: table !important;
    float: left;
    list-style: none outside none !important;
    margin: 0;
    padding: 0 0 0 2px;
    width: 200px;
}


div.lista_article ul li a {
    background-position: 0 center;
    background-repeat: no-repeat;
    color: #5A8029 !important;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    padding-left: 40px;
}

div.lista_article ul {
    display: block;
    margin: auto;
    width: 610px;
}
div.lista_article ul.first
{
	padding-left:0px !important;
}
div.lista_article ul li a:hover {
    text-decoration: underline;
}
div.lista_article ul li.pl a, a.curr_acc_pl {
    background-image: url("../img/flags/pl.gif");
}
div.lista_article ul li.ru a, a.curr_acc_ru {
    background-image: url("../img/flags/ru.gif");
}
div.lista_article ul li.lv a, a.curr_acc_lv {
    background-image: url("../img/flags/lv.gif");
}
div.lista_article ul li.lt a, a.curr_acc_lt {
    background-image: url("../img/flags/lt.gif");
}
div.lista_article ul li.hu a, a.curr_acc_hu {
    background-image: url("../img/flags/hu.gif");
}
div.lista_article ul li.cz a, a.curr_acc_cz {
    background-image: url("../img/flags/cz.gif");
}
div.lista_article ul li.ua a, a.curr_acc_ua {
    background-image: url("../img/flags/ua.gif");
}
div.lista_article ul li.ee a, a.curr_acc_ee {
    background-image: url("../img/flags/ee.gif");
}
div.lista_article ul li.bg a, a.curr_acc_bg {
    background-image: url("../img/flags/bg.gif");
}
div.lista_article ul li.au a, a.curr_acc_au {
    background-image: url("../img/flags/au.gif");
}
div.lista_article ul li.by a, a.curr_acc_by {
	background-image: url("../img/flags/by.gif");
}
div.lista_article ul li.ba a, a.curr_acc_ba {
    background-image: url("../img/flags/ba.gif");
}
div.lista_article ul li.hr a, a.curr_acc_hr {
    background-image: url("../img/flags/hr.gif");
}
div.lista_article ul li.dk a, a.curr_acc_dk {
    background-image: url("../img/flags/dk.gif");
}
div.lista_article ul li.sk a, a.curr_acc_sk {
    background-image: url("../img/flags/sk.gif");
}
div.lista_article ul li.si a, a.curr_acc_si {
    background-image: url("../img/flags/si.gif");
}
div.lista_article ul li.ua a, a.curr_acc_ua {
    background-image: url("../img/flags/ua.gif");
}
div.lista_article ul li.rs a, a.curr_acc_rs {
    background-image: url("../img/flags/rs.gif");
}
div.lista_article ul li.tr a, a.curr_acc_tr {
    background-image: url("../img/flags/tr.gif");
}
div.lista_article ul li.mena a, a.curr_acc_mena {
    background-image: url("../img/flags/mena.gif");
}
div.lista_article ul li.il a, a.curr_acc_il {
    background-image: url("../img/flags/il.gif");
}
div.lista_article ul li.md a, a.curr_acc_md {
    background-image: url("../img/flags/md.gif");
}
div.lista_article ul li.ro a, a.curr_acc_ro {
    background-image: url("../img/flags/ro.gif");
}
div.lista_article ul li.mk a, a.curr_acc_mk {
    background-image: url("../img/flags/mk.gif");
}
div.lista_article ul li.pt a, a.curr_acc_pt {
    background-image: url("../img/flags/pt.gif");
}
div.lista_article ul li.kz a, a.curr_acc_kz {
    background-image: url("../img/flags/kz.gif");
}
div.lista_article ul li.lu a, a.curr_acc_lu {
    background-image: url("../img/flags/lu.gif");
}
div.lista_article ul li.be a, a.curr_acc_be {
    background-image: url("../img/flags/be.gif");
}

/*koniec krajow w tresci artykulow*/

/* kraje */

div.kraje { position: relative; z-index: 99; width: 100%; top: 0; left: 0;}
div.bg { background-color: #7a8a9d; margin: 0; padding:0;}

div.linkkraje { width:100%; background-color: transparent; background-image:url(../img/kraje2.gif); background-repeat:repeat-x; height: 30px;}		
div.linkkraje a { display: block; width: 300px; height: 30px; text-align: center; margin: 0 auto 0 auto; font-size: 12px; color: white; background-image:url(../img/kraje.gif); background-repeat: no-repeat; background-position: 0 0; font-family: Verdana, Arial, Helvetica, sans-serif; /*font-weight: bold; text-transform: uppercase;*/ padding: 0px 0 0 0;}

div.lista_k { min-height: 15px; background-color: #7a8a9d; padding: 0 5px 4px 15px;  }
div.lista_k ul { padding:0; margin: 0; float: left; }
div.lista_k ul li a {height:16px; color: white; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 10px; /*text-transform: uppercase;*/ display: block; padding: 4px 0px 3px 40px;  background-repeat:no-repeat; background-position:left top; margin: 0;}

div.lista_k ul li { margin: 0;  padding:0px 0px 0px 2px; }

div.lista_k ul li a:hover { text-decoration: underline; }

div.lista_k ul li.pl_wyb a, a.curr_acc_pl { background-image: url(../img/flags/pl_wyb2.gif);  } 
div.lista_k ul li.ru_wyb a, a.curr_acc_ru { background-image: url(../img/flags/ru_wyb2.gif);  } 
div.lista_k ul li.lv_wyb a, a.curr_acc_lv { background-image: url(../img/flags/lv_wyb2.gif);  } 
div.lista_k ul li.lt_wyb a, a.curr_acc_lt { background-image: url(../img/flags/lt_wyb2.gif);  } 
div.lista_k ul li.hu_wyb a, a.curr_acc_hu { background-image: url(../img/flags/hu_wyb2.gif);  } 
div.lista_k ul li.cz_wyb a, a.curr_acc_cz { background-image: url(../img/flags/cz_wyb2.gif);  } 
div.lista_k ul li.ua_wyb a, a.curr_acc_ua { background-image: url(../img/flags/ua_wyb2.gif);  } 
div.lista_k ul li.ee_wyb a, a.curr_acc_ee { background-image: url(../img/flags/ee_wyb2.gif);  } 
div.lista_k ul li.bg_wyb a, a.curr_acc_bg { background-image: url(../img/flags/bg_wyb2.gif);  }
div.lista_k ul li.au_wyb a, a.curr_acc_au { background-image: url(../img/flags/au_wyb2.gif);  } 
div.lista_k ul li.by_wyb a, a.curr_acc_by { background-image: url(../img/flags/by_wyb2.gif);  } 
div.lista_k ul li.ba_wyb a, a.curr_acc_ba { background-image: url(../img/flags/ba_wyb2.gif);  } 
div.lista_k ul li.hr_wyb a, a.curr_acc_hr { background-image: url(../img/flags/hr_wyb2.gif);  } 
div.lista_k ul li.dk_wyb a, a.curr_acc_dk { background-image: url(../img/flags/dk_wyb2.gif);  }
div.lista_k ul li.sk_wyb a, a.curr_acc_sk { background-image: url(../img/flags/sk_wyb2.gif);  } 
div.lista_k ul li.si_wyb a, a.curr_acc_si { background-image: url(../img/flags/si_wyb2.gif);  } 
div.lista_k ul li.ua_wyb a, a.curr_acc_ua { background-image: url(../img/flags/ua_wyb2.gif);  } 
div.lista_k ul li.rs_wyb a, a.curr_acc_rs { background-image: url(../img/flags/rs_wyb2.gif);  }
div.lista_k ul li.tr_wyb a, a.curr_acc_tr { background-image: url(../img/flags/tr_wyb2.gif);  } 
div.lista_k ul li.mena_wyb a, a.curr_acc_mena { background-image: url(../img/flags/mena_wyb2.gif);  }
div.lista_k ul li.il_wyb a, a.curr_acc_il { background-image: url(../img/flags/il_wyb2.gif);  } 
div.lista_k ul li.md_wyb a, a.curr_acc_md { background-image: url(../img/flags/md_wyb2.gif);  }
div.lista_k ul li.ro_wyb a, a.curr_acc_ro { background-image: url(../img/flags/ro_wyb2.gif);  }
div.lista_k ul li.mk_wyb a, a.curr_acc_mk { background-image: url(../img/flags/mk_wyb2.gif);  }
div.lista_k ul li.pt_wyb a, a.curr_acc_pt { background-image: url(../img/flags/pt_wyb2.gif);  }
div.lista_k ul li.kz_wyb a, a.curr_acc_kz { background-image: url(../img/flags/kz_wyb2.gif);  }
div.lista_k ul li.lu_wyb a, a.curr_acc_lu { background-image: url(../img/flags/lu_wyb2.gif);  }
div.lista_k ul li.be_wyb a, a.curr_acc_be { background-image: url(../img/flags/be_wyb2.gif);  }
div.lista_k ul li a:hover { text-decoration: underline; }
div.lista_k ul li.pl_wyb a:hover, a.curr_acc_pl:hover { background-image: url(../img/flags/pl_wyb.gif);  } 
div.lista_k ul li.ru_wyb a:hover, a.curr_acc_ru:hover { background-image: url(../img/flags/ru_wyb.gif);  } 
div.lista_k ul li.lv_wyb a:hover, a.curr_acc_lv:hover { background-image: url(../img/flags/lv_wyb.gif);  } 
div.lista_k ul li.lt_wyb a:hover, a.curr_acc_lt:hover { background-image: url(../img/flags/lt_wyb.gif);  } 
div.lista_k ul li.hu_wyb a:hover, a.curr_acc_hu:hover { background-image: url(../img/flags/hu_wyb.gif);  } 
div.lista_k ul li.cz_wyb a:hover, a.curr_acc_cz:hover { background-image: url(../img/flags/cz_wyb.gif);  } 
div.lista_k ul li.ua_wyb a:hover, a.curr_acc_ua:hover { background-image: url(../img/flags/ua_wyb.gif);  } 
div.lista_k ul li.ee_wyb a:hover, a.curr_acc_ee:hover { background-image: url(../img/flags/ee_wyb.gif);  } 
div.lista_k ul li.bg_wyb a:hover, a.curr_acc_bg:hover { background-image: url(../img/flags/bg_wyb.gif);  }
div.lista_k ul li.au_wyb a:hover, a.curr_acc_au:hover { background-image: url(../img/flags/au_wyb.gif);  } 
div.lista_k ul li.by_wyb a:hover, a.curr_acc_by:hover { background-image: url(../img/flags/by_wyb.gif);  } 
div.lista_k ul li.ba_wyb a:hover, a.curr_acc_ba:hover { background-image: url(../img/flags/ba_wyb.gif);  } 
div.lista_k ul li.hr_wyb a:hover, a.curr_acc_hr:hover { background-image: url(../img/flags/hr_wyb.gif);  } 
div.lista_k ul li.dk_wyb a:hover, a.curr_acc_dk:hover { background-image: url(../img/flags/dk_wyb.gif);  }
div.lista_k ul li.sk_wyb a:hover, a.curr_acc_sk:hover { background-image: url(../img/flags/sk_wyb.gif);  } 
div.lista_k ul li.si_wyb a:hover, a.curr_acc_si:hover { background-image: url(../img/flags/si_wyb.gif);  } 
div.lista_k ul li.ua_wyb a:hover, a.curr_acc_ua:hover { background-image: url(../img/flags/ua_wyb.gif);  } 
div.lista_k ul li.rs_wyb a:hover, a.curr_acc_rs:hover { background-image: url(../img/flags/rs_wyb.gif);  }
div.lista_k ul li.tr_wyb a:hover, a.curr_acc_tr:hover { background-image: url(../img/flags/tr_wyb.gif);  } 
div.lista_k ul li.mena_wyb a:hover, a.curr_acc_mena:hover { background-image: url(../img/flags/mena_wyb.gif);  }
div.lista_k ul li.il_wyb a:hover, a.curr_acc_il:hover { background-image: url(../img/flags/il_wyb.gif);  } 
div.lista_k ul li.md_wyb a:hover, a.curr_acc_md:hover { background-image: url(../img/flags/md_wyb.gif);  }
div.lista_k ul li.ro_wyb a:hover, a.curr_acc_ro:hover { background-image: url(../img/flags/ro_wyb.gif);  }
div.lista_k ul li.mk_wyb a:hover, a.curr_acc_mk:hover { background-image: url(../img/flags/mk_wyb.gif);  }
div.lista_k ul li.pt_wyb a:hover, a.curr_acc_pt:hover { background-image: url(../img/flags/pt_wyb.gif);  }
div.lista_k ul li.kz_wyb a:hover, a.curr_acc_kz:hover { background-image: url(../img/flags/kz_wyb.gif);  }
div.lista_k ul li.lu_wyb a:hover, a.curr_acc_lu:hover { background-image: url(../img/flags/lu_wyb.gif);  }
div.lista_k ul li.be_wyb a:hover, a.curr_acc_be:hover { background-image: url(../img/flags/be_wyb.gif);  }

div.lista_k ul li#wybrany {font-weight: bold;/*background-image:url(../img/tick.gif); background-position: bottom center; background-repeat: no-repeat; padding-bottom: 5px;*/} 
div.lista_k ul li.namekraj { width: 225px; padding-top: 10px; color: white; font-size: 11px; text-align:left; padding-right: 20px;}

div.accounts_bar span.accounts_label{font-size:11px; color: #fff; position: relative; }
div.accounts_bar a.curr_acc_href {display: inline-block; text-indent: -9999px; width:34px; height: 25px; padding: 0; margin-left: 0;}
div.ac_dropdown_box{display:none;  position: absolute;  background-color: #7A8A9D;min-height: 15px;padding: 20px 0 25px;width:100%;z-index: 999}
div.ac_dropdown_box div.list_box{margin: 0 auto;width: 910px;}
div.ac_dropdown_box ul{margin: 0 0 0 0; float: left; width: 227px}
div.ac_dropdown_box ul.last{margin: 0;}
div.accounts_bar{width: 940px; margin: 0 auto 0 auto;padding:5px 0; position: relative;}
div.accounts_bar #ac_dropdown{font-size:11px; color: #fff; width: 19px; height: 21px; display: inline-block; position: relative; top: -3px;}
div.accounts_bar #ac_dropdown.down{background: url(../img/down.png)}
div.accounts_bar #ac_dropdown.up{background: url(../img/up.png)}

div.menu ul {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 1px;
	left: 5px;
	width: 940px;
	height: 1%;
}
div.menu ul li a {
	color: #3c4c61;
	font-family: Verdana, Arial, serif;
	font-size: 11px;
	display: block;
	height: 18px;
	text-transform: uppercase;
	padding: 8px 10px 5px 10px;
	float: left;
	height: 1%;
}
div.main div.info {
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
	color: #3c4c61;
	margin-top: 14px;
	padding: 2px 0 2px 0;
	padding-left: 15px;
	height: 1%;
	border: 1px solid blac
	text-transform: uppercase;
}
.info:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
div.main div.info ul.date {
	margin: 0;
	padding: 0;
}
div.main div.info p {
	margin-top: 10px;
}
ul.date li {
	background-color: #eaf4ff;
	border: 1px solid #bdc8d1;
	padding: 4px 5px 3px 5px;
	margin: 7px 2px 0 2px;
	float: left;
	display: block;
}
ul.date li.sum {
	background-color: white;
	border: none;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0;
}
p.wiecejstat {
	float: right;
}
a.linkbox_d {
	border: 1px solid #d3d9e5;
	padding: 4px 20px 3px 13px;
	background-color: white;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #3c4c61;
	display: block;
}
a.linkbox {
	border: 1px solid #d3d9e5;
	padding: 4px 20px 3px 13px;
	background-color: white;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #3c4c61;
}
div.containers {
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1%;
}
div.part {
	background-color: #eaf4ff;
	padding: 10px;
	font-family: Helvetica, Arial, serif;
	font-size: 11px;
	line-height: 15px;
	min-height: 172px;
	color: #3c4c61;
	height: 172px;
}
div.part p {
	margin-top: 13px;
}
div.part strong {
	padding: 2px 2px 1px 2px;
	background-color: white;
	border: 1px solid #d8e4f1;
}
div.part p.acenter {
	margin-top: 20px;
}
ul.aktualnosci {
	margin: 5px 0;
	padding: 0px;
}
ul.aktualnosci li {
	list-style: none;
	padding: 3px 0 3px 17px;
	margin: 0px;
	background-image: url(../img/icon_doc.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
ul.aktualnosci li a {
	display: block;
	padding: 0px;
	font-family: Helvetica, Arial, serif;
	text-decoration: underline;
	font-size: 11px;
	color: #3c4c61;
}
div.part ul.aktualnosci li span {
	font-size: 10px;
	color: #8e9cad;
}
div.footer {
	margin-top: 15px;
	padding-top: 3px;
	padding-bottom: 20px;
	border-top: 1px solid #d3dae3;
	clear: both;
}
div.footer p {
	font-family: Helvetica, Arial, serif;
	font-size: 11px;
	color: #3c4c61;
	margin-top: 5px;
}

div.inp {
		margin-bottom: 20px;
}

div.inp {
	margin-top: 20px;
	margin-left: 218px;
	border: 1px solid #e0e6ed;
	width: 681px;
	min-height:500px;
	padding: 19px;
}
ul.menu_l li a {
display: block;
background-color: #e4eef7;
text-decoration: none;
color: #546a85;
font-family: Helvetica, Arial, serif;
font-size: 10px; text-transform: uppercase;
height: 14px;
padding: 9px 10px 10px 10px;
width: 195px;
background-image:url(../img/menu_zwykle.gif); background-position: 0 -34px; background-repeat: no-repeat;
}

h5 {  background-position: 0 4px;  }

div.inp ul li { background-position: 0 7px;  }

div.inp ul li ul li { background-position: 0 7px;  }

div.inp p a.rss {background-position: 0 5px; }

div.inp div.aktu ul.zwi li a.zwin { 
	
	background-position: 0 5px; 
	
}

div.inp div.aktu ul.zwi li a.rozwin { 

	background-position: 0 3px; 
}
div.menu ul li a {
	color: #3c4c61;
	font-family: Verdana, Arial, serif;
	font-size: 11px;
	display: block;
	height: 18px;
	text-transform: uppercase;
	padding: 8px 10px 5px 10px;
	float: left;
	min-height: 1%;
}


div.menu ul li a:hover {
	color: #1c242e;
}

div.main div.info {
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
	color: #3c4c61;
	margin-top: 14px;
	padding: 2px 0 2px 0;
	padding-left: 15px;
	height: 1%;
	border: 1px solid blac
	text-transform: uppercase;
}

.info:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div.main div.info ul.date {
	margin: 0;
	padding: 0;
}

div.main div.info p {
	margin-top: 10px;
}

ul.date li {
	background-color: #eaf4ff;
	border: 1px solid #bdc8d1;
	padding: 4px 5px 3px 5px;
	margin: 7px 2px 0 2px;
	float: left;
	display: block;
}

ul.date li.sum {
	background-color: white;
	border: none;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0;
}

p.wiecejstat {
	float: right;
}

a.linkbox_d {
	border: 1px solid #d3d9e5;
	padding: 4px 20px 3px 13px;
	background-color: white;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #3c4c61;
	display: block;
}

a.linkbox {
	border: 1px solid #d3d9e5;
	padding: 4px 20px 3px 13px;
	background-color: white;
	background-image: url(../img/arrow_right_whitebg.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #3c4c61;
}

div.containers {
	margin-top: 10px;
	margin-bottom: 20px;
}

div.part {
	background-color: #eaf4ff;
	padding: 10px;
	font-family: Helvetica, Arial, serif;
	font-size: 11px;
	line-height: 15px;
	min-height: 172px;
	color: #3c4c61;
	height: 172px;
}

div.part p {
	margin-top: 13px;
}

div.part strong {
	padding: 2px 2px 1px 2px;
	background-color: white;
	border: 1px solid #d8e4f1;
}

div.part p.acenter {
	margin-top: 20px;
}

ul.aktualnosci {
	margin: 5px 0;
	padding: 0px;
}

ul.aktualnosci li {
	list-style: none;
	padding: 3px 0 3px 17px;
	margin: 0px;
	background-image: url(../img/icon_doc.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

ul.aktualnosci li a {
	display: block;
	padding: 0px;
	font-family: Helvetica, Arial, serif;
	text-decoration: underline;
	font-size: 11px;
	color: #3c4c61;
}

div.part ul.aktualnosci li span {
	font-size: 10px;
	color: #8e9cad;
}

div.footer {
	margin-top: 15px;
	padding-top: 3px;
	border-top: 1px solid #d3dae3;
	clear: both;
}

div.footer p {
	font-family: Helvetica, Arial, serif;
	font-size: 11px;
	color: #3c4c61;
	margin-top: 5px;
}

div.inp {
		margin-bottom: 20px;
}

div.inp {
	margin-top: 20px;
	margin-left: 218px;
	border: 1px solid #e0e6ed;
	width: 681px;
	min-height:500px;
	padding: 19px;
}


ul.menu_l li a span {
	margin: 10px 10px 10px 10px;
	display: inline-block;
}

ul.menu_l li a {
display: block;
background-color: #e4eef7;
text-decoration: none;
color: #546a85;
font-family: Helvetica, Arial, serif;
font-size: 10px; text-transform: uppercase;
height: 33px;
padding: 0px;
width: 215px;
background-image:url(../img/menu_zwykle.gif); background-position: 0 -34px; background-repeat: no-repeat;
}


h5 {  background-position: 0 4px;  }

div.inp ul li { background-position: 0 7px;  }

div.inp ul li ul li { background-position: 0 7px;  }

div.inp p a.rss {background-position: 0 5px; }

div.inp div.aktu ul.zwi li a.zwin { 
	
	background-position: 0 5px; 
	
}

div.inp div.aktu ul.zwi li a.rozwin { 

	background-position: 0 3px; 

}

div.lista_k ul li { margin: 0; padding: 9px 0px 0px 0px; height: 25px;}

div.sidenav {
	position: absolute;
	top: 42px;
	left: 255px;
	height: 36px;
	width: 685px;
	z-index: 3;
	text-align: right;
}
