body
{
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	background-image: url('images/page-bgtexture.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
}

tbla
{
	border: 1px solid;
	width: 50%;
	text-align: left;
	margin: 0 auto;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



#art-page-background-gradient
{
	position: absolute;
	background-image: url('images/page-bggradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 900px;

}

#art-page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end page */

/* begin box, sheet */
.art-sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:55px;
	min-height:55px;
}

.art-sheet-body
{
	position: relative;
	z-index: 1;
	padding: 4px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
	width: 66px;
	height: 66px;
	background-image: url('images/sheet-s.png');
}

.art-sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 33px, 33px, auto);
}

.art-sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 33px, 33px);
}

.art-sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(33px, 33px, auto, auto);
}

.art-sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(33px, auto, auto, 33px);
}

.art-sheet-tc, .art-sheet-bc
{
	left: 33px;
	right: 33px;
	height: 66px;
	background-image: url('images/sheet-h.png');
}

.art-sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 33px, auto);
}

.art-sheet-bc
{
	bottom: 0;
	clip: rect(33px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
	top: 33px;
	bottom: 33px;
	width: 66px;
	background-image: url('images/sheet-v.png');
}

.art-sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 33px);
}

.art-sheet-cl
{
	left:0;
	clip: rect(auto, 33px, auto, auto);
}

.art-sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 33px;
	left: 33px;
	right: 33px;
	bottom: 33px;
	background-color: #fcfdfd;
}


.art-sheet
{
	margin-top: -4px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:900px;
}

/* end box, sheet */

/* begin header */
div.art-header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 892px;
	height: 175px;
}


div.art-header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 892px;
	height: 175px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end header */

/* begin logo */
.art-logo
{
	display : block;
	position: absolute;
	left: 0px;
	top: 71px;
	width: 426px;
}

h1.art-logo-name
{
	display: block;
	text-align: left;
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 142857142858em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #a1c5d3 !important;
}

/* end logo */

/* begin menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align: left;
	text-decoration: none;
	outline: none;
	letter-spacing: normal;
	word-spacing: normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 8px 4px 0px 4px;
}

.art-nav
{
	position: relative;
	height: 33px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 33px;
	background-color: #8db8c9;
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 892px;
	clip: rect(auto, auto, auto, 892px);
}


/* end menu */

/* begin menuitem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
        border-radius: 10px 0px 0px 0px;        
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/menuitem.png');
        border-radius: 10px 0px 0px 0px;
}

.art-menu a .w, .art-menu a .y
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/menuitem_d.png');
        border-radius: 10px 0px 0px 0px;
}


.art-menu a .l
{
	left:0;
	right:3px;
}

.art-menu a .r
{
	width:406px;
	right:0;
	clip: rect(auto, auto, auto, 403px);
}

.art-menu a .w
{
	left:0;
	right:3px;
}

.art-menu a .y
{
	width:406px;
	right:0;
	clip: rect(auto, auto, auto, 403px);
}

.art-menu a .t
{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight:bold;
	color: #dee2e3;
	padding: 0 5px;
	margin: 0 2px;
	line-height: 25px;
	text-align: center;
}

.art-menu a .d
{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	text-decoration: blink;
	/*    color:blue;*/
	color: #dee2e3;
	padding: 0 15px;
	margin: 0 2px;
	line-height: 25px;
	text-align: center;
}


.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-25px;
        background-color: #8db8c9;
        border-radius: 10px 0px 0px 0px;
        border-right: 3px solid #42758a;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-25px;
        background-color: #8db8c9;
        border-radius: 10px 0px 0px 0px;
        border-right: 3px solid #42758a;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-25px;
        background-color: #8db8c9;
        border-radius: 10px 0px 0px 0px;
        border-right: 3px solid #42758a;
}

.art-menu a:hover .w, .art-menu a:hover .y
{
	top:-25px;
        background-color: #8db8c9;
        border-right: 3px solid #42758a;
}

.art-menu li:hover>a .w, .art-menu li:hover>a .y
{
	top:-25px;
        background-color: #8db8c9;
        border-radius: 10px 0px 0px 0px;
        border-right: 3px solid #42758a;
}

.art-menu li:hover a .w, .art-menu li:hover a .y
{
	top:-25px;
        background-color: #8db8c9;
        border-radius: 10px 0px 0px 0px;
        border-right: 3px solid #42758a;
}







.art-menu a:hover .t
{
	color: #22343a;
        border-radius: 10px 0px 0px 0px;
}

.art-menu li:hover a .t
{
	color: #22343a;
        border-radius: 10px 0px 0px 0px;
}

.art-menu li:hover>a .t
{
	color: #22343a;
        border-radius: 10px 0px 0px 0px;
}

.art-menu a:hover .d
{
	color: #22343a;
        border-radius: 10px 0px 0px 0px;
}

.art-menu li:hover a .d
{
	color: #22343a;
        border-radius: 10px 0px 0px 0px;
}

.art-menu li:hover>a .d
{
	color: #22343a;
        border-radius: 10px 0px 0px 0px;
}

.art-menu a.active .l, .art-menu a.active .r
{
	top: -50px;
        border-radius: 10px 0px 0px 0px;
}

.art-menu a.active .w, .art-menu a.active .y
{
	top: -50px;
        border-radius: 10px 0px 0px 0px;
}

.art-menu a.active .t
{
	/*color: #274753;*/
	color: #ffffff;
        border-radius: 10px 0px 0px 0px;
}

.art-menu a .t /*dodana szerokość menu*/
{
    display: inline-block;
    width: 90px;
}


/* end menuitem */

/* begin menusubitem */
.art-menu ul a
{
	display: block;
	text-align: center;
	white-space: nowrap;
	height: 32px;
	width: 180px;
	overflow: hidden;
	line-height: 32px;
	margin-right: auto;
        background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #4b869d;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 32px;
	color: #384142;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	/*    font-weight: normal;*/
	font-weight:bold;
        border-radius: 0px 0px 10px 0px;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #22343a;
	border-color: #4b869d;
	background-position: 0 -32px;
}

.art-menu ul li:hover>a
{
	color: #22343a;
	border-color: #4b869d;
	background-position: 0 -32px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #22343a;
        border-radius: 10px 0px 0px 0px;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #ffffff;
        border-radius: 10px 0px 0px 0px;
}


/* end menusubitem */

/* begin contentlayout */
.art-contentlayout
{
	position: relative;
	margin-bottom: 6px;
	width: 892px;
}
/* end contentlayout */

/* begin box, block */
.art-block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:3px;
	min-height:3px;
}

.art-block-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.art-block-tr, .art-block-tl, .art-block-br, .art-block-bl, .art-block-tc, .art-block-bc,.art-block-cr, .art-block-cl
{
	position:absolute;
	z-index:-1;
}

.art-block-tr, .art-block-tl, .art-block-br, .art-block-bl
{
	width: 2px;
	height: 2px;
	background-image: url('images/block-s.png');
}

.art-block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}

.art-block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}

.art-block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}

.art-block-br
{
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}

.art-block-tc, .art-block-bc
{
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url('images/block-h.png');
}

.art-block-tc
{
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}

.art-block-bc
{
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}

.art-block-cr, .art-block-cl
{
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url('images/block-v.png');
}

.art-block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 1px);
}

.art-block-cl
{
	left:0;
	clip: rect(auto, 1px, auto, auto);
}

.art-block-cc
{
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #e5edf0;
}


.art-block
{
	margin: 7px;
}

/* end box, block */

/* begin box, blockcontent */
.art-blockcontent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-blockcontent-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.art-blockcontent-body
{
	color:#000000;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

.art-blockcontent-body a:link
{
	color: #335b6c;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: underline;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
	color: #7e8f91;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: underline;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
	color: #457c92;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: none;
}

.art-blockcontent-body ul
{
	list-style-type: none;
	color: #172931;
	margin:0;
	padding:0;
}

.art-blockcontent-body ul li
{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 125%;
	line-height: 1.25em;
	padding: 0px 0 0px 9px;
	background-image: url('images/blockcontentbullets.png');
	background-repeat: no-repeat;
}

/* end box, blockcontent */

/* begin box, post */
.art-post
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.art-post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}



.art-post
{
	margin: 7px;
}

/* start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	margin: 1em;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* finish images */

/* start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width: auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color: transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #4a707d;
	vertical-align: top;
	text-align: left;
}

.art-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end box, post */

/* begin postmetadata */
.art-postmetadataheader
{
	padding: 1px;
	background-color: #8db8c9;
	/*border-color: #8db8c9;
	border-style: solid;
	border-width: 1px;*/
        margin-bottom: 10px;
        border-radius: 10px 0px 0px 10px;
        border-right: 3px solid #274753;
}
/* end postmetadata */

/* begin postheadericon */
.art-postheader
{
	text-decoration: none;
	margin: 0.2em 0;
	padding: 0 0 0 3px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-variant: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	line-height: inherit;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #274753;
}

.art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;

	text-align: left;
	margin: 0;
	color: #274753;
}

.art-postheader img
{
	border:none;
	vertical-align: middle;
        position: relative;
        transform: translate(4px, -2px);
	margin: 0;
}
/* end postheadericon */

/* begin postheader */
.art-postheader a:link
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #315868;
}

.art-postheader a:visited, .art-postheader a.visited
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #486d7a;
}

.art-postheader a:hover, .art-postheader a.hovered
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #5090aa;
}


/* end postheader */

/* begin postcontent */
/* content text font & color (default) */
body
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


.art-postcontent p
{
	margin: 0 0;
}

.art-postcontent, .art-postcontent p
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}

.art-postcontent
{
	width: 800px;
	margin: auto;
}

.art-postcontent td.select
{
        width: 65px;
}


/* start content link style */
/*
the right order of link pseudo-classes: link-visited-hover-focus-active.
http://www.w3schools.com/css/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	text-decoration: underline;
	color: #4b88a0;
}

/* adds special style to an unvisited link. */
a:link
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;

	text-decoration: underline;
	
	color: #396779;
}

/* adds special style to a visited link. */
a:visited, a.visited
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	text-decoration: underline;

	color: #40626d;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	text-decoration: none;
	color: #49859c;
}

/* finish content link style */

/* resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


/* start content headings fonts & colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #376476;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #376476;
}

h2 a:link
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}


h2 a:visited
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h2 a:hover
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h3, h3 a, h3 a:link
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.2857142857142858em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h3 a:link
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1.2857142857142858em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h3 a:visited
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1.2857142857142858em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h3 a:hover
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.2857142857142858em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h4, h4 a
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.2857142857142858em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h4 a:link
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1.2857142857142858em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}


h4 a:visited
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1.2857142857142858em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h4 a:hover
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.2857142857142858em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h5, h5 a
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.0714285714285714em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h5 a:link
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1.0714285714285714em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h5 a:visited
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1.0714285714285714em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h5 a:hover
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.0714285714285714em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h6, h6 a
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #376476;
}

h6 a:link
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h6 a:visited
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}

h6 a:hover
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4b88a0;
}
/* finish content headings fonts & colors  */
/* end postcontent */

/* begin postbullets */
/* start content list */
@counter-style new-style
{
    system: cyclic;
    symbols: ◖;
    suffix: " ";
}

ol, ul
{
	color: #131616;
	margin: 0.5em 0 0.5em 0em;
	padding: 0;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 1em;
}

li ol, li ul
{
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}

li
{
	margin: 1px 0;
	padding: 1px 0 1px 1px;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position: outside;
}

.spec ul
{
    list-style-type: none;
}

.art-post li
{
        position: relative; 
        left: 5px;
	/*padding: 0px 0 0px 10px;*/
	/*line-height: 1.2em;*/
}

.art-post ol li, .art-post ul ol li
{
	background: none;
	padding-left: 5px;
}

.art-post ul li, .art-post ol ul li
{
	list-style-type: new-style;
	padding-left: 5px;
        /*padding-bottom: 1px;*/
}

ul li.new-style, ol ul li.new-style
{
	list-style-type: new-style;
        list-style-position: outside;
}

/* finish content list */
/* end postbullets */
fieldset
{
        margin-bottom: 10px;
        padding-left: 20px;
}

/* begin postquote */
/* start blockquote */
blockquote,
blockquote p,
.art-postcontent blockquote p
{
	color: #0b1518;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote,
.art-postcontent blockquote
{
	border: solid 1px #b6d2dd;
	margin: 0px 10px 10px 50px;
	padding: 5px 5px 5px 41px;
	background-color: #eaf2f5;
	background-image: url('images/postquote.png');
	background-position: left top;
	background-repeat: no-repeat;
}


/* finish blockuote */
/* end postquote */

/* begin button */
.art-button-wrapper .art-button
{
	display: inline-block;
	width: auto;
	outline: none;
	border: none;
	background: none;
	line-height: 37px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index: 0;
	vertical-align: middle;
}

.art-button img, .art-button-wrapper img
{
	margin: 0;
}

.art-button-wrapper
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 37px;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	z-index: 0;
}

.firefox2 .art-button-wrapper
{
	display: block;
	float: left;
}

.art-button-wrapper .art-button
{
	display: block;
	height: 37px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 26px !important;
	line-height: 37px;
	text-decoration: none !important;
	color: #e9ecec !important;
}

input, select
{
	vertical-align: middle;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #eaf2f5 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #e5edf0 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display: block;
	position: absolute;
	z-index: -1;
	height: 111px;
	background-image: url('images/button.png');
}

.art-button-wrapper .l
{
	left: 0;
	right: 11px;
}

.art-button-wrapper .r
{
	width: 411px;
	right: 0;
	clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -37px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -74px;
}


/* end button */

/* begin footer */
.art-footer
{
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 892px;
	margin: 5px auto 0px auto;
}

.art-footer .art-footer-inner
{
	height: 1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}

.art-footer .art-footer-background
{
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url('images/footer.png');
	width: 892px;
	height: 150px;
	bottom: 0;
	left: 0;
}


.art-rss-tag-icon
{
	position: relative;
	display: block;
	float: left;
	background-image: url('images/rssicon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 16px;
	width: 36px;
	cursor: default;
}


.art-footer .art-footer-text p
{
	margin: 0;
}

.art-footer .art-footer-text
{
	/*display:inline-block;*/
	color: #1a1e1e;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.7857142857142857em;
}

.art-footer .art-footer-text a:link
{
	text-decoration: none;
	color: #213b45;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: underline;
}

.art-footer .art-footer-text a:visited
{
	text-decoration: none;
	color: #465153;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: underline;
}

.art-footer .art-footer-text a:hover
{
	text-decoration: none;
	color: #315868;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: none;
}
/* end footer */

/* begin pagefooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.78em;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #41768b;
}

.art-page-footer
{
	margin: 1em;
	text-align: center;
	text-decoration: none;
	color: #5e6d6e;
}


#w3c_xhtml_logo
{
	margin-top: 0;
	float: right;
	padding-right: 0em;
}

#w3c_css_logo
{
	float: left;
	padding-left: 0em;
	margin-top: 0;
}
/* end pagefooter */

#mapka
{
	margin-top: .5cm;
	width: 655px;
	height: 414px;
	border: 1px solid black;
	background: gray;
}


#mapka_descr
{
	margin-top: .7cm;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #376476;
}


/* begin layoutcell */
.art-contentlayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
        padding-top: 30px;
	border: 0;
	float: left;
	overflow: hidden;
	width: 891px;
}


#pseudo_link
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #4B88A0;
}

hr
{
	height: 3px;
	font-size: 0;
	color: #708891;
	border: 0;
	border-top: 1px dashed #708891;
}

data_modyfikacji
{
	display:block;
	text-align: right;
	font-size: 0.7em;
	letter-spacing: -1px;
	color: #315868;
}

data_bold_centrowana
{
	text-align: center;
	font-size: 1.57em;
	font-weight: bold;
	color: red;
}

wnetrze_tabeli
{
	border-top: none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: none;
	padding-top: 0cm;
	padding-bottom: 0.1cm;
	padding-left: 0.1cm;
	padding-right: 0cm;
}

naglowek_tabeli
{
	background: #9ca9ab;
	border-top: 1.00pt double #000000;
	border-bottom: 1.00pt double #000000;
	border-left: 1.00pt double #000000;
	border-right: none;
	padding-top: 0.1cm;
	padding-bottom: 0.1cm;
	padding-left: 0.1cm;
	padding-right: 0cm
}

.tabela
{
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #ccc;
}

.tabela td
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 1em;
	padding:10px 5px;
	border-style: solid;
	border-width: 2px;
	overflow: hidden;
	word-break: normal;
	border-color: #ccc;
	color: #333;
	background-color: #fff;
}

.tabela th
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 5px;
	border-style: solid;
	border-width: 2px;
	overflow: hidden;
	word-break: normal;
	border-color: #ccc;
	color: #333;
	background-color: #f0f0f0;
}

.tabela .tabela-komorki
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
}

.tabela .tabela-naglowek
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	background-color: #9ca9ab;
        text-align: center;
}

.centruj
{
	width: 892px;
	margin: 0 auto;
}

.backtotop 
{
        width: fit-content;
        height: fit-content;
        margin: 0 auto;
}

.btt
{
        text-decoration: none !important;    
}

.btt:hover
{
        text-decoration: underline !important;
}

.uwaga
{
        background-color: #dce9ef; 
        border-left: 2px solid black; 
        padding: 10px;
        margin: 10px 15px 5px 15px;
}

.rama
{
        margin-bottom: 10px;
        padding-right: 20px;
        border-color: #dce9ef;
}

.oglo
{
        text-indent: 0.7cm;
        
}