html,body,h1,h2,h3,h4,ol,ul,li,dl,dt,dd,form,fieldset,p {
	margin: 0;
	padding: 0
}

body {
	font: 100% arial, verdana, tahoma, sans-serif;
	background: #fff;
	color: #000;
}

a,a:hover {
	text-decoration: none;
	color: #616161;
}

a:visited {
	text-decoration: none;
	color: #616161;
}

/* accessibility */
legend,label {
	display: none;
}

/* forms */
fieldset {
	border: none;
}

strong
{
	color: #1F3161;
}

/* flash */
#flash {
	position: absolute;
	top: 0;
	left: 256px;
	width: 479px;
	height: 219px;
}

/* ../layout grid */
.wrapper {
	margin: 0 auto;
	width: 955px;
}

#main {
	float: left;
	width: 490px;
	position: relative;
	padding-bottom: 10px;
}  /* first column */
* html #main {
	display: inline;
}

#main ul li
{
	padding-bottom: 7px;
}

#additional-information {
	float: left;
	margin-top: 72px;
	width: 209px;
}  /* second column */
#sidebar {
	background: url('../layout/sidebar.gif') 0 0 no-repeat;;
	float: left;
	width: 256px;
	position: relative;
	z-index: 776;
}  /* third column */ /* clear all of them */
.wrapper,#sidebar form {
	overflow: hidden;
	height: 1%;
}

.tabelka_opis {
	font-size: 15px;
	color: #000;
}

TD {
	font-size: 10px;
	color: #000;
}

#header {
	background: #1F3161;
	width: 100%;
}

#header .wrapper {
	background: url('../layout/header.jpg') 0 100% no-repeat;
	height: 230px;
	position: relative;
}

#header ul {
	background: #1F3161;
	list-style: none;
	width: 210px;
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 101;
}

#header ul li {
	border-bottom: 1px solid #fff;
}

#header li a {
	background: url('../layout/header.li.a.marker.gif') 2px 50% no-repeat;
	color: #fff;
	display: block;
	font-size: 87.5%;
	font-weight: bold;
	padding: 6px 0 6px 24px;
}

#header h1 {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 198px;
	height: 82px;
}

#header h1 a {
	display: block;
	text-indent: -666em;
	width: 198px;
	height: 82px;
}

#header form {
	position: absolute;
	bottom: 28px;
	left: 0;
	width: 192px;
}

#header form h2 {
	color: #fff;
	font-size: 68.75%;
	text-align: right;
}

#header form label {
	color: #fff;
	display: block;
	font-size: 62.5%;
	text-align: right;
}

#header form input.text {
	background: #fff;
	border: 1px solid #000;
	font-size: 62.5%;
	padding: 2px;
	width: 130px;
}

#header form input.submit {
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	font-size: 62.5%;
	width: 48px;
}

#content {
	background: url('../layout/content.png') 0 12px repeat-x;
	margin-top: -12px;
	position: relative;
	z-index: 99;
	width: 100%;
}

#content .wrapper {
	background: url('../layout/content.wrapper.gif') 0 0 repeat-y;
}

#main h2 {
	border-bottom: 2px solid #686A93;
	color: #1F3161;
	font-size: 87.5%;
	margin: 72px 0 9px;
}

#main h3 {
	color: #6a0;
	font-size: 68.75%;
	margin-top: 16px;
}

#main p {
	color: #000;
	font-size: 12px;
	text-align: justify;
	padding: 0 0 5px 0;
}

#main p.navigatioin {
	position: absolute;
	left: 8px;
	top: 16px;
	font-size: 75%;
}

#main p.navigatioin a {
	color: #1F3161;
	font-weight: bold;
}

#main p.tabelka_opis {
	color: #000;
	font-size: 12px;
	text-align: justify;
}

#main li {
	color: #000;
	font-size: 12px;
	text-align: justify;
	margin: 0 27px;
}

#main div {
	padding: 0 27px;
	font: 100% arial, verdana, tahoma, sans-serif;
}

#main dl,#main div.left_content dl {
	margin-bottom: 18px;
}

#main dt,#main div.left_content dt {
	display: none;
}

#main dd,#main div.left_content dd {
	display: inline;
	padding-right: 12px;
}

#main dd a,#main div.left_content dd a {
	color: #686A93;
	font-size: 68.75%;
	font-weight: bold;
}

#main dd a:hover, , #main div.left_content dd a:hover {
	text-decoration: underline;
}

#main dd a.selected, , #main div.left_content dd a:selected {
	color: #F00;
	text-decoration: underline;
}

#main dd a.active, , #main div.left_content dd a:active {
	color: #F00;
	text-decoration: underline;
}

#main p span.date, , #main div.left_content p span.date {
	color: #6B839D;
	font-weight: bold;
}

#additional-information ol {
	list-style: none;
	overflow: hidden;
}

#additional-information li {
	margin-top: -13px;
	padding-bottom: 19px;
}

#additional-information h2 {
	border-bottom: 2px solid #686A93;
	color: #1F3161;
	font-size: 87.5%;
}

#additional-information h3 {
	color: #6a0;
	font-size: 68.75%;
	border-top: 2px solid #676A93;
	padding-top: 19px;
}

#additional-information img {
	border: 1px solid #858585;
	margin-top: 28px;
	padding: 1px;
}

#additional-information p {
	color: #000;
	font-size: 68.75%;
	text-align: justify;
}

#additional-information p span.date {
	color: #6B839D;
	font-weight: bold;
}

#additional-information p span.read-more a {
	color: #6a0;
}

#sidebar h2 {
	background: #6a0;
	color: #fff;
	font-size: 87.5%;
	padding-left: 15px;
}

.tdh4 {
	color: #42AC2A;
	font-size: 65.75%;
}

#sidebar form {
	margin-bottom: 10px;
}

#sidebar form h2 {
	background: #6a0 url('../layout/sidebar.form.h2.gif') 0 100% no-repeat;
	margin-left: 69px;
	padding: 9px 16px 17px 0;
	text-align: right;
}

#sidebar input.text {
	background: #fff;
	border: 1px solid #000;
	float: left;
	font-size: 68.75%;
	margin: 2px 4px 0 8px;
	padding: 2px;
	width: 170px;
}

#sidebar input.submit {
	background: #6a0;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	font-size: 68.75%;
	margin: 2px 0 0;
}

#sidebar ul {
	list-style: none;
	margin: 0px 9px 32px 15px;
}

#sidebar li.up {
	border-bottom: 1px solid #55638A;
	height: 14px;
	border-top: 0px;
}

#sidebar li.sub {
	display: inline;
	width: 200px;
}

#sidebar li.up a,#sidebar li.sub a {
	color: #616161;
	display: block;
	font-size: 68.75%;
	padding-left: 9px;
}

#sidebar li.up .description,#sidebar li.sub .description {
	display: none;
}

#sidebar li.up:hover .description,#sidebar li.sub:hover .description {
	display: block;
}

#sidebar li.sub a {
	padding-left: 36px;
}

#sidebar .rury-preizolowane {
	width: 210px;
	border: 0px solid;
}

#sidebar .izolacje-technicze {
	width: 210px;
	border: 0px solid;
}

#sidebar .produkty-electro {
	width: 210px;
	border: 0px solid;
}

#sidebar .rury-preizolowane h3 {
	border: 0px solid;
}

#sidebar .izolacje-technicze h3 {
	border: 0px solid;
}

#sidebar .produkty-electro h3 {
	border: 0px solid;
}

#sidebar .rury-preizolowane ul,#sidebar .izolacje-technicze ul,#sidebar .produkty-electro ul,#sidebar .pianki-specjalistyczne ul
	{
	border-top: 1px solid #55638A;
}

#sidebar .rury-preizolowane ul li.up a {
	background: url('../layout/sidebar.ul.blue.gif') 0 50% no-repeat;
}

#sidebar .izolacje-technicze ul li.up a {
	background: url('../layout/sidebar.ul.grey.gif') 0 50% no-repeat;
}

#sidebar .produkty-electro ul li.up a {
	background: url('../layout/sidebar.ul.red.gif') 0 50% no-repeat;
}

#sidebar .pianki-specjalistyczne ul li.up a {
	background: url('../layout/sidebar.ul.orange.gif') 0 50% no-repeat;
}

#sidebar .rury-preizolowane ul li.sub a {
	background: url('../layout/sidebar.ul.li.li.blue.gif') 28px 50%
		no-repeat;
}

#sidebar .izolacje-technicze ul li.sub a {
	background: url('../layout/sidebar.ul.li.li.grey.gif') 28px 50%
		no-repeat;
}

#sidebar .produkty-electro ul li.sub a {
	background: url('../layout/sidebar.ul.li.li.red.gif') 28px 50% no-repeat
		;
}

#sidebar .pianki-specjalistyczne ul li.sub a {
	background: url('../layout/sidebar.ul.li.li.orange.gif') 28px 50%
		no-repeat;
}

#sidebar ul.information {
	margin-top: 48px;
}

#sidebar ul.information li {
	border-bottom: none;
	margin-top: -8px;
	padding-left: 10px;
}

#sidebar ul.information li a {
	color: #1F3161;
	line-height: 46px;
	font-size: 68.75%;
	padding-left: 50px;
}

#sidebar ul.information li.program-doboru {
	background: url('../layout/information.program-doboru.gif') 0 50%
		no-repeat;
}

#sidebar ul.information li.dokumenty-pdf {
	background: url('../layout/information.dokumenty-pdf.gif') 0 50%
		no-repeat;
}

#footer {
	background: #1F3161;
	width: 100%;
}

#footer .wrapper {
	background: url('../layout/footer.wrapper.gif') 0 0 repeat-y;
}

#footer p {
	color: #7990AC;
	font-size: 68.75%;
	padding: 18px 0 18px 256px;
	text-align: center;
}

/* reserch in progress */
.description {
	background: url('../layout/description.gif') 0 0 no-repeat;
	float: left;
	padding: 12px 9px 12px 15px;
	width: 136px;
	height: 148px;
	position: absolute;
	z-index: 777;
	left: 230px;
}

.description h4 {
	font-size: 75%;
	margin-top: 12px;
}

.description p {
	font-size: 68.75%;
}

/* clear all of them */
	/* .wrapper, #sidebar form {overflow:hidden;height:1%;} */
.wrapper:after,#sidebar form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wrapper,#sidebar form {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .wrapper,#sidebar form {
	height: 1%;
}

.wrapper,#sidebar form {
	display: block;
}

/* End hide from IE-mac */
img {
	border: 0;
	display: inline;
}

#przedstawiciel1 {
	display: none;
	position: relative;
	top: -190px;
	left: -62px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawiciel2 {
	display: none;
	z-index: 787;
	position: relative;
	top: -192px;
	left: -182px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawiciel3 {
	display: none;
	position: relative;
	top: -159px;
	left: -131px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawiciel4 {
	display: none;
	position: relative;
	top: -108px;
	left: -187px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawiciel5 {
	display: none;
	position: relative;
	top: -120px;
	left: -67px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawiciel6 {
	display: none;
	position: relative;
	top: -72px;
	left: -126px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawiciel7 {
	display: none;
	position: relative;
	top: -55px;
	left: -49px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawiciel1 img,#przedstawiciel2 img,#przedstawiciel3 img,#przedstawiciel4 img,#przedstawiciel5 img,#przedstawiciel6 img,#przedstawiciel7 img
	{
	margin: 5px 0px 5px 0px;
}

#przedstawiciel1 h3,#przedstawiciel2 h3,#przedstawiciel3 h3,#przedstawiciel4 h3,#przedstawiciel5 h3,#przedstawiciel6 h3,#przedstawiciel7 h3
	{
	color: #3F002E;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	padding: 0 0 0 0;
}

#przedstawiciel1 p,#przedstawiciel2 p,#przedstawiciel3 p,#przedstawiciel4 p,#przedstawiciel5 p,#przedstawiciel6 p,#przedstawiciel7 p
	{
	position: relative;
	right: 10px;
	width: 120px;
	margin-right: 20px;
	text-align: center;
	font-size: 10px;
}

#przedstawiciel1 a,#przedstawiciel2 a,#przedstawiciel3 a,#przedstawiciel4 a,#przedstawiciel5 a,#przedstawiciel6 a,#przedstawiciel7 a
	{
	width: 70px;
	text-align: right;
	float: right;
	margin: 0px 0px 0 0;
	text-decoration: none;
	color: black;
	z-index: 800;
}

#przedstawiciel1 a:hover,#przedstawiciel2 a:hover,#przedstawiciel3 a:hover,#przedstawiciel4 a:hover,#przedstawiciel5 a:hover,#przedstawiciel6 a:hover,#przedstawiciel7 a:hover
	{
	font-weight: bold;
}

#przedstawicielx1 {
	display: none;
	position: relative;
	top: -109px;
	left: -179px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawicielx2 {
	display: none;
	position: relative;
	top: -200px;
	left: -191px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawicielx3 {
	display: none;
	position: relative;
	top: -67px;
	left: -90px;
	width: 140px;
	height: 223px;
	background: url(../images/przedstawiciele_big_bg.gif) no-repeat;
}

#przedstawicielx1 img,#przedstawicielx2 img,#przedstawicielx3 img {width
	=140 padding:0;
	margin: 5px 0px 5px -10px;
}

#przedstawicielx1 h3,#przedstawicielx2 h3,#przedstawicielx3 h3 {
	color: #3F002E;
	font-size: 13px;
	font-family: verdana, helvetica, sans-serif;
	padding: 0 0 0 5px;
}

#przedstawicielx1 p,#przedstawicielx2 p,#przedstawicielx3 p {
	background: transparent;
	padding: 0 0 0 -10px;
	text-align: center;
}

#przedstawicielx1 a,#przedstawicielx2 a,#przedstawicielx3 a {
	width: 50px;
	text-align: right;
	float: right;
	margin: 10px 15px 0 0;
	text-decoration: none;
	color: black;
	z-index: 810;
}

#przedstawicielx1 a:hover,#przedstawicielx2 a:hover,#przedstawicielx3 a:hover
	{
	font-weight: bold;
}

#rightcol {
	width: 500px;
	float: center;
	position: absolute;
	margin-left: 10px;
	height: 438px;
	min-height: 438px;
}

.downloadLink {
	color: #686A93;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
	text-decoration: none;
}

.pagingSize {
	font-size: 14px;
}

a.paging_link {
	font-size: 14px;
	color: #6B839D;
}

#licznik {
	position: absolute;
	top: 187px;
	left: 95px;
	color: #FFFFFF;
	font-weight: bold;
}

.ul7 li {
	line-height: 20px;
}

#pressPhotos li {
	display: inline;
	float: left;
	width: 80px;
	height: 150px;
	font-size: 11px
}

.date {
	font-size: 88.75%;
}

.read-more {
	font-size: 68.75%;
}

/* nowe */
#space {
	height: 500px;
	clear: both;
}

ul#articlesx {
	list-style: none;
	margin-top: 35px;
}

ul#articlesx li {
	height: 48px;
	padding-left: 60px;
}

ul#articlesx li.dokumenty-pdf a {
	color: #1F3161;
	font-size: 12px;
}

ul#articlesx li.program-doboru {
	background: url('../layout/information.program-doboru.gif') 0 50%
		no-repeat;
}

ul#articlesx li.dokumenty-pdf {
	background: url('../layout/information.dokumenty-pdf.gif') 0 50%
		no-repeat;
}

#left_column {
	float: left;
	width: auto;
	margin-left: 20px;
}

ol#right_column_images {
	width: 235px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 133px;
}

ol#right_column_images li {
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-right: 15px;
	height: 160px;
}
ol#right_column_images li.rozwiazania {
	height: 180px;
}

ol#right_column_images li img,ol#right_column_images li a img {
	border: 1px solid #858585;
	padding: 1px;
	margin: 0px;
	/*width:202px;*/

}

ol#right_column_images li a span {
	text-align: center;
}

.photo_max_text {
	font-size:10px;
	padding-left:10px;
}

/* CATFISH RELATED - NOT REQUIRED FOR CATFISH TO WORK */
div#catfish {
	display: none; /* Stops catfish appearing before the page is fully loaded */
	background-color: #FFFFFF;
	text-align: center;
/*	border-top: 1px solid black;*/
	height: 50px;
	padding: 0;
	margin: 0;
	z-index: 9999;
}

div#catfishBan
{
	height: 50px;
	padding: 0;
	margin: 0;
}

div#catfish a#catfish-close {
	position: absolute;
	top: -25px;
	right: 5px;
	color: black;
}
div#catfish iframe {
	padding-top: 5px;
	padding-bottom: 5px;
}

#taszkolenia{padding:0!important;}
#taszkolenia div{padding:0;}
#taszkolenia p{margin:0 0 1.5em;}
#taszkolenia table{width:100%;border-collapse:collapse;}
#taszkolenia table td{padding:5px;border:1px solid #ccc;font-size:12px;}
#taszkolenia table th{padding:5px;border:1px solid #ccc;font-weight:bold;font-style:normal;text-align:center;font-size:12px;}
#taszkolenia h2{border:0;margin:0 0 10px;}
#taszkolenia form div{overflow:hidden;zoom:1;margin:0 0 5px;}
#taszkolenia div label{float:left;width:100px;text-align:right;margin-right:10px;display:block;font-size:12px;line-height:18px;}
#taszkolenia div input{width:200px;border:1px solid #ccc;padding:2px;font-size:12px;color:#666;}
#taszkolenia div select{font-size:12px;color:#666;}
#taszkolenia input.submit{margin-left:110px;}

.red_kliknij {
	color: #ff1111;
	float: right;
	font-weight: bold;
}

#promocje table {
	width: 100%;
}

#promocje td.right {
	padding-left: 27px;
}
#main div#promocje {
	width: 100%;
}