html, body {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	outline: none;
	color: #000;
}
a:hover {
	/*text-decoration: underline;*/
}
img {
	border: none;
}
div#main_body {
	width: 100%;
	height: 100%;
}
div#top_pg {
	width: 100%;
	height: 395px;
	background-image: url('../images/top_bg.jpg');
	background-repeat: x-repeat;
}
div#middle_pg {
	width: 100%;
	background-image: url('../images/middle_bg.jpg');
	background-repeat: repeat-x;
	height: 100%;
	overflow: hidden;
}
div#bottom_pg {
	width: 100%;
	height: 90px;
	background-image: url('../images/bottom_bg.jpg');
	background-repeat: x-repeat;
}
ul.nav_links {
	margin: 0px auto;
	text-align: right;
	width: 60%;
	height: 48px;
}
ul.nav_links  li {
	background-image: url('../images/nav_link.jpg');
	background-repeat: no-repeat;
	background-position: 100%;
	width: 110px;
	height: 25px;
	display: block;
	float: right;
	padding-right: 20px;
	padding-top: 3px;
}
ul.nav_links a#sitemap, ul.nav_links  a#pl_lang, ul.nav_links  a#en_lang {
	background-repeat: no-repeat;
	background-position: 100%;
	padding-right: 30px;
	padding-top: 5px;
	font-weight: bold;
	color: #333;
	font-size: 10px; 
	font-family: Arial;
	height: 18px;
	display: block;
}
ul.nav_links  li.lang {
	width: 130px;
}
ul.nav_links  a#sitemap {
	background-image: url('../images/sitemap_icon.jpg');
}
ul.nav_links  a#pl_lang {
	background-image: url('../images/pl_icon.jpg');
}
ul.nav_links  a#en_lang {
	background-image: url('../images/en_icon.jpg');
}
div.flash_banner {
	width: 798px;
	height: 100%;
	background-image: url('../images/banner_bg.jpg');
	background-repeat: x-repeat;
	margin: 0px auto;
	*margin-bottom: -48px;
}
div#links {
	display: block;
	text-align: center;
	padding-top: 10px;
	height: 50px;
}
div#links a {
	font-family: Arial;
	font-size: 12px;
	color: #bfd0d8;
	margin: 30px;
}
div#footer {
	display: block;
	width: 80%;
	margin: 0px auto;
	font-family: Arial;
	font-size: 12px;
	color: #bfd0d8;
	position: relative;
}
div.copyright {
	float: left;
}
div.partner {
	display: block;
	position: absolute;
	right: 0px;
	width: 150px;
}
div.partner span {
	display: block;
	float: left;
}
a.smartparts {
	width: 100px;
	height: 25px;
	background-image: url('../images/smartparts.jpg');
	float: left;
	margin-left: 5px;
	display: block;
}
div#top_container {
	display: block;
	width: 710px;
	margin: 0px auto;
	background-image: url('../images/middle_separator.gif');
	background-repeat: repeat-y;
	background-position: 50%;
	overflow: hidden;
	min-height: 309px;
	height: 309px;
}
html>body div#top_container  {
	height: auto;
}
div#top_container.narrow {
	background-position: 230px;
}
div#top_block {
	width: 710px;
	height: 72px;
	background-image: url('../images/top_separator.jpg');
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
}
div#top_container.narrow div#top_block {
	background-position: 230px;
}
div#left_column {
	display: block;
	float: left;
	width: 355px;
}
div#top_container.narrow div#left_column {
	width: 235px;
}
div#top_container.narrow div#right_column {
	width: 427px;
}
div#right_column {
	display: block;
	float: left;
	width: 307px;
	padding-left: 48px;
}
div#bottom_container {
	width: 100%;
	height: 40px;
	background-image: url('../images/bottom_cnt.jpg');
	background-repeat: x-repeat;
}
div#bottom_block {
	display: block;
	margin: 0px auto;
	width: 900px;
	height: 40px;
	background-image: url('../images/bottom_separator.jpg');
	background-repeat: no-repeat;
	background-position: 50%;
}
div#bottom_block.narrow {
	background-position: 325px;
}
div#container {
	display: block;
	width: 305px;
	border-bottom: 1px dashed #666;
	padding-bottom: 55px;
	margin-bottom: 25px;
}
div#top_container.narrow div#left_column div#container {
	width: 185px;
	padding-bottom: 25px;
}
div.header {
	display: block;
	height: 23px;
	border-left: 8px solid #ee7f01;
	font-family: Arial;
	font-size: 14px;
	color: #7b7a7a;
	padding-left: 6px;
	font-weight: bold;
	position: relative;
}
div.datetime {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
div.photo {
	display: block;
	width: 100%;
	height: 149px;
}
div#container  div.content {
	display: block;
	color: #666;
	font-family: Arial;
	font-size: 10px;
	line-height: 18px;
	text-align:justify;
	margin-top: 10px;
}
div.content {
	display: block;
	color: #666;
	font-family: Arial;
	font-size: 12px;
	text-align:justify;
	margin-top: 10px;
}
div.subject {
	display: block;
	color: #666;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	margin-top: 10px;
}
a.more_link {
	display: block;
	color: #ee8001;
	font-family: Arial;
	font-size: 10px;
	padding-top: 8px;
	margin-bottom: 10px;
	float: right;
}
div#content {
	display: block;
	width: 710px !important;
	margin: 0px auto;
	padding-top: 72px;
	min-height: 240px;
	height: 240px;
}
html>body div#content {
	height: auto;
}
div.CBox {
	display: block;
	width: 100%;
	border-bottom: 1px dashed #666;
	padding-bottom: 55px;
	margin-bottom: 25px;
}
/* contact style */
div#Contact {
	display: block;
	width: 500px;
	font-family: Arial;
	font-size: 12px;
	margin: 0px auto;
}
div#ContactNote {
	display: block;
	width: 490px;
	margin-left: 15px;
	margin-right: 15px;
	/*background-image: url('../images/information.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 40px;*/
	text-align: justify;
}
div#Contact tr#error td {
	color: #A00000 !important;
}
div#Contact tr#error input, div#Contact tr#error  textarea {
	background-color: #FFE5E5 !important;
}
div#Contact textarea {
	height: 100px;
}
div.ContactInfo {
	display: block;
	margin: 10px;
	color: #A00000;
	width: 100%;
}
div.ContactMarked {
	display: block;
	margin: 10px;
	width: 100%;
}
table.ContactTable {
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	width: 100%;
}
table.ContactTable input, textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 100%;
}
table.ContactTable input.submit {
	border: 1px solid #ccc;
	background-color: #eee;
	width: auto !important;
}
img.ContactCaptcha {
	display: block;
	width: 200px;
	height: 54px;
	margin: 5px auto;
}
input.ContactRefresh {
	display: block;
	background-image: url('../images/refresh.jpg');
	width: 30px !important;
	height: 24px !important;
	border: none !important;
	float: right;
}
/* tabs style */
div#tab_links {
	display: block;
}
div#tab_links a {
	text-decoration: none;
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #999;
	background-color: #eee;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 2px;
	color: #666;
	background-image: url('../images/b_tab.jpg');
	background-repeat: x-repeat;
	height: 16px;
	font-weight: bold;
}
div#tab_links a.active {
	background-image: none !important;
	background-color: #5CADFF;
	color: #fff !important;
}
div#short-news {
	display: block;
	overflow: hidden;
}
div.ntitle {
	display: block;
	font-family: Arial;
	font-size: 12px;
	color: #ee7f01;
	font-weight: bold;
	padding-top: 8px;
}
div.ndate {
	display: block;
	height: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #ee7f01;
}
div#CSitemap {
	display: block;
	border-left: 1px dotted #000;
}
div#CSitemap a {
	background-position: -1px;
}
a.CSitemap, a.CSitemapSub {
	display: block;
	height: 15px;
	background-image: url('../images/list.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: -5px;
	padding-top: 10px;
	color: #333;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
a.CSitemapSub {
	margin-left: 9px;
	background-position: 0px !important;
}
a:hover.CSitemap, a:hover.CSitemapSub {
	text-decoration: underline;
}
div.Page404 {
	font-family: Arial;
	font-size: 12px;
	color: #A00000;
	display: block;
	margin: 0px auto;
	width: 500px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../images/warning.gif');
	background-repeat: no-repeat;
	background-position: 10px 50%;
}


/* Polityka cookies */

div#CookiesPolicy {
	display: block;
	position: fixed;
	*position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-image: url('../images/cookies-policy-bg.png');
	z-index: 100;
}
div#CookiesPolicy div.annotation {
	display: block;
	padding: 20px;
	cursor: default;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	text-align: justify;
	line-height: 24px;
	text-shadow: 0px 0px 10px #000;
}
div#CookiesPolicy a, div#CookiesPolicy a.close {
	color: #4f7bbc;
	text-decoration: none;
	text-shadow: none;
	margin-left: 15px;
}
div#CookiesPolicy a.close {
	float: right;
	margin-bottom: 20px;
	background-image: url('../images/cookies-policy-close.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
div#CookiesPolicy a.close:hover {
	text-decoration: none;
}
div#CookiesPolicy a:hover {
	text-decoration: underline;
}