<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#jquery-overlay { position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }


#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {	position: relative; background-color: #000; width: 250px; height: 250px; margin: 0 auto; }

#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute;	top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav {	position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box &gt; #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none; }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }

#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif;	background-color: #010101;	margin: 0 auto;	line-height: 1.4em; overflow: auto; width: 100%; padding: 3px 10px 0 10px; }


#lightbox-container-image-data { padding: 0 10px; color: #fff; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {	display: block;	clear: left; padding-bottom: 1.0em; }
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; height: 22px;}

/* FORM */

body.mceContentBody.text_box_subpage {
float:none;
margin-left:10px;
}

.formErrorMark { background: #fffbfb; border: 1px solid #c40100 !important; }
.formButton { background: #ccc; border: 2px solid #ddd; font-size: 12px; font-weight: bold; padding: 1px 15px; margin: 5px 5px 0 0; color: #fff; color: #000; }
.fieldError { white-space:nowrap;font-size: 10px; font-weight: bold; color: #c40100; margin: 0 0px 0 5px;}
.fieldError img { width: 12px; height: 12px; margin: 0 0px 0 5px;}


.fieldBox {
	position:relative;

/*
	Znowu zapomnialem czemu
	display:inline-block;
	
	(zapomnijmy o inline-block, ok?)
	
*/
}

.fieldValidator {
	position:absolute;
	top:0;
	right:-5px;
}

.fieldValidatorTooltip {
	z-index: 10;

	position:absolute;	
	top:-12px;
	left:20px;
	background-color:#cc0000;
	color:#fff;	
	border:1px solid #cc0000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;	
}

.fieldValidatorMessage {
	white-space: nowrap;
	padding:3px 7px;
}

.arrow_box {
	position:relative;
	background:#e01d1d;
}
.arrow_box:after {
	right:100%;
	border:solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;	
}

.arrow_box:after {
	border-right-color:#cc0000;
	border-width:5px;
	top:50%;
	margin-top:-5px;
}


.formValidationErrorBox {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;	
	margin:10px 0;	
}

.formValidationErrorBoxMessage {
	padding:3px 7px;
}

.arrow_box_down {
	position: relative;
	background: #cc0000;
}

.arrow_box_down:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_down:after {
	border-top-color: #cc0000;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}


span.fieldValidatorIcon {
	position: relative;
	left:3px;
	top:-1px;
	width: 12px;
	height: 12px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #ffffff;
}

img.fieldValidatorIcon {
	position: absolute;
	width: 12px;
	height: 12px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	top: 0px;
	left: 0px;
}

.full th span.fieldValidatorIcon {
	background: transparent;
	display:block;

	width:100%;
	height: 1px;
	
	position: relative;
	
	left:7px;
	top:-22px;
	
	padding: 0px;
	margin: 0px;
	border: 0px;

	text-align:right;
}
.full th img.fieldValidatorIcon {
	position: relative;
	width: 12px;
	height: 12px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	bottom: 20px;
	right: 20px;
}

.fileList {
	/*width: 592px;*/
}

/* $files */

.content_wrapper .fileItem {
	min-width:220px;
}
.fileItem {
	min-width:220px;
	width: 23%;
	border:1px solid #dddddd;
	position:relative;
	float:left;
	margin:0 0px 12px 12px;
	padding:3px;
}

/* usuwanie */

.fileItem .fileRemoveConfirm {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background:#fff;	
	display: none;
}

.fileItem .fileRemoveConfirm &gt; div {
	margin:2px;
}

.fileItem .fileRemoveConfirm .fileRemoveButton {	
	padding:0 10px;
	height: 16px;
	display:inline;			
	margin:0 10px 0 10px;	
}

.fileItem .fileRemoveConfirm  .fileRemoveContent {	
	width:154px;
	float:left;
	text-align:center;
	cursor:pointer;
}

.fileItem .fileRemoveConfirm .fileRemoveButtonYes {	
	background:#e80000;
	color:#fff;
	font-weight:bold;
	border:1px solid #e80000;
}

.fileItem .fileRemoveConfirm .fileRemoveButtonNo {	
	background:#eeeeee;
	border:1px solid #bdbdbd;
	color:#000;
	font-weight:bold;
}

.fileItem .fileRemoveConfirm .fileRemoveTitle {
	margin:10px 0 5px 5px;
}

.fileItem .remove {position:absolute;bottom:-7px;right:10px;}
.fileItem .edit {position:absolute;bottom:-7px;right:30px;}
.fileItem .fileStateButton {position:absolute;bottom:-10px;right:48px;}

.fileItem .fileIcon {
	border:1px solid #c8d2dd;
	background:#f4f6f8 url("../_images/cms/core/fileTpl.png") no-repeat center center;
	width:62px;
	height:62px;
	float:left;	
	position:relative;
	margin:0 5px 0 0;
}

	/* uploading */
	
.fileItem.uploading {
	border:1px solid #63b030;
	background:transparent url("../_images/core/form/stripes.gif") repeat center top;
}

.fileItem.error {	
	background:transparent url("../_images/core/form/stripes.gif") repeat center top;
}

.fileUploadButton {
	margin:15px 20px;
}

.fileItem.uploading .fileProgress {	
	z-index:0;
	width:85px; 	
	height:4px;
	float:left;
	border:1px solid #c7d1dc;
	margin:4px 0 0 0;
}

.fileItem.uploading  .fileProgress &gt; div {
	width:0; 
	height:4px; 
	background:#44a105;	
}

.uploading .uploadProcent {
	font-size:10px;
	color:#44a105;
	line-height:12px;
}

.uploading .uploadCancel {
	background:#eeeeee;
	border:1px solid #bdbdbd;
	color:#000;
	font-weight:bold;	
	display:inline;
	padding:0 5px;
	height: 16px;
	margin:0 0 0 5px;
}


.fileItem .fileInfoSize:before {content:"[";}
.fileItem .fileInfoSize:after {content:"]";}

.fileItem .fileIcon span.fileType {
	position:absolute;
	background:#666;
	color:#fff;
	top:28px;
	left:3px;
	text-transform:uppercase;
	padding:0 2px;	
}

.fileItem .fileIcon span.fileStatus {
	position:absolute;	
	color:#fff;
	top:28px;
	left:3px;	
	padding:0 2px;	
	width:22px;
	height:22px;
}

.fileIcon span.fileType.document {background-color:#036ec9;}
.fileIcon span.fileType.video {background-color:#e30000;}
.fileIcon span.fileType.image {background-color:#54ab07;}
.fileIcon span.fileType.audio {background-color:#ed9100;}
.fileIcon span.fileType.flash {background-color:#5d2087;}
.fileIcon span.fileStatus.fileRemove {background:transparent url("../_images/core/form/fileRemove.png") no-repeat center center;}
.uploading .fileIcon span.fileType {background:transparent url("../_images/core/form/fileUpload.png") no-repeat center center;width:25px;height:25px;top:22px;left:0;}

.fileInterface {
	margin:0 0 10px 0;
	position: relative;
}

.typeButton {
	float:left;
	margin: 15px 0px 10px 15px;
	height:25px;
	font-size:11px;
	line-height:15px;
	font-weight:bold;

	padding:10px 10px 0 10px;
	color:#ffffff;
	text-align:center;
	
	background:#7e8c99 url("../_images/cms/cmsbutbg.png") repeat-x top left;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
	border-radius: 6px;
	
	cursor:pointer;
	
}
.typeButton:hover {
	background:#91a2b3;
}
.typeButton.disabled {
	background:#eee url("../_images/cms/cmsbutdis.png") repeat-x top left;
	cursor:default !important; 
	color:#999;
}


.fileRemoveConfirm {
	border:1px solid #e80000;
}


.fileItem .fileInfo {
	height: 32px;
	
}

.fileItem .fileUploading {
	display:none;
}

.uploading.fileItem .fileUploading {
	display:block;
}

.fileItem .fileWarningIcon {
	height:14px;
	width:14px;
	display:none;
	float:left;
	margin:16px 5px 0 0;
}
	
.fileItem .fileWarningBox {
	display: none;
	z-index: 15;
	background: white;
	padding: 5px;
	border: 1px solid #e4e4e4;
	position: absolute;
	right: 30px;
	bottom: 33px;
}
.fileItem .fileButtonBox {
	display: none;
}

.fileItem .fileType {
	display: none;
}

.fileItem .fileMessage &gt; div {
	display: none;
}

.fileItem .negative {
	color:red;		
	float:left;
}

.fileItem .positive {
	margin:10px 0 0 0;
	float:left;
}

.fileItem .fileTooltip {
	display: none;
	z-index: 15;
	background: white;
	padding: 5px;
	border: 1px solid #e4e4e4;
	position: absolute;
	right: 222px;
	bottom: 34px;
}
.fileItem .fileTooltip.tleft {
	right: auto;
	left: 66px;
}
.fileItem .fileTooltip.tbot {
	bottom: auto;
	top: 34px;
}


.fileItemHelper {
/*
	list-style: none;
*/
	float: left;

	opacity: 0.3;
	filter: alpha(opacity = 30);

	background: #fff;
	overflow: hidden;

	width: 220px;
	height: 64px;

	padding: 2px;
	border: 2px dashed #aaa;

	margin: 0 12px 12px 0;

}













/* Gallery Items */

.fileGallery .fileItem {
	width: 94px;
	height: 94px;
	margin-right: 6px;
}

.fileGallery .fileItemHelper {
	width: 94px;
	height: 94px;
	margin-right: 6px;
}

.fileGallery .fileIcon {
	width: 92px;
	height: 92px;
}

.fileGallery .fileInfo {
	display: none;
}

.fileGallery .fileType {
	display: none !important;
}

/*
.fileGallery .fileItem .fileTooltip {
	right: 99px;
	bottom: 24px;
}
.fileGallery .fileItem.tleft .fileTooltip {
	left: 99px;
}
.fileGallery .fileItem.tbot .fileTooltip {
	top: -1px;
}
*/




/* $files end */









/* Wysiwyg extra */

.jmcItemMaps, .jmcItemVideo {
	display: block;
	border:1px dotted #cc0000;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#ffffcc;
}

.jmcItemMaps {
	background-image: url(../_images/core/form/wysiwyg_map.png);
}

.jmcItemVideo {
	background-image: url(../_images/core/form/wysiwyg_video.png);
}

span.mceIcon.mce_jmcmaps {
	background: url(../_images/core/form/wysiwyg_map_icon.png) no-repeat 0 0;
	background-size: contain;
}

span.mceIcon.mce_jmcvideo {
	background: url(../_images/core/form/wysiwyg_video_icon.png) no-repeat 0 0;
	background-size: contain;
}

span.mceIcon.mce_jmcimage {
	background: url(../_images/core/form/wysiwyg_image_icon.png) no-repeat 0 0;
	background-size: contain;
}
span.mceIcon.mce_jmclink {
	background: url(../_images/core/form/wysiwyg_link_icon.png) no-repeat 0 0;
	background-size: contain;
}

.toggleButton {
	background-color: PaleGreen;
}

.toggleTemplate {
	background-color: PapayaWhip;
}


.toggleList,
.toggleList1{
	background-color: PaleTurquoise;
}

.toggleList .toggleList,
.toggleList1 .toggleList1,
.toggleList .toggleList1,
.toggleList1 .toggleList{
	background-color: PaleGreen;
}

.toggleList .toggleList .toggleList,
.toggleList .toggleList .toggleList1,
.toggleList .toggleList1 .toggleList1,
.toggleList .toggleList1 .toggleList,
.toggleList1 .toggleList1 .toggleList1,
.toggleList1 .toggleList1 .toggleList,
.toggleList1 .toggleList .toggleList,
.toggleList1 .toggleList .toggleList1{
	background-color: PapayaWhip;
}


/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url(../_images/core/imgareaselect/border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(../_images/core/imgareaselect/border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(../_images/core/imgareaselect/border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(../_images/core/imgareaselect/border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  

}



@font-face { 
	font-family:'Roboto_300';
	src:url(../font/roboto_300.woff) format('woff');
}
@font-face{
	font-family:'Roboto_300';
	src:url(../font/roboto_300.eot);
}
@font-face { 
	font-family:'Roboto_300';
	src:url(http://:/) format("No-IE-404"),url(/font/roboto_300.ttf) format("truetype");
}

@font-face { 
	font-family:'Roboto_400';
	src:url(../font/roboto_400.woff) format('woff');
}
@font-face{
	font-family:'Roboto_400';
	src:url(../font/roboto_400.eot);
}
@font-face { 
	font-family:'Roboto_400';
	src:url(http://:/) format("No-IE-404"),url(/font/roboto_400.ttf) format("truetype");
}

@font-face { 
	font-family:'Roboto_700';
	src:url(../font/roboto_700.woff) format('woff');
}
@font-face{
	font-family:'Roboto_700';
	src:url(../font/roboto_700.eot);
}
@font-face { 
	font-family:'Roboto_700';
	src:url(http://:/) format("No-IE-404"),url(/font/roboto_700.ttf) format("truetype");
}

body, html{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family: 'Roboto_300', Arial, sans;
	color: #353535;
	
	font-size: 14px;
	line-height: 20px;
	
}



a {
	text-decoration: none;
	color: #9d8048;
	color: #397db2;
	font-family: 'Roboto_300', Arial, sans;
}
a:hover{
	text-decoration: underline;
	color: #9d8048;
	color: #397db2;
}

a.active{
color: #888888;
}
a.active:hover{
	text-decoration: none;
}


.catsel{
display:block;
}

h1, h2, h3, h4, th, label {
	margin: 0;
	padding: 0;
	
}

h1, h2, h3, h4 {font-family: 'Roboto_400', Arial, sans; font-weight: normal;text-align:left;}
th, label {font-family: 'Roboto_400', Arial, sans; font-weight: normal;}

input,select,button,textarea,option {
	font-family: 'Roboto_300', Arial, sans; 
	font-weight: normal; 
	font-size: 14px; 
	color:#353535;
}
select{
	font-family: 'Roboto_300', Arial, sans; 
	font-weight: normal; 
	font-size: 12px; 
	line-height:16px;
	padding:2px;
	color:#353535;
}


p {
	margin: 0px 0 16px 0px;
	padding: 0;
	font-family: 'Roboto_300', Arial, sans;
}

b {
	font-weight: normal;
	font-family: 'Roboto_700', Arial, sans;
}

img {
	border-width: 0;
}




.paging{
clear:both;

	background-color: #ffffff;
	padding: 15px 20px;
	margin:0 10px 0 0;
	box-shadow: 0 0 10px #6c6c6c;
}

.paging .hr{
display:none;
}

.padded .paging{
clear:both;
background:none;
padding: 0;
margin:0;
box-shadow: none;
}
.padded .paging .hr{
display:block;
margin-bottom:5px;
}




.linkedPage {
	float: left;
	padding: 0 4px;
}
.currentPage {
	float: left;
	padding: 0 4px;
}
.paging .pageprev {
	background: transparent url('../_images/common/pageprev.png') no-repeat center left;
	padding: 0 0 0 12px;
}
.paging .pagenext {
	background: transparent url('../_images/common/pagenext.png') no-repeat center right;
	padding: 0 12px 0 0;
}
.paging .pagefirst {
	background: transparent url('../_images/common/pagefirst.png') no-repeat center left;
	padding: 0 0 0 12px;
}
.paging .pagelast {
	background: transparent url('../_images/common/pagelast.png') no-repeat center right;
	padding: 0 12px 0 0;
}

.text_box_subpage ul {
	margin: 10px 0px 10px 0px;
	padding:0 0 0 0px;
	list-style:none;
	overflow: hidden;
}
.text_box_subpage ul li {
	margin: 0px;
	padding: 0px 0 5px 15px;
	background:url('../_images/common/li.png') no-repeat top left;
}

.text_box_subpage li ul li{
	background:url('../_images/common/li2.png') no-repeat top left;
}
.text_box_subpage li li ul li{
	background:url('../_images/common/li3.png') no-repeat top left;
}
.text_box_subpage li li li ul li{
	background:url('../_images/common/li4.png') no-repeat top left;
}
.text_box_subpage li li li li ul li{
	background:url('../_images/common/li5.png') no-repeat top left;
}

.text_box_subpage ul ul,.text_box_subpage ol ol,.text_box_subpage ul ol,.text_box_subpage ol ul {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.text_box_subpage li li{
	position:relative;
	padding: 0px 0 5px 15px;
	margin-left:5px;
}
.text_box_subpage ol {
	list-style-image: none;
	list-style-type: decimal !important;
	margin: 10px 0px 10px 0px;
	padding: 0 0 0 25px;
	overflow: hidden;
}
.text_box_subpage ol li {
	margin: 0px;
	padding: 0px 0 5px 0px;
}
.text_box_subpage li ol {
	list-style-image: none;
	list-style-type: decimal !important;
}

.padded{padding:20px;}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#bg {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
}

#bg img {
 	position: absolute; 
 	top: 0; 
 	left: 0; 
 	right: 0; 
 	bottom: 0; 
 	margin: auto; 
	min-width: 50%;
	min-height: 50%;
}

#wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 980px;
	min-height: 100%;
}

.nav_bg {
	min-width: 980px;
	width: 100%;
	padding: 0;
	background: transparent url(../_images/common/bg_nav.gif) repeat-x;
	box-shadow: 0 0 10px #484848;
	height: 53px;
}

.navigation {
	min-width: 980px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.logo_polhemt {
	position: absolute;
	top: -30px;
	left: 0;
}

.logo_eden {
	position: absolute;
	top: 0px;
	left: 0;
}
.logo_sense {
	position: absolute;
	top: 0px;
	left: 0;
}
.logo_naczo {
	position: absolute;
	top: 0px;
	left: 0;
}
.logo_lab4mems2 {
	position: absolute;
	top: 0px;
	left: 0;
}

.logo_thzonline {
	position: absolute;
	top: -0px;
	left: 0;
}

.logo_smart_frame {
	position: absolute;
	top: -0px;
	left: 0;
}

.nav_content {
	margin-left: 90px;
	height: 53px;
	overflow:hidden;
}

.nav_content li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav_content li a {
	text-decoration: none;
	font-size: 13px;
	font-family: 'Roboto_300', Arial, sans;
	line-height: 0;
	color: #353535;
	padding: 26px 8px 27px 8px;
	display: block;
}

.nav_content li.active a {
	background: url(../_images/common/arrow_nav.gif) center bottom no-repeat;
	color: #a8a8a8;
}

.nav_content li a:hover {
	color: #a8a8a8;
}

.nav_login_lang {
	min-width: 980px;
	max-width: 1200px;
	height: 24px;
	margin: 0 auto;
	padding: 0;
}

.lang_sepator {
	display: block;
	float: left;
	color: #a8a8a8;
}

.nav_login, .nav_lang {
	float: right;
	margin-right: 20px;
	background: #6a6a6a url(../_images/common/bg_lang_login_nav.gif) repeat-x;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 0 10px #000000;
}

.link_login_lang {
	float: left;
	display: block;
	font-size: 14px;
	font-family: 'Roboto_300', Arial, sans;
	text-decoration: none;
	color: #ffffff;
	line-height: 0;
}

.link_login_lang:hover {
	color: #a8a8a8;
}

.link_login {
	padding: 12px 14px 12px 14px;
}

.link_lang {
	padding: 12px 10px 12px 10px;
}

.article_from_list {
	position: relative;
	float:left;
	width:260px;
	height:300px;
	
	background-color: #ffffff;
	padding: 0 0 0 0;
	margin: 0px 10px 20px 0;
	box-shadow: 0 0 10px #6c6c6c;
	
}
.article_list_title {
	font-family: 'Roboto_300', Arial, sans;
	font-size: 22px;
	line-height:24px;
	margin: 10px 0 10px 0; 
	padding: 0;
}

.content_wrapper {
	min-width: 980px;
	max-width: 1200px;
	margin: 0 auto 170px auto;
	padding: 0;
}
.foot_wrapper .content_wrapper {
	min-width: 980px;
	max-width: 1200px;
	margin: 0 auto 0px auto;
	padding: 0;
}

.slogan_title {
	float: left;
	width: 520px;
	padding: 0 0 0 10px;
	margin: 60px 0 0 10px;
}

.slogan_title p {
	font-family: 'Roboto_400', Arial, sans;
	font-size: 42px;
	line-height: 42px;
	color: #ffffff;
	/*margin: 0 0 160px 0;*/
	margin: 0;
	padding: 0;
	text-shadow: 2px 3px 3px rgba(39,30,2,0.7);
}

.text_box {
	float: right;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.96);
	width: 429px;
	padding: 0px;
	margin: 60px 10px 0px 0;
	box-shadow: 0 0 10px #6c6c6c;
	text-align: justify;
}

.itext_box p {
	font-family: 'Roboto_300', Arial, sans;
	ifont-size: 14px;
	margin: 0;
	padding: 0;
}

.text_box h1 {
	font-family: 'Roboto_300', Arial, sans;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 20px 0;
	padding: 0;
}

.newsboximage {
	margin: 0 auto;
	width: 436px;
}

.newsboximage a img {
	width:406px;
}


.wincyj {
	float: right;
}

.wincyj, .button {
	display: block;
	text-decoration: none;
	border: #f7f7f7 solid 1px;
	border-radius: 2px;
	background: url(../_images/common/wincyj.gif) repeat-x;
	color: #3d3d3d;
	font-family: 'Roboto_400', Arial, sans;
	font-size: 14px;
	line-height: 16px;
	padding: 4px 16px 4px 16px;
	box-shadow: 0 1px 2px #6c6c6c;
	margin-top: 10px;
}

.wincyj:hover, .button:hover {
	color: #a8a8a8;
}
.fieldBox{
	position:relative;
	width:100%;
}
form{padding:0;margin:0;}
.fieldValidator {
	position:absolute;
	top:0;
	right:0px;
}
.text, .password, .textarea {
	color: #777;
	/*padding-left: 10px;*/
	margin-top: 12px;
	/*width: 420px;*/
	width: 99%;
	
	min-height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	i-webkit-transition: all .4s ease;
	i-moz-transition: all .4s ease;
	itransition: all .4s ease;
}

.multiselect, .multiOptions {
	width: 100%;
	height:120px;
}

td.td_multiple {
	width: 360px;
	border-width: 0;
	border-collapse: collapse;
}

td.multi_button {
	vertical-align: bottom;
	border-width: 0;
	border-collapse: collapse;
}

td.multi_button .multiLeft, td.multi_button .multiRight {
	width: 35px;
	height: 35px;
	border-width: 0;
	cursor: pointer;
	margin: 4px 4px 0 4px;
}
.multiLeft {background: transparent url(../_images/common/left_unactive.gif) no-repeat;}
.multiLeft:hover {background: transparent url(../_images/common/left_active.gif) no-repeat;}
.multiRight {background: transparent url(../_images/common/right_unactive.gif) no-repeat;}
.multiRight:hover {background: transparent url(../_images/common/right_active.gif) no-repeat;}



.edycja_dokumentow .text, .edycja_dokumentow .password, .edycja_dokumentow .textarea {
	/*width: 598px;*/
}

.edycja_dokumentow .docFileItem .text, .edycja_dokumentow .docFileItem .password, .edycja_dokumentow .docFileItem .textarea {
	/*width: 570px;*/
	margin: 0 4px 0 4px;
}

.docFileItem .fieldBox .textarea {
	width: 556px;
	height:60px;
	margin: 0 10px 0 10px;
}

.fieldBox input, .fieldBox .textarea {
	margin:10px 0;
}

.footer_white_wide {
	min-width: 980px;
	width: 100%;
	max-height: 90px;
	background: transparent url(../_images/common/foot_white_trans.png) repeat;
}

.logos_left {
	float: left;
	/*width: 230px;*/
	height: 100px;
	margin-left: 20px;
}

.logos_left a {
	margin-right: 30px;
}

.logos_right {
	float: right;
	/*width: 690px;*/
	height: 100px;
	padding-right: 10px;
}
 
.logos_right a {
	margin-left: 28px;
}

.logos_right a img, .logos_left a img {
	text-decoration: none;
	border:0;
}

.logo_foot {
	opacity: 1.0;
}

.logo_foot:hover {
	opacity: 0.66;
}

.footer_black_wide {
	min-width: 980px;
	width: 100%;
	height: 20px;
	background: transparent url(../_images/common/foot_black_trans.png) repeat;
	padding: 15px 0 15px 0;
	position: absolute;
	bottom: 0;
}

.foot_adress {
	float: left;
}

.foot_links_copy {
	width: 660px;
	float: right;
}

.foot_copyright {
	float: right;
}

.foot_links {
	float: left;
}

a.foot_link {
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-family: 'Roboto_400', Arial, sans;
	font-size: 14px;
	float: left;
	margin-right: 20px;
}

a.foot_link:hover {
	color: #e2e2e2;
}

.foot_text {
	margin: 0;
	padding: 0 10px 0 0;
	font-family: 'Roboto_300', Arial, sans;
	font-size: 14px;
	color: #ffffff;
}

.foot_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width:980px;
	height: 140px;
	z-index: 2;
}

/* PODSTRONY */
.hand_menu {
	width: 300px;
	margin: 0 0 0px 10px;
	float: left;
}

.hand_menu_bar {
	width: 300px;
	height: 16px;
	background: transparent url(../_images/common/hand_menu_bar_bg.png) repeat;
}

.hand_menu_title {
	width: 300px;
	background: transparent url(../_images/common/hand_menu_bg.png) repeat;
}

.hand_menu_title h1 {
	color: #ffffff;
	font-family: 'Roboto_300', Arial, sans;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	padding: 15px 0 10px 20px;
}

ul.hand_menu_subpage {
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.hand_menu_subpage &gt; li {
	width: 300px;
	height: 40px;
	background: transparent url(../_images/common/hand_menu_bg.png) repeat;
}

ul.hand_menu_subpage &gt; li.active {
	width: 300px;
	height: 40px;
	background: transparent url(../_images/common/hand_menu_active.png) no-repeat;
}

.hand_menu_subpage a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: 'Roboto_300', Arial, sans;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px 10px 30px;
}

.hand_menu_subpage a:hover {
	color: #bababa;
	}

.hand_menu_bottom {
	width: 300px;
	height: 20px;
	background: transparent url(../_images/common/hand_menu_bg.png) repeat;
}


ul.hand_menu_subpage &gt; li ul {
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.hand_menu_subpage &gt; li ul li {
	width: 280px;
	padding-left: 20px;
	background: transparent url(../_images/common/hand_menu_bg.png) repeat;
}

ul.hand_menu_subpage &gt; li ul li.active a{
	color: #eec035;
	ifont-family: 'Roboto_400', Arial, sans;
}

.slogan_title_subpage {
	ifloat: left;
	/*width: 560px;*/
	padding: 0 0 0 10px;
	margin: 30px 0 30px 10px;
}

.slogan_title_subpage {
	padding: 10px;
	margin: 30px 10px 26px 10px;
	
}



.slogan_title_subpage p span, .slogan_title_subpage p {
	font-family: 'Roboto_300', Arial, sans;
	font-size: 30px !important;
	line-height: 30px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.7);
}



.text_box_document_list, .text_box_document_edit  {
	background-color: #ffffff;
	padding: 0 0 20px 0;
	margin: 0px 10px 0px 10px;
	box-shadow: 0 0 10px #6c6c6c;
}

.text_box_document_list {

ifloat: right;
	padding: 0px;
	margin: 0px 10px 0px 20px;
}

.text_box_subpage {
	float: right;
	background-color: #ffffff;
	width: 650px;
	padding: 0 0 0 0;
	margin: 0px 10px 0px 0;
	box-shadow: 0 0 10px #6c6c6c;
	text-align: justify;
}
.text_box_subpage_contener{
	float: right;
	width: 660px;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0;
}
.article_from_list{
	width:210px;
	height:250px;
}
.article_list_title{
	font-size:18px;
	line-height:20px;
}

.text_box_subpage p {
	font-family: 'Roboto_300', Arial, sans;

}

.text_box_subpage h1, .text_box_subpage h2 {
	font-family: 'Roboto_300', Arial, sans;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 20px 0;
	padding: 0px 0 0 0px;
}

.text_box_subpage h2 {
	font-size: 22px;
	font-family: 'Roboto_400', Arial, sans;
}

div.hr {
	height: 20px;
	line-height: 1px;
	padding: 0;
	margin: 10px 0 0 0;
	background: transparent url("../_images/common/hrbg.png") no-repeat center center;
	background-origin: content-box;
	background-size: 100% 10px;
	font-size: 1px;
	clear: both;
}

.newselement p {
	text-align: justify;
}

.gallerycontainer {
	margin: 0 0 0 0px;
}

.thumb {
	background: #ffffff url("../_images/common/imgbg.png") no-repeat bottom right;
	float: left;
	padding: 6px;
	border: solid 1px #cdcdcd;
	margin: 3px 10px 10px 0;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
	border: solid 1px #eeeeee;
	border-bottom: solid 1px #dddddd;
	border-top: solid 1px #f5f5f5;
	border-radius: 4px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	height:90px;
}

.thumb:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.article_from_list .padded{
	padding:10px;
}
.image{
	background: #ffffff url("../_images/common/imgbg.png") no-repeat bottom right;
	float: left;
	padding: 10px;
	border: solid 1px #cdcdcd;
	margin: 10px 20px 10px 0px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
	border: solid 1px #eeeeee;
	border-bottom: solid 1px #dddddd;
	border-top: solid 1px #f5f5f5;
	border-radius: 6px;
	iwidth: 170px;
}

.wgimage{
padding: 10px 0px 0px 0;
margin:0 20px 10px 0;
ifloat:left;
}

div.clear,div.clr,div.cl {
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.data {
	font-family: 'Roboto_300', Arial, sans;
	font-size: 12px;
	color: #939393;
	margin: 0 0 0 0px;
	padding:0px 0 0 0;
}



.more_article {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.more {
	background: transparent url("../_images/common/more_arrow.gif") no-repeat center right;
	padding: 0 20px 0 0;
	font-family: 'Roboto_300', Arial, sans;
	text-decoration: none;
	margin: 0 0px 0 0;
}
.back {
	background: transparent url("../_images/common/back_arrow.gif") no-repeat center left;
	padding: 0 0 0 20px;
	font-family: 'Roboto_300', Arial, sans;
	text-decoration: none;
	margin: 0 0px 0 0;
}


.more:hover,.back:hover {
	color: #a0a0a0;
}



.attachments {
	margin: 0px 0px 20px 0px;
}

.attachments a {
	display: block;
	margin: 0;
	padding: 7px 5px;
	border-bottom: solid 1px #eeeeee;
	background-color: #ffffff;
	text-decoration: none;
	font-family: 'Roboto_300', Arial, sans;
}

.attachments a:hover {
	ibackground-color: #a0a0a0;
	icolor: #ffffff;
	text-decoration:underline;
}

.attachments .file{
	background: transparent url('../_images/common/filetype/default.png') no-repeat center left;
	padding:10px 0 8px 40px;
}

.attachments .ac3{background-image:url('../_images/common/filetype/ac3.png');}
.attachments .ace{background-image:url('../_images/common/filetype/ace.png');}
.attachments .ade{background-image:url('../_images/common/filetype/ade.png');}
.attachments .adp{background-image:url('../_images/common/filetype/adp.png');}
.attachments .ai{background-image:url('../_images/common/filetype/ai.png');}
.attachments .aiff{background-image:url('../_images/common/filetype/aiff.png');}
.attachments .au{background-image:url('../_images/common/filetype/au.png');}
.attachments .avi{background-image:url('../_images/common/filetype/avi.png');}
.attachments .bat{background-image:url('../_images/common/filetype/bat.png');}
.attachments .bin{background-image:url('../_images/common/filetype/bin.png');}
.attachments .bmp{background-image:url('../_images/common/filetype/bmp.png');}
.attachments .bup{background-image:url('../_images/common/filetype/bup.png');}
.attachments .cab{background-image:url('../_images/common/filetype/cab.png');}
.attachments .cat{background-image:url('../_images/common/filetype/cat.png');}
.attachments .chm{background-image:url('../_images/common/filetype/chm.png');}
.attachments .css{background-image:url('../_images/common/filetype/css.png');}
.attachments .cue{background-image:url('../_images/common/filetype/cue.png');}
.attachments .dat{background-image:url('../_images/common/filetype/dat.png');}
.attachments .dcr{background-image:url('../_images/common/filetype/dcr.png');}
.attachments .default{background-image:url('../_images/common/filetype/default.png');}
.attachments .der{background-image:url('../_images/common/filetype/der.png');}
.attachments .dic{background-image:url('../_images/common/filetype/dic.png');}
.attachments .divx{background-image:url('../_images/common/filetype/divx.png');}
.attachments .diz{background-image:url('../_images/common/filetype/diz.png');}
.attachments .dll{background-image:url('../_images/common/filetype/dll.png');}
.attachments .doc{background-image:url('../_images/common/filetype/doc.png');}
.attachments .docx{background-image:url('../_images/common/filetype/docx.png');}
.attachments .dos{background-image:url('../_images/common/filetype/dos.png');}
.attachments .dvd{background-image:url('../_images/common/filetype/dvd.png');}
.attachments .dwg{background-image:url('../_images/common/filetype/dwg.png');}
.attachments .dwt{background-image:url('../_images/common/filetype/dwt.png');}
.attachments .emf{background-image:url('../_images/common/filetype/emf.png');}
.attachments .exc{background-image:url('../_images/common/filetype/exc.png');}
.attachments .fon{background-image:url('../_images/common/filetype/fon.png');}
.attachments .gif{background-image:url('../_images/common/filetype/gif.png');}
.attachments .hlp{background-image:url('../_images/common/filetype/hlp.png');}
.attachments .html{background-image:url('../_images/common/filetype/html.png');}
.attachments .ifo{background-image:url('../_images/common/filetype/ifo.png');}
.attachments .inf{background-image:url('../_images/common/filetype/inf.png');}
.attachments .ini{background-image:url('../_images/common/filetype/ini.png');}
.attachments .ins{background-image:url('../_images/common/filetype/ins.png');}
.attachments .ip{background-image:url('../_images/common/filetype/ip.png');}
.attachments .iso{background-image:url('../_images/common/filetype/iso.png');}
.attachments .isp{background-image:url('../_images/common/filetype/isp.png');}
.attachments .java{background-image:url('../_images/common/filetype/java.png');}
.attachments .jfif{background-image:url('../_images/common/filetype/jfif.png');}
.attachments .jpeg{background-image:url('../_images/common/filetype/jpeg.png');}
.attachments .jpg{background-image:url('../_images/common/filetype/jpg.png');}
.attachments .log{background-image:url('../_images/common/filetype/log.png');}
.attachments .m4a{background-image:url('../_images/common/filetype/m4a.png');}
.attachments .mid{background-image:url('../_images/common/filetype/mid.png');}
.attachments .mmf{background-image:url('../_images/common/filetype/mmf.png');}
.attachments .mmm{background-image:url('../_images/common/filetype/mmm.png');}
.attachments .mov{background-image:url('../_images/common/filetype/mov.png');}
.attachments .movie{background-image:url('../_images/common/filetype/movie.png');}
.attachments .mp2{background-image:url('../_images/common/filetype/mp2.png');}
.attachments .mp2v{background-image:url('../_images/common/filetype/mp2v.png');}
.attachments .mp3{background-image:url('../_images/common/filetype/mp3.png');}
.attachments .mp4{background-image:url('../_images/common/filetype/mp4.png');}
.attachments .mpe{background-image:url('../_images/common/filetype/mpe.png');}
.attachments .mpeg{background-image:url('../_images/common/filetype/mpeg.png');}
.attachments .mpg{background-image:url('../_images/common/filetype/mpg.png');}
.attachments .mpv2{background-image:url('../_images/common/filetype/mpv2.png');}
.attachments .nfo{background-image:url('../_images/common/filetype/nfo.png');}
.attachments .pdd{background-image:url('../_images/common/filetype/pdd.png');}
.attachments .pdf{background-image:url('../_images/common/filetype/pdf.png');}
.attachments .php{background-image:url('../_images/common/filetype/php.png');}
.attachments .png{background-image:url('../_images/common/filetype/png.png');}
.attachments .ppt{background-image:url('../_images/common/filetype/ppt.png');}
.attachments .pptx{background-image:url('../_images/common/filetype/pptx.png');}
.attachments .preview{background-image:url('../_images/common/filetype/preview.html');}
.attachments .psd{background-image:url('../_images/common/filetype/psd.png');}
.attachments .rar{background-image:url('../_images/common/filetype/rar.png');}
.attachments .reg{background-image:url('../_images/common/filetype/reg.png');}
.attachments .rtf{background-image:url('../_images/common/filetype/rtf.png');}
.attachments .scp{background-image:url('../_images/common/filetype/scp.png');}
.attachments .theme{background-image:url('../_images/common/filetype/theme.png');}
.attachments .tif{background-image:url('../_images/common/filetype/tif.png');}
.attachments .tiff{background-image:url('../_images/common/filetype/tiff.png');}
.attachments .tlb{background-image:url('../_images/common/filetype/tlb.png');}
.attachments .ttf{background-image:url('../_images/common/filetype/ttf.png');}
.attachments .txt{background-image:url('../_images/common/filetype/txt.png');}
.attachments .uis{background-image:url('../_images/common/filetype/uis.png');}
.attachments .url{background-image:url('../_images/common/filetype/url.png');}
.attachments .vbs{background-image:url('../_images/common/filetype/vbs.png');}
.attachments .vcr{background-image:url('../_images/common/filetype/vcr.png');}
.attachments .vob{background-image:url('../_images/common/filetype/vob.png');}
.attachments .wav{background-image:url('../_images/common/filetype/wav.png');}
.attachments .wba{background-image:url('../_images/common/filetype/wba.png');}
.attachments .wma{background-image:url('../_images/common/filetype/wma.png');}
.attachments .wmv{background-image:url('../_images/common/filetype/wmv.png');}
.attachments .wpl{background-image:url('../_images/common/filetype/wpl.png');}
.attachments .wri{background-image:url('../_images/common/filetype/wri.png');}
.attachments .wtx{background-image:url('../_images/common/filetype/wtx.png');}
.attachments .xls{background-image:url('../_images/common/filetype/xls.png');}
.attachments .xlsx{background-image:url('../_images/common/filetype/xlsx.png');}
.attachments .xml{background-image:url('../_images/common/filetype/xml.png');}
.attachments .xsl{background-image:url('../_images/common/filetype/xsl.png');}
.attachments .zap{background-image:url('../_images/common/filetype/zap.png');}
.attachments .zip{background-image:url('../_images/common/filetype/zip.png');}
.attachments .csv{background-image:url('../_images/common/filetype/txt.png');}

/* AKTUALNOSCI */

.aktualnosci_boxix {
	float: left;
	background-color: #ffffff;
	width: 1180px;
	padding: 10px 20px 0 0;
	margin: 10px 10px 0 0;
	box-shadow: 0 0 10px #6c6c6c;
}

.aktualnosci_from_listix {
	position: relative;
	height: 200px;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

.article_list_titlex {
	font-family: 'Roboto_400', Arial, sans;
	font-size: 22px;
	margin: 10px 0 0 0; 
	padding: 0;
}


.aktualnosci_box {
	float: left;
	background-color: #ffffff;
	width: 1200px;
	height: 220px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	box-shadow: 0 0 10px #6c6c6c;
}

.aktualnosci_box p {
	font-family: 'Roboto_300', Arial, sans;
	font-size: 14px;

}

.image_big {
	background: #ffffff url("../img/imgbg.html") no-repeat bottom right;
	float: left;
	padding: 10px;
	border: solid 1px #cdcdcd;
	margin: 3px 20px 10px 20px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
	border: solid 1px #eeeeee;
	border-bottom: solid 1px #dddddd;
	border-top: solid 1px #f5f5f5;
	border-radius: 6px;
}

.aktualnosci_from_list {
	position: relative;
	height: 210px;
}

.aktualnosci_data {
	font-family: 'Roboto_300', Arial, sans;
	font-size: 14px;
	color: #939393;
}

.pagination {
	float: left;
	background-color: #ffffff;
	width: 1180px;
	height: 30px;
	padding: 10px 0 0 20px;
	margin: 10px 0 0 0;
	box-shadow: 0 0 10px #6c6c6c;
}

.currentPage {
	float: left;
	padding: 0 4px;
}

.linkedPage {
	float: left;
	padding: 0 4px;
}

.pagingx .pagenext {
	background: transparent url('../img/more_arrow.html') no-repeat center right;
	padding: 0 12px 0 0;
}

.pagingx .pagelast {
	background: transparent url('../img/more_arrow_duplicate.html') no-repeat center right;
	padding: 0 24px 0 0;
}

.rozpychacz {
	height: 160px;
}


td{
vertical-align:top;
padding:5px;
}

/*DOCUMENT LIST*/
.document_list {
	margin: 0px;
}






.document_list table,.document_list th,.document_list td {
	border: 1px #dddddd solid;
	border-top:0;
	border-bottom:0;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
	vertical-align:top;
}

.document_list table{
width:100%;
border-bottom: 1px #dddddd solid;
}
.document_list td {
	padding: 10px 6px 6px 6px;
	font-size:14px;
	line-height:18px;
}

.document_list th {
	background-color: #666;
	color: #ffffff;
	text-align: left;
	padding: 6px;
	font-size:13px;
	line-height:16px;
	vertical-align:middle;
}

.center, th.center {
	text-align: center;
}

.row_doc {
	background-color: #f6f6f6;
}

.row_doc_odd {
	background-color: #ffffff;
}

.document_list table tbody tr:hover td, .document_list table tbody tr:hover td a {
	background-color: #e8e8e8;
}

.document_list table tbody tr td a:hover {
	color:#eec035;
}

.doc_top_nav {
	margin:0 0 10px 0;
}

.doc_top_nav button {
	text-decoration: none;
	border: #f7f7f7 solid 1px;
	border-radius: 2px;
	background: url(../_images/common/bg_nav.gif) repeat-x bottom;
	color: #3d3d3d;
	font-family: 'Roboto_400', Arial, sans;
	font-size: 14px;
	padding: 6px 16px 6px 16px;
	margin: 0 10px;
	box-shadow: 0 1px 2px #6c6c6c;
	cursor: pointer;
}

.doc_top_nav button:hover{
	color:#a8a8a8;
}

.border_box {
	border: 1px #dddddd solid;
	background-color: #fdfdfd;
	margin: 0 0 20px 0;
}

.border_box label {
	display: block;
	padding: 4px;
	background-color: #f0f0f0;
	border:solid #dddddd;
	border-width: 0 0 1px 0;	
	color: #353535;
	font-family: 'Roboto_400', Arial, sans;
	font-size: 16px;
}

div.document_version_list {
	border: 1px #dddddd solid;
	background-color: #f0f0f0;
	/*width: 608px;*/
	height: 60px;
}

.new_document_version .fleft {
	width: 370px;
}

.new_document_version .fright {
	margin: 0px 0 0 0;
}

.fright .button {
	margin: 6px;
}

.fileInterface {
	margin: 6px 0 0 6px;
	padding:6px;
}



.docFileItem p.username {
	font-size: 13px;
	padding: 3px 0px 2px 10px;
	color:#666666;
	border-bottom:solid 1px #ddd;
}
.docFileItem span.date {
	font-size: 11px;
	padding: 0 3px 0 0px;
}
.docFileItem p.filename {
	font-size: 17px;
	padding: 6px 0px 0 10px;
	margin: 0px 0 0 0;
	color:#000000;
}


p.date {
	float: left;
}

div.icons {
	float: right;
	background:#f0f0f0;

}

div.ico {
	width: 40px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	float: left;
	border: #dddddd solid;
	border-width: 0 0 0 1px;
}

img.ico_doc {
	margin: 18px 0;
	padding: 0;
	display: inline-block;
	cursor: pointer;
}

/*KOMENTARZE*/

.docFileItem {
	margin: 16px 0;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

.docFileItem p {
	margin: 0;
	padding: 0px;
	font-family: 'Roboto_400', Arial, sans;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.commentInterface {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.docCommentList {
	padding: 8px 0 0 0;
	border: 1px #dddddd solid;
	border-width: 0 1px 1px 1px;
	/*width: 608px;*/
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.docCommentItem:first-child{}
.docCommentItem {
	margin: 0 10px 0px 20px;
	border-top: 1px #dddddd dotted;
	/*background-color: #f0f0f0;*/
	ibackground-color: #FFFFE8;
	padding:8px 0;
}
.docCommentItem:first-child{border-top: 0px;padding:0 0 8px 0;}

.docCommentItem p {
	padding: 0 0px;
	font-size: 14px;
	margin: 0;
}

.docCommentItem h2 {
	padding: 4px 0 4px 10px;
	margin: 15px 30px 0px 20px;
	font-size: 12px;
	line-height: 15px;
	background-color: #eeeeee;
	color:#666666;
	display:none;
}

.commentAuthor {
	display: block;
	padding: 0 0px;
	font-size: 13px;
	color:#666666;
}

.docCommentItem .attachments {
	margin: 15px 30px 10px 20px;
	border:none;
	border-left:solid 5px #eeeeee;
}
.docCommentItem .attachments a{
background-size:18px 18px;
padding:5px 0 4px 25px;

}
.docCommentList .attachments a.file:last-of-type{
	border-width: 0;
}
.docCommentItem .attachments a:hover {
	ibackground-color: #eec035;
	iborder-bottom: solid 1px #eec035;
	text-decoration:underline;
}
.docCommentItem .attachments .file{
	background-position-x: 3px;
}



.commentFormBox {
	border: solid #dddddd;
	border-width: 0 1px 1px 1px;
}

.commentFormBox form {
	padding: 8px 0 0 0;
}

.docFileItem div form div label {
	display: block;
	margin: 0 auto;
	padding: 4px;
	color: #353535;
}

.docFileItem div form div div.fieldBox textarea.textarea {
	margin-top: 10px;
}

.add_comment {
	border: 1px #dddddd solid;
	background-color: #fdfdfd;
	margin: 0 8px 8px 8px ;
}

.comment_file {
	width: 370px;
}

.fieldValidatorIcon, .fieldValidatorIconOk {
	margin: 0 0 0 10px;
}

/* Funkcjonalne */
.docCommentList {
	display: none;
}

.commentListVisible .docCommentList {
	display: block;
}

.commentInterfaceButton.active {
	display: none;
}

.commentFormButton.active {
	display: none;
}

@media all and (max-width: 1024px) {
.nav_content li a {
	padding: 26px 8px 27px 8px;
}

.slogan_title p {
	font-size: 38px;
	line-height: 38px;
}

.edycja_dokumentow .text, .edycja_dokumentow .password, .edycja_dokumentow .textarea {
	/*width: 598px;*/
	width: 100%;
}

}/*end queries*/


@media all and (min-width: 1200px) {
.nav_content li a {
	font-size: 15px;
	padding: 26px 14px 27px 14px
}

.slogan_title p {
	font-size: 42px;
	line-height: 42px;
}

.slogan_title {
	width: 600px;
}

.text_box {
	width: 490px;
	ipadding: 20px;
}

.text_box p {
	ifont-size: 16px;
}

.text_box h1 {
	font-size: 36px;
	line-height: 36px;
}

.wincyj {
	padding: 12px 20px 12px 20px;
}

a.foot_link {
	font-size: 16px;
}

.hand_menu {
	width: 360px;
}

.hand_menu_bar,
.hand_menu_title,
ul.hand_menu_subpage,
ul.hand_menu_subpage li,
ul.hand_menu_subpage li:hover,
.hand_menu_bottom,
ul.hand_menu_subpage li.active,
ul.hand_menu_subpage &gt; li ul {
	width: 360px;
}

ul.hand_menu_subpage &gt; li ul li,
ul.hand_menu_subpage &gt; li ul li.active,
ul.hand_menu_subpage &gt; li ul li:hover {
	width: 340px;
}

.text_box_subpage{
	width: 800px;
}
.text_box_subpage_contener{
	width: 810px;
}
.article_from_list {
	width:260px;
	height:300px;
}
.article_list_title {
	font-size: 22px;
	line-height:24px;
}
.text_box_subpage p {

}

.text_box_subpage h1 {
	font-size: 36px;
	line-height: 36px;
	display: none;
}

.edycja_dokumentow .text, .edycja_dokumentow .password, .edycja_dokumentow .textarea {
	/*width: 740px;*/
	width: 100%;
	box-sizing: border-box;
}

.edycja_dokumentow .docFileItem .text, .edycja_dokumentow .docFileItem .password, .edycja_dokumentow .docFileItem .textarea {
	/*width: 722px;*/
}

.docFileItem .fieldBox .textarea {
	/*width: 710px;*/
	height: 200px;
	margin: 0 10px 0 10px;
}

div.document_version_list, .docCommentList, .commentFormBox form {
	/*width: 758px;*/
}

.border_box label {
	/*width: 751px;*/
}

.newsboximage a img {
	width:436px;
}

.fileList {
	/*width: 740px;*/
	width: 100%;
}

}/*end queries*/


.hdlink{
	padding:0 !important;
}
.hdlink div{
	height:28px !important;
	overflow:hidden;
	position:relative;
}

.hdlink a{display:block;background-color:#666666;color:#ffffff;background-position:center right;background-repeat:no-repeat;}
.hdlink a:hover{text-decoration:none;}
.hdlink a span{padding:6px 26px 6px 6px;display:block;white-space:nowrap;}
.hdlink a.up.active{background-image: url('../_images/common/up.png');}
.hdlink a.dn.active{background-image: url('../_images/common/dn.png');}
.hdlink a.active{background-color:#a18d55;position:absolute;top:0;width:100%;}

#uploadFormButton{
	text-decoration: none;
	color: #9d8048;
	color: #397db2;
	font-family: 'Roboto_300', Arial, sans;
}
#uploadFormButton:hover{
	text-decoration: underline;
	color: #9d8048;
	color: #397db2;
	cursor:pointer;
}

.tab{
	border-radius:2px;
	box-shadow: 0 2px 3px rgba(190, 190, 190, 0.4);
	background:#666666;
	float:left;
	padding:0px 0px 0px 0px;
	font-size:13px;
	line-height:26px;
	margin:0 10px 0 0;
	vertical-align:middle;
}
.tab a{
	color:#ffffff;
	padding:2px 8px 2px 8px;	
	vertical-align:middle;
	display:block;
	float:left;
}
.tab select{
	vertical-align:middle;
	margin:3px 5px 0 0;
	height:24px;
	float:left;
}
.tab a:hover{text-decoration:none;}
.tab.active{background:#a18d55;}
</pre></body></html>