@charset "utf-8";

/* zerowanie ustawien*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
	background-color: #000;
	line-height: 1;
}
ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}



/* ZEROWANIE KONIEC */


/* USTAWIENIA PODSTAWOWE */

p {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
}

#main {
	background-color: #f2f2f2;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}





/* TOP */


#top {
	height: 93px;
	position: relative;
}


#top h1 {
	position:absolute;
	top:15px;
	left:0px;
	overflow:hidden;
	height: 56px;
	width: 193px;
}


#top h1 a {
	display:block;
	width:193px;
	height:56px;
	position:relative;
	color: #333;
	text-align: center;
}

#top h1 a span {
	display:block;
	width:193px;
	height:56px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}






/* LANG PANEL  */
#login-pnl {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 500px;
	text-decoration: none;
	height: 50px;
	text-align: right;
}
#login-pnl a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #004699;
	text-decoration: underline;
}
#login-pnl a:link{
	color: #004699;
	text-decoration: underline;
}
#login-pnl a:hover{
	color: #004699;
	text-decoration: underline;
}
#login-pnl a:visited{
	color: #004699;
	text-decoration: underline;
}
#login-pnl h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

#lang-pnl {
	position: absolute;
	top: 40px;
	right: -14px;
	width: 410px;
	background-image: url(../img/line.png);
	background-position: 122px;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 50px;
}

#top #szukaj-form {
	position: relative;
	height: 26px;
	width: 300px;
	float: left;
	margin-right: 30px;
}

#top #lang-pnl form #btn-szukaj {
	position: absolute;
	right: 0px;
	width:64px;
	height:26px;
	border:0;
	cursor:pointer;
	background-image: url(../img/szukaj-btn.png);
	background-color: #FFF;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}

#top #lang-pnl #szukaj-form #cnt-szukaj {
	height: 14px;
	width: 205px;
	border: 1px solid #0d59a3;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 6px;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../img/zoom.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

#top #lang-pnl .lang {
	background-image: url(../img/lang_bg.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 27px;
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#top #lang-pnl a:link {
	text-decoration: none;
	color: #095da8;
}

#top #lang-pnl a:visited {
	text-decoration: none;
	color: #095da8;
}

#top #lang-pnl a:hover {
	text-decoration: none;
	color: #065297;
}

#top #lang-pnl a:active {
	text-decoration: none;
	color: #a80909;
}

#top #lang-pnl .active {
	text-decoration: none;
	color: #a80909;
}



/* MENU */

#menu {
	height: 50px;
	width: 960px;
	background-color: #004699;
	background-image: url(../img/menu-bg.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#menu ul {
	position: relative;
	display: block;
}

#menu ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	height: 8px;
	width: 162px;
	padding-top: 22px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-image: url(../img/menu-sptor.png);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: visible;
	position: relative;
	margin-left: -2px;
	padding-right: 0px;
	padding-bottom: 20px;
	float: left;
}

#menu ul .active{
	background-image: url(../img/menu-but-sel.png);
	background-repeat: repeat-x;
	background-position: 2px center;
}

#menu ul li:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	height: 8px;
	width: 162px;
	padding-top: 22px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-image: url(../img/menu-but-sel.png);
	background-repeat: repeat-x;
	background-position: 2px center;
	overflow: visible;
	position: relative;
	margin-left: -2px;
	padding-right: 0px;
	padding-bottom: 20px;
	float: left;
}

#menu ul a:link {
	color: #FFF;
	text-decoration: none;
}

#menu ul a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu ul a:hover {
	color: #FFF;
	text-decoration: none;
}

#menu ul a:active {
	color: #FFF;
	text-decoration: none;
}






/*  BANER */

#container #baner {
	height: 270px;
	width: 960px;
	margin-top: 10px;
	position: relative;
}





/*  CONTENT */

#content {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: -85px;
	position: relative;
	margin-bottom: 10px;
}

#content .column-s {
	float: left;
	width: 220px;
	margin: 5px;
}

#content .column-tw {
	float: left;
	width: 570px;
	margin: 5px;
}

#content .column-b {
	float: left;
	width: 340px;
	margin: 5px;
}

#content .sidebar {
	width: 220px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: -5px;
	margin-left: 5px;
}
#content .cont-bar {
	width: 690px;
	float: left;
	margin: 5px;
}



#content .map-box {
	width: 480px;
	float: right;
	margin: 5px;
	background-color: #FFF;
	padding: 5px;
}
#content .kontakt-bar {
	width: 420px;
	float: left;
	margin: 5px;
}



#content .smenu{margin:-5px 0 -10px -10px; padding:0; width:220px; list-style:none;background:rgb(222,222,222);}
#content .smenu li{padding:0; margin:0 0 1px 0; height:30px; display:block; }
#content .smenu li a{text-align:left;height:30px; padding:0px 10px; font:11px Verdana, Arial, Helvetica, sans-serif; color:rgb(41,41,41); display:block; background:url('../img/verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
#content .smenu li a:hover{background:url('../img/verMenuImages.png') 0px -40px no-repeat; color:rgb(41,41,41);}
#content .smenu li a.active, .menu li a.active:hover{background:url('../img/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
#content .smenu li a span{line-height:30px;}







#content .mnu-box {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


#content .cnt-box {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}


#content .cnt-box p  {
	line-height: 16px;
}


#content .cnt-box p.czy-dl a  {
	display: block;
	text-align: right;
	color: #226eb1;
	width:100px;
	float:right;
}



#content .cnt-box p.czy-dl a:visited{

	color: #226eb1;
}



#content .cnt-box h3 a  {
	color: #004699;
	text-decoration: none;
}
#content .cnt-box h3 a:link {
	color: #004699;
	text-decoration: none;
}
#content .cnt-box h3 a:visited {
	color: #004699;
	text-decoration: none;
}

#content .cnt-box .prz-dalej {
	background-color: #d9d9d9;
	text-align: right;
	display: block;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	color: #226eb1;
	font-family: Tahoma, Geneva, sans-serif;
}

#content .cnt-box .prz-dalej:visited {
	background-color: #d9d9d9;
	text-align: right;
	display: block;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	color: #226eb1;
}



#content .cnt-box .aktualnosci li .data{
	float: left;
	height: 44px;
	width: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: thin solid #b5b5b5;
	text-align: center;
	background-image: url(../img/news-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #4b4a4a;
	padding-top: 6px;
	margin-top: 2px;
}

#content .cnt-box .aktualnosci li .data span{
	font-size: 25px;
}

#content .cnt-box .aktualnosci li h3{
	margin-left: 60px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
	margin-right: -10px;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 17px;
}

#content .cnt-box .aktualnosci li{
	display: block;
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 25px;
}

#content .cnt-box .aktualnosci li p  {
	margin-left: 60px;
	
}
.cnt-box .raporty li h3   {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
	margin-right: -10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.cnt-box .raporty li p    {
	font-size: 11px;
	line-height: 16px;
}

.cnt-box #newsletter{
	height: 70px;
	position: relative;
	width: 200px;
}


.cnt-box #newsletter #cnt-zapisz {
	height: 14px;
	width: 194px;
	border: thin solid #0d59a3;
	margin-top: 5px;
	margin-bottom: 5px;
	left: 0px;
	top: 0px;
	padding-top: 6px;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

.cnt-box #newsletter #btn-zapisz {
	position: absolute;
	width:82px;
	height:26px;
	border:0;
	cursor:pointer;
	background-image: url(../img/zapisz-btn.png);
	background-image: url(../img/zapisz-btn.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	right: 0px;
	bottom: 0px;
}






/*  PARTNERZY */

#partnerzy {
	margin-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	width: 916px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}






/*  FOOTER */

#footer p {
	display: block;
	float: left;
	width: 450px;
	color: #666;
	}

#footer {
	height: 70px;
	}

#footer #submenu {
	text-align: right;
	float: right;
	}

#footer #submenu a {
	color: #666;
	text-decoration: none;
	}

#footer #submenu a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer #submenu a:hover {
	color: #333;
	text-decoration: none;
}

#content .cont-bar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #111;
	line-height: 20px;
}

#content .cont-bar p {
	font-size: 12px;
	color: #111;
	line-height: 20px;
}

#content .cont-bar h1 {
	font-size: 18px;
	color: #004699;
	line-height: 30px;
}


#content .cont-bar h2 {
	font-size: 16px;
	color: #004699;
	line-height: 28px;
	margin-top: 5px;
}


#content .cont-bar h3 {
	font-size: 14px;
	color: #004699;
	line-height: 22px;
	margin-top: 5px;
}


#content .cont-bar a {
	color: #004699;
}


#content h2.tyt  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #024686;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
	height: 20px;
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 10px;
	margin-bottom: 5px;
}


#content h3.styt{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #004699;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 17px;
}

#content .panel-lista {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}

.panel-lista h5 {
	text-align: center;
	display: block;
	color: #004699;
	font-size: 16px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #004699;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #004699;
	margin:10px 0 0 0;
	padding:5px 0 5px 0;
}
.panel-lista ul li {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 10px 0;
}
.panel-lista ul li .operacje {
	float: right;
	text-align: right;
	
}

.panel-lista ul .panel-art li {
	margin-left: 80px;
	font-size: 12px;
	color: #004699;
	padding: 5px 0;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
}