/*--------------------------------------------------------------*/
/*--------------------- Styl standardowy -----------------------*/
/*--------------------------------------------------------------*/
body, td {
	font-family:  Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
}

body {
	padding: 0px;
	margin: 0px;
	color: #002f5a;
	border-style: none;
	background: url(images/tlo.jpg) 0px 66px repeat-x;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

ol, ul, li {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

li {padding: 0px 0px 0px 5px;}

h1, h2, h3, h4, h5, h6, h7, p, form {
	margin: 0px;
	padding: 0px;
}

.top {vertical-align: top;}
.clear {clear: both;}

a {
	color: #50AAFC	;
	font-weight: bold;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

img{border: 0px;}

label {cursor: pointer;}

/* DHTML Popup */
.Popup {
	background-color: #FFFFFF;
	border: 1px solid #C8D0CF;
}
.Popup .ImageContainer {
	padding: 5px;
	height: 100%;
	text-align: center;
}
.Popup .Loader {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	border: 1px solid #C8D0CF;
}
.Popup .Preview {
	border: 1px solid #C8D0CF;
	cursor: pointer;
}
.Popup .Caption {
	vertical-align: middle;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
}
.Popup .Prev {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 5px 5px;
	width: 16px;
}
.Popup .Prev div {
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(images/ico_prev.gif) no-repeat center center;
}
.Popup .Next {
	vertical-align: top;
	text-align: right;
	padding: 0px 5px 5px 0px;
	width: 16px;
}
.Popup .Next div {
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(images/ico_next.gif) no-repeat center center;
}
.Popup .IcoClose {
	height: 26px;
	width: 26px;
	display: block;
	cursor: pointer;
	background: url(images/ico_close.gif) no-repeat center center;
}
.PopupOverlay {
	width: 100%;
	height: 500px;
	background-color: #999999;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* komunikat */
.komunikat {
	font-weight: bold;
	padding: 15px;
	text-align: center;
}

.message {
	font-weight: bold;
	width:460px;
	position:absolute; 
	top:200px; 
	left:50%; 
	margin-left: -235px;
	background-color:#FFFFFF; 
	border:4px double #324685; 
	padding:0px 0px 20px 0px;
	text-align: center;
	z-index: 999999999;
}
.message p{text-align: center;}

.message div.info{
	padding:25px 5px 34px 100px;
	background: #FFFFFF url(images/info.jpg) no-repeat 15px 10px;
	text-align: left;
}
.message div.error{
	padding:25px 5px 34px 100px;
	background: #FFFFFF url(images/error.jpg) no-repeat 15px 10px;
	text-align: left;
}
.message input{
	background: #E6E6E6;
	color: black; 
	padding:2px 0px 2px 0px; 
	border: 1px solid #888888;
	font-weight: bold; 
	width: 60px;
	cursor: pointer;
}

/* ---------------------------------------------------------------- */
/* --- Ponizsze style usunac i napisac samodzielnie !!! ----------- */
/* ---------------------------------------------------------------- */

/* naglowek */
#naglowek {
	height: 124px;
	margin: 0px;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

	background: #FFFFFF url("images/naglowek.jpg") no-repeat;  
	background-position: 0 25px; 
}


/* menu gorne */

ul.menuGora {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	background: #7D9CBC url(images/men_tl.gif) 0px 0px no-repeat;
}

ul.menuGora li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

ul.menuGora a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	padding: 7px 6px 7px 14px;
	background: #7D9CBC url(images/men_spacer.gif) 0px center no-repeat;
}

ul.menuGora a:hover {
	color: #004685;
}

ul.menuGora a.act{
	color: #004685;
}

ul.menuGora li.first {
	padding: 0px 0px 0px 5px;	
	background: #7D9CBC url(images/men_tl.gif) 0px center no-repeat;
}

ul.menuGora li.first a{
	background: none;
}

ul.menuGora li.last{
	padding: 0px 5px 0px 0px;
	background: url(images/men_tr.gif) right 0px no-repeat;
}

div.szukaj {
	float: left;
	padding: 3px 4px 0px 8px;
	height: 30px;
	width: 219px; 
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background: transparent url("images/tlo_wysz.gif") no-repeat 0px 0px;
}

.inp_wysz{
	width: 180px;
	margin: 5px 7px 0px 0px;
	color: #002F5A;	
	font-size: 12px;
	border: 0px;
	background: #ffffff;
}

a.przy_wysz{
	width: 20px;
	padding: 9px 10px 9px 10px;
}

a.przy_wysz:hover{
	text-decoration: none;
}

.center {text-align: center;}

.padding5 {
	padding: 5px;
}

/* menu */
div.kontener_menu {
	color: #00305b;
	width: 222px;
	background-color: #FFFFFF;
	border-right: 2px solid #e7e7e7;
	margin-bottom: 7px;
	padding-right: 5px;
}

ul.poziom1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.poziom1 li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #e7e7e7;
}

ul.poziom1 li a {
	display: block;
	color: #0E4E5F;
	text-decoration: none;
	padding: 0px 25px 0px 0px;
	font-family: arial;
	/*font-size: 1.1818em;*/
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	height:1%;
	background: url(images/level1.gif) 200px center no-repeat;
}

ul.poziom1 a:hover {
	color: #0E4E5F;
}

ul.poziom1 li.wcisniety {
	padding: 0px;
	margin: 0px;
}

ul.poziom1 li.wcisniety a{
	display: block;
	color: #158efb;
	background: url(images/level1_act.gif) 200px center no-repeat;
	padding: 0px 30px 0px 0px;
	padding: 0px;
	margin: 0px;
}

ul.poziom1 li.last{
	border-bottom: 1px solid #e7e7e7;
}

ul.poziom1 span {
	display: block;
	padding: 8px 0px 8px 15px;
}
/*************/

ul.poziom2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.poziom2 li {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	list-style: none;
	border: 0px;
	background: none;
}

ul.poziom2 li.first{
	border-top: 1px solid #e7e7e7;
}

ul.poziom2 li.last{
	border: 0px;
}

ul.poziom1 li.wcisniety ul.poziom2 li a{
	background: #FFFFFF url("images/level2.gif") no-repeat 30px 8px;	
	font-size: 12px;
	color: #002f5a;	
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-weight: normal;
}

ul.poziom1 li.wcisniety ul.poziom2 li a:hover{
	text-decoration: underline;
}

ul.poziom2 span {
	padding: 3px 2px 6px 24px;
	margin: 0px;
}

ul.poziom3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.poziom3 li {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	list-style: none;
	border: 0px;
	background: none;
}

/* lewy / prawy region */

td.lewyRegion {
	width: 230px;
	padding-right: 0px;
	vertical-align: top;
}

td.lewyRegion .aktualnosci4ZdjeciaBlok, td.lewyRegion .aktualnosciZdjeciaOpisBlok{
	margin: 3px 1px 0px 3px;
}

td.prawyRegion {
	width: 250px;
	vertical-align: top;
}

div.kontener1 {
	color: #00305b;
	width: 100%;
	background-color: #FFFFFF;
	/*border-bottom: 2px solid #BAC4C3;*/
	margin-bottom: 7px;
}

div.kontener1 p {
	margin: 0;
	padding: 3px 3px 0px 3px;
	color: #0E4E5F;
}

h2.tytul1_men {
	margin: 0px;
	padding: 4px 0px 4px 13px;
	font-weight: bold;
	color: #002f5a;
	font-family: Arial, tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.5455em;
	border-top: 1px solid #E7E7E7;
}

div.naglowek1 {
	margin: 0px;
	background-color: #FFFFFF;
	height: 26px;
	border-bottom: 2px solid #BAC4C3;
	margin-bottom: 14px;
}

/* galeria */

div.linkDoGaleria{
	padding: 5px 2px 0px 2px; 
	text-align: left;
}

a.linkGaleria{
	display: block;
	padding: 3px 4px 3px 18px; 
	color: #ffffff;
	text-decoration: none;
	background: #7d9cbc url(images/tyt_galeria.gif) 5px 4px no-repeat;
}

a.linkGaleria:hover{text-decoration: none;}

div.gleria{
	margin: 12px 5px 0px 0px;
	padding: 0px;
	width: 150px;
	float: left;
	text-align: center;
	display: inline;
}

.galeria_zdjecia{
	margin: 0px;
	padding: 0px 0px 0px 0px;	
}

.galeriaImg{
	text-align: center;
	margin: 0px;
}

.galeriaImg span{
	display: inline-block;
}

span.ramka{
	display: table-cell;
	border: 1px solid #C8D0CF;
	padding: 2px;
}

* span.ramka {
	display: inline-block;
}

p.galeriaOpis {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: none;
}

.opis_zdjecia{
	font-family: arial;
	font-size: 11px;
	margin: 5px 2px 0px 3px;
	padding: 2px 0px 2px 0px;
	color: #ffffff;
	background: #7d9cbc;
}

h3.wszystkie_galerie{
	font-size: 13px;
	color: #004685;
}

.link_gal{
	color: #004685;
	font-weight: normal; 
}

.link_gal_act{
	text-decoration: underline;
	color: #004685;
	font-weight: bold; 
}

.gal_wstecz{ 
	text-align: right;
	padding-right: 15px;
}

.gal_wstecz a{
	color: #50aafc;
	padding: 0px 0px 0px 13px;
	background: url(images/wstecz.gif) 0px center no-repeat;
}

.opis_gal{
	color: #004685;
	padding: 5px 5px 0px 5px;
	text-align: justify;
	font-size: 11px;
}

.opis_gal a{
	float: right;
	color: #004685;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	background: url(images/kropka.gif) 0px center no-repeat;
}

/* subskrypcja */

.subskrypcja {
	padding-left: 4px;
	margin-bottom: 13px;
	margin-top: 10px;
}

/* ankieta */

ul.ankieta {
	margin: 10px 0px 10px 0px;
	list-style: none;
}

ul.ankieta li {
	margin: 0px;
	color: #0E4E5F;
	font-weight: bold;  
}

ul.ankieta span {
	display: block;
	padding: 0px;
}

div.ankieta {
	margin-top: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
}

div.ankietaMinOdpowiedz {
	padding: 0px;
	margin: 6px 0px 3px 0px;
	color: #0E4E5F;
}

/* srodkowy region */

.cialo {
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 0px 5px;
	/*border-bottom: 2px solid #BAC4C3;*/
}

#cialo1{
	font-size: 1em;
}

ul.pasekZaglebienia {
	margin: 0px 0px 1px 0px;
	background-color: #E2E6E6;
	list-style: none;
	vertical-align: middle;
	line-height: 24px;  
 
	padding-left: 13px;
}

ul.pasekZaglebienia li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

ul.pasekZaglebienia a {
	color: #0E4E5F;
	text-decoration: none;
	background: #E2E6E6 url("images/strzalka.gif") no-repeat;  
	background-position: 0 2px;  
	padding: 0px 3px 0px 15px;
	font-weight: normal;
}

ul.pasekZaglebienia a:hover {
	color: red;
}

h2.tytul1{
	margin: 0 0 1px 0;
	padding: 3px 0px 5px 5px;
	color: #002f5a;
	font-family: Arial, tahoma, Verdana;
	font-size: 17px;
	border-bottom: 1px solid #d3d3d3;
}


h2.tytul2 {
	margin: 0 0 1px 0;
	vertical-align: middle; 
	text-indent: 25px;
	color: #002f5a;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.kontener2 {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF; 
}

.newsInfo {
	padding-left: 16px;
	background: url("images/news.gif") no-repeat;
	color: #6B6B6B;
}

h3.tytul1 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	color: #0E4E5F;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h3.tytul1 a {
	color: #0E4E5F;	
}

.kontener2 p {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.newsLink {
	clear: both; 
	text-align: right; 
}

.newsMargines {
	padding: 3px 5px 10px 5px;
}

.newsMargines2 {
	padding: 0px 5px 0px 5px;
}

.newsMargines2 h3.mapa_tytul {
	padding-top: 5px;
	padding-bottom: 5px;
}


h3.tytul2 {
	float: left;
	margin: 8px 0px 0px 0px;
	padding: 0px;

	text-indent: 16px;
	color: #0E4E5F;

	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	background: url("images/strzalka_szara2.gif") no-repeat;
	background-position: 2px 3px;
}

/* archiwum wiadomosci */

div.kontener4 {
	margin: 0px;
	padding: 4px 0px 4px 34px;
	border-top: 1px solid #C8D0CF;
}

/* stopka */

ul.menuStopka {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 14px 0px 1px 0px;
}

ul.menuStopka li {
	margin: 0px;
	padding: 0px 12px 0px 12px;
	border-left: 1px solid #8b9299;
	display: inline;  
}

ul.menuStopka li a{
	color: #8b9299;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
}

ul.menuStopka a:hover {
	text-decoration: underline;
}

ul.menuStopka li.first{
	border: 0px;
}

.stopka {
	font-family: Arial;
	font-size: 11px;
	line-height: 16px; 
	margin-top: 10px;
	padding: 0px 0px 20px 0px; 
	color: #c5c5c5; 
	border-top: 1px solid #d3d3d3;
}

.stopka a{
	color: #c5c5c5; 
}

.stopkaKontakt {
	margin: 0px 13px 0px 13px;
}

.reklama {
	padding: 5px 0px 5px 0px;
	text-align: center;
}

div.galeriaMargines {
	margin: 10px;
	padding: 0px;
}

/* aktualnosci */
h3.tytul_akt{
	font-family:Trebuchet MS;
	font-size: 15px;
	padding: 0px 0px 3px 0px;
	color: #50aafc;
}

.akt_wiecej{
	font-family: Tahoma;
	font-size: 11px;
	color: #50aafc;
	padding: 0px 14px 0px 0px;
	background: url(images/wiecej.gif) right center no-repeat;
}

.akt_wstecz{
	font-family: Tahoma;
	font-size: 11px;
	color: #50aafc;
	padding: 0px 0px 0px 14px;
	background: url(images/wstecz.gif) 0px center no-repeat;
}

.newsData {
	float: right;
	font-family: tahoma;
	font-size: 9px;
	padding: 4px 0px 0px 0px;
	color: #bdbdbd;
}

div.aktualnosciHot {
	height: 1%;
	padding: 5px 5px 15px 10px;
	border-bottom: 2px solid #C8D0CF;
	background-color: #ffffff;
	overflow: hidden;
}

div.aktualnosciMargines {
	padding: 10px 5px 15px 5px;
	border-bottom: 1px solid #C8D0CF;
}

div.aktualnosciMargines1 {
	padding: 0px 20px 0px 20px;
}

div.aktualnosciZalacznikRamka {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #E0E1E2;
}

div.aktualnosciZalacznik {
  margin: 0px;
	padding: 5px;
}

div.aktualnosciPlik {
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
	background: url('images/zalacznikStrzalka.gif') no-repeat;
	background-position: 0px 3px;
}

p.aktualnosciPlikOpis {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

a.aktualnosciZdjeciaLink {
	color: #000000;
	text-decoration: none;
}

a.aktualnosciZdjeciaLink:hover {
	text-decoration: underline;
}

div.aktualnosciOpis {
	margin: 0px;
	padding: 5px 0px 5px 2px;
	font-family: arial;
	font-size: 1em;
	color: #002f5a;
}


h3.aktualnosciOpis {
	font-size: 1.2em !important;
}

h3.aktualnosciOpis a{
	font-size: 1em !important;
}

div.aktualnosciOpis_gal{
	margin: 0px;
	padding: 15px 12px 15px 12px;
	margin-bottom: 5px;
	font-family: arial;
	font-size: 11px;
	color: #4a5f69;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

div.aktualnosciZdjeciaOpisBlok {
	margin: 12px 10px 5px 10px;
	padding: 0px;
	width: 130px;
	float: left;
	text-align: center;
	display: inline;
}

div.aktualnosciZdjeciaOpisMod {
	margin: 12px 10px 5px 10px;
	padding: 0px;
	width: 130px;
	float: left;
	text-align: center;
	display: inline;
}


div.aktualnosci7ZdjeciaBlok {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

div.aktualnosci5ZdjeciaBlok {
	width: 130px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
}

div.aktualnosci4ZdjeciaBlok {
	width: 110px;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	float: right;
}

div.aktualnosci3ZdjeciaBlok1 {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	margin-left: 150px;
	height: 1%;
}

div.aktualnosci2ZdjeciaBlok1 {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	margin-right: 150px;
	height: 1%;
}

div.aktualnosci3ZdjeciaBlok2 {
	padding: 0px;
	width: 120px;
	margin-left: -120px;
	display: inline;
	position: relative;
	float: left;
}

div.aktualnosci2ZdjeciaBlok2 {
	width: 120px;
	margin: 0px;
	padding: 0px;
	margin-right: -132px;
	float: right;
	display: inline;
	position: relative;
}

div.aktualnosciSkrotPrawaZdjecia {
	margin: 0px;
	padding: 0px;
	float: right;
}

div.aktualnosciPager {
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/* opisy */
div.opisyOpis {
	margin: 0px;
	padding: 5px 0px 5px 0px;  
	text-align: justify;
}

div.opisyOpis table{
	border: 0px solid red;
}

div.opisyOpis table td{
	padding: 5px;
	border: 1px solid #cccccc;
}

div.opisy3ZdjeciaBlok1 {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	margin-left: 130px;
}

div.opisy3ZdjeciaBlok2 {
	padding: 0px;
	width: 120px;
	margin-left: -125px;
	_margin-left: -65px;
	float: left;
}

/* formularz kontaktowy */

.formMargines{
	padding-top: 10px;
}

div.formularzMargines{
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

div.formularzMargines2 {
	margin: 0px;
	padding: 10px 20px 10px 20px;
}

div.formularzMargines table {
	margin: 15px 0px 0px 0px;
}

tr.formularzRamkaGora td {
  border-top: 0px solid #e5eAE0;
}

span.formularzGwiazdka {
	color: #50aafc;
}

p.formularzOpis {
	color: #0E4E5F;
	text-align: justify;
}

input.formularzInput {
	color: #002f5a; 
	font-size: 11px;
	width: 80%; 
	font-family: tahoma, sans-serif;  
	border: 1px solid #C3C8C9; 
	background-color: #ffffff; 
}
input.formularzInput_error {
	border: 1px solid red;
	background-color: #ECEFEE;
	color: #3C6500; 
	font-size: 11px; 
	font-family: tahoma, sans-serif; 
}
textarea.formularzInput {
	width: 100%;
	height: 100px;
	color: #002f5a; 
	font-size: 11px; 
	font-family: tahoma, sans-serif;
	border: 1px #C3C8C9 solid; 
	background-color: #f7f7f7;   
}
textarea.formularzInput_error { 
	border: 1px solid red;
	width: 100%;
	height: 100px;
	background-color: #ECEFEE; 
	color: #3C6500; 
	font-size: 11px; 
	font-family: tahoma, sans-serif;  
}

tr.row_textar td{
	vertical-align: top;
}

.formularzWymagane {
	color: #50aafc;
	text-align: right;
	border-top: 0px solid #D5DAE0;
	padding: 5px;
}

td.formularzLabel {
	color: #002f5a;
	font-weight: bold; 
	padding: 5px 0px 5px 20px;
}

/* ankieta */

div.ankietaMargines {
	padding: 0px;
	margin: 5px 0px 0px 15px;
}

a.ankietaprzycisk1 {
	color: #FF6600;
	font-weight: bold; 
	text-decoration: underline;
}

a.ankietaprzycisk1: hover {
	text-decoration: underline;
}

p.ankietaOdpowiedzMargines {
	margin: 0px 0px 3px 0px;
	color: #0E4E5F;
}

div.ankietaWykresBlok {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #f1f1f1;
	position: relative;
}

div.ankietaWykres {
	margin: 0px;
	padding: 0px;
	height:7px;
	overflow: hidden;
	background: #7d9cbc url(images/ankieta_arrow.gif) right 0px no-repeat; 
}

div.ankietaGlosow {
	float: right;
	text-align: center;
	top: 0px;
	width: 25px;
}

#ankietapytanie1{
	color: #002f5a;
}

#ankietapytanie1 p{
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px; 
}

a.ank_but{
	float: left;
	display: block;
	padding: 3px 3px 3px 3px;
	width: 70px;
	color: #ffffff;
	background: url(images/ankieta_but.gif) center 0px no-repeat;
}

a.ank_but:hover{
	text-decoration: none;
}


/* galeriaMax */

div.galeriaMaxMargines{
	padding: 5px 0px 10px 5px;
}

div.galeriaMaxMargines2{
	padding: 10px 20px 20px 10px;
	border-top: 1px solid #C8D0CF;
}

/* konta uzytkownikow */

input.formularzCB {
	background-color: #ffffff; 
	border: 1px #C3C8C9 solid; 
}

/* multilista plikow */

div.plikMargines {
	padding: 0px 0px 5px 30px;
}

p.plikOpis {
	padding: 5px 0px 5px 15px;
}

/* mapa interaktywna */

div.mapa {
	padding: 15px;
	text-align: center;
}

/* mapa serwisu */

.mapaMargines{
	padding: 20px 0px 0px 0px;	
}

.mapa_tytul{
	font-family: Trebuchet MS;
	font-size: 13px;
	color:#50aafc;
	padding: 2px 0px 2px 55px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background: url(images/level1_act.gif) 35px center no-repeat;
}

ul.mapaSerwisu{
	margin: 0px;
	padding: 5px 0px 0px 60px;
}

ul.mapaSerwisu li{
	margin: 0px;
	padding: 1px 0px 0px 0px;
	list-style: none;
}

ul.mapaSerwisu li a{
	display: block;
	padding: 1px 0px 1px 11px;
	color: #002f5a;
	font-weight: normal;
	font-size: 12px;
	background: url(images/mapa_serwisu.gif) 0px center no-repeat;
}

ul.mapaSerwisu li a:hover{
	color: #50aafc;
}

/*2 poziom*/

ul.mapaSerwisu li ul{
	margin: 0px;
	padding: 0px;
}

ul.mapaSerwisu li ul li a{
	color: #67829e;
	padding: 1px 0px 2px 23px;
	font-size: 12px;
	font-weight: normal;
	background: url(images/mapastrony_2.gif) 15px 10px no-repeat;
}

/*ul.mapaSerwisu li ul li a:hover{color: #45607c;}*/

/* serwis informacyjny */

div.serwisSortBlok2 {
	color: #0E4E5F;
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

select.serwisSelect {
	font-size: 12px;
	background-color: #ECEFEE;
}

span.serwisSort {
	padding: 0px 10px 0px 10px;
}

span.serwisData {
	font-weight: bold;
	padding: 0px 10px 0px 16px;
	background: url("images/zegar.gif") no-repeat;
	color: #899999;
}

div.serwisZrodla {
	padding: 2px 0px 2px 0px;
}

span.serwisZrodlo {
	color: #0E4E5F;
	font-weight: bold;
}

div.serwisInformacja {
	font-weight: bold;
	padding: 0px 0px 5px 15px;
	float: left;
	width: 100px;
	color: #0E4E5F;
}

p.serwisInformacja {
	padding: 5px 0px 5px 15px;
}

div.serwisSortBlok {
	color: #0E4E5F;
	text-align: center;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
}

div.serwisWynikiBlok {
	padding: 15px;
	border-top: 1px solid #C8D0CF;
}

/* -------- ogloszenia dynamiczne --------- */

.OglHot {background: #FDE1CF;}
.OglOpis {
	color: #0E4E5F;
	text-align: justify;
	padding: 14px; 
	border-bottom: 1px solid #D0D0D0;
}
div.OglSkrotZd {
	margin: 0px -2px 0px 0px;
	padding: 5px 0px 5px 7px;
	float: right;
}
.OglSkrot {
	margin: 0px;
	padding: 8px 7px 0px 10px;
	text-align: justify;
}
.OglName {	
	font-weight: bold; 
	font-size: 12px;
	background: #FFFFFF url("images/strzalka_szara2.gif") no-repeat;
	background-position: 3px 4px;
	padding: 0px 0px 0px 14px;
}
p.spisMoje{	padding: 14px;}

.OglFlab{
	color: #7E8ABE;
	font-weight: bold; 
	text-align: right;
	width: 30%;
}
.oglLab2 {color: #7E8ABE; font-weight: bold; }

h3.tytul1m {
	margin: 0px;
	padding: 12px 0px 0px 10px;
	clear: both;
	color: #6F81C3;
	font-size: 11px;
	font-weight: bold;
}
.newsLinkm {
	padding: 0px 7px 10px 0px;
	clear: both; 
	text-align: right; 
}
hr.kresk {color: #E2E3EC; height: 1px; border-top: 1px solid #E2E3EC; border-bottom: none;}

.OglMnag{
	background: #EEDACE;
	border-bottom: 3px solid #FDBE57; 
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
}
.OglMrow{
	border-bottom: 1px solid #D0D0D0;
	padding: 4px 0px 1px 0px;
}

.OglMEdycja {text-align: right;padding: 6px 0px 6px 0px;}
.OglMEdycja a{ padding: 3px 0px 3px 20px; margin-right: 15px;}
a#ogml_dodaj{ background: url(images/ogloszenia/dodaj.gif) no-repeat 0px 0px;}
a#ogml_usun{ background: url(images/ogloszenia/usun.gif) no-repeat 0px 0px;}

div.buttonik {padding: 4px 0px 4px 0px;	text-align: center;}
div.buttonik input{border: 1px solid #FF6600; background: #FFFFFF; font-weight: bold; color: #303030;}

.OglMultText {background: #FF6600;}
.OglMultText td.OglMultNag{background: #FDE1CF;text-align: center;}
.OglMultText td{background: #FFFFFF; padding: 2px;}
.OglMultHead {border: 1px solid #FF6600; border-bottom: none; background: #FDE1CF;text-align: center; color: #7E8ABE; font-weight: bold; padding: 2px 0px 2px 0px;}

.Oglformularz tr.b td{border-bottom: 1px solid #D0D0D0; padding: 5px 10px 5px 0px;}
.Oglformularz tr.b .OglChGrid td{background: #F3B3C3;border: none; padding; 0px;}
.OglChGrid {background: #D393A3;}

.OglMultiInput input{width: 97%;}
.OglMultiInput {background: #A0A0A0;}
.OglMultiInput td{background: #E0E0E0;text-align: center;}


/* wyszukiwarka */
.inp_wyszu{
	font-size: 12px;
	border: 1px solid #7d9cbc;
	background: #ffffff;
}

span.link_sz_sr{
	display: block;
	float: right;
	width: 80px;
	margin: 0px 60px 0px 0px;
	background: url(images/szukaj_sr.gif) 0px 0px repeat;
}

span.link_sz_l{
	display: block;
	background: url(images/szukaj_l.gif) 0px 0px no-repeat;
}

a.link_szuk{
	display: block;
	padding: 2px 7px 2px 0px; 
	color: #ffffff;
	text-align: center;
	background: url(images/szukaj_p.gif) right 0px no-repeat;
}

a.link_szuk{text-decoration: none;}

div.wysWyszukaj {
	padding-top: 10px;
	text-align: center;
}

div.wysBlok {
	color: #004685;
	padding: 5px 15px 5px 15px;
	background: #e5effc;
}

div.wysBlok_1{
	padding: 5px 15px 5px 15px;
	border-bottom: 1px solid #C8D0CF;
	background: #e5effc;
}

dl.wysLista {
	margin: 0px;
	display: none;
	padding: 0px 0px 0px 0px;
}

dl.wysLista dt {
	margin: 0px;
	padding: 5px 0px 0px 28px;
	color: #0E4E5F;
	font-weight: bold;	
	background: #f5f9fe;
}

dl.wysLista dd {
	margin: 0px;
	font-size: 12px;
	color: #004685;
	padding: 2px 0px 5px 28px;
	border-bottom: 1px solid #ffffff;
	background: #f5f9fe;
}

h4.wysNaglowek {
	display: block;
	margin: 0px;
	position: relative;
	padding: 6px 80px 6px 32px;
	font-size: 11px;
	border-bottom: 1px solid #C8D0CF;
	background: url(images/level1_act.gif) no-repeat 15px 6px;
	cursor: pointer;
}

span.wysIlosc {
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #004685;
	padding: 5px 15px 0px 0px;
}

/* subskrypcja */
.wysTekst {
	color: #0E4E5F;
	font-weight: bold;
}

div.subMargines {
	margin: 0px;
	padding: 10px 0px 10px 5px;
}

/* uniwersalne */
.floatLewo {float: left;}
.floatPrawo {float: right;}

.input1 {
	background-color: #ECEFEE; 
	border: 1px #C3C8C9 solid; 
	color: #3C6500; 
	font-size: 11px; 
	font-family: tahoma, sans-serif;
}

a.przycisk1 {
	color: #004685;
	font-weight: bold; 
	text-decoration: none;
	cursor: pointer;  
}

a.przycisk1:hover {
	text-decoration: underline;
}

a.przycisk2 {
	font-size: 9px;
	color: #FF6600;
	font-weight: bold; 
	text-decoration: none;  
}

a.przycisk2:hover {
	text-decoration: underline;
}

div.przyciskBlok {
	margin-top: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	border-top: 1px solid #C8D0CF;
}

.margines10 {
	margin: 10px;
}

/* */
.alignPrawo {
	text-align: right;
}

.marginesBlok {
	margin: 0px;
	padding: 10px 20px 10px 20px;
}

.marginesBlok2 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.marginesBlok3 {
	padding: 3px 15px 3px 15px;
}

div.menuKreska {
	overflow: hidden;
}

/* lista kategorii */
.listaKategorii {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #D2D6CF;
    background: url('../images/strzalka.gif') 10px 10px no-repeat;
    padding-top: 7px;
    padding-bottom: 7px;
}

.listaKategorii a {
    margin-top: 6px;
    margin-left: 22px;
}

/* notowania */
table.notowania {
	background-image: url('images/poziom2_01.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #EFF1F3;
}
table.notowania * {
	font-family: Verdana;
}
td.notowania {
	background-image: url('images/menuNzwin02.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 10px;
}
.notowania table.cena {
	background-color: #FFFFFF;
	border: 1px solid #D5DAE0;
	padding: 5px;
}
.notowania table.cena td.label {
	font-weight: bold;
	color: #717679;
}
.notowania table.cena td.wartosc {
	font-weight: bold;
	font-size: 13px;
	color: #FF7E00;
}
.notowania table.data {
	border-bottom: 2px solid #C3CAD2;
	padding: 5px;
}
.notowania table.data td.label {
	font-weight: normal;
	color: #4A5661;
/*	color: #000000;*/
}
.notowania table.data td.label strong {
	color: #717679;
}
.notowania table.data td.uwaga {
	font-weight: normal;
	font-size: 10px;
	color: #9FA3A6;
}
.notowania table.kursy {
	margin: 10px 0px 5px 0px;
}
.notowania table.kursy td.spacer {
	background-color: #D8DDE2;
}
.notowania table.kursy td.label {
	padding: 5px 5px 5px 35px;
	color: #717679;
}
.notowania table.kursy td.wartosc {
/*	font-size: 12px;*/
	color: #4A5661;
}

/* zakladki */
.TabStripActive {
	margin: 0px;
	vertical-align: middle;
	line-height: 25px;  
	text-indent: 25px;
	color: #FFFFFF;

	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	background: #FF6600 url("images/play_czerwony.gif") no-repeat;  
	background-position: 5px 5px;
	border-bottom: 1px solid #E06A1C; 
}

.TabStripInactive {
	margin: 0px;
	vertical-align: middle;
	line-height: 25px;  
	text-indent: 25px;
	color: #FFFFFF;

	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	background: #B04600 url("images/play_czerwony_inactive.gif") no-repeat;  
	background-position: 5px 5px;
	border-bottom: 1px solid #963C00; 
}

.TabStripActive a {
	color: white;
}

.TabStripInactive a {
	color: #bbbbbb;
}

/* forum nowe */
.forumFormLabel{
	width: 150px;
	text-align: right;
	float: left;
	margin-bottom: 5px;
	padding-right: 10px;
}

.forumFormInput{
	float: left;
	margin-bottom: 5px;
	width: 200px;
}

.forumEditorInput{
	float: left;
	margin-bottom: 5px;
	width: 500px;
}

.forumBg{
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BAC4C3;
	padding: 5px;
}

.forumCell{
	padding: 10px;
	float: left;
}

.forumPager{
	padding: 5px;
	text-align: center;
	background-color: #fff;
}

.forumPostDate{
	width: 100%;
	margin-bottom: 10px;
	color: #acacac;
	font-size: 10px;
}

.forumHeader{
	margin: 0px;
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	float: left;
}

.forumPostHeader{
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	float: left;
	text-align: center;
}

.forumSubmit{
	padding-left: 160px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.forumProfilAvatar{
	padding-bottom: 10px;
}

.forumAvatarView{
	padding-bottom: 10px;
}

.forumAutor{
	font-weight: bold;
	padding-bottom: 10px;
}

.forumSygnatura{
	padding-top: 10px;
	color: #acacac;
	font-size: 10px;
}

.forumEdycja{
	padding-top: 10px;
	color: #acacac;
	font-size: 10px;
}

.forumMessage{
	padding: 10px;
	background-color: #f7f7f7;
}

.forumProfilAvatarView{
	padding-bottom: 10px;
	float: right;
}

.forumRow{
	background-color: #FFFFFF;
	border-bottom: 1px solid #BAC4C3;
}

.forumTopicRow{
	background-color: #FFFFFF;
	border-bottom: 1px solid #BAC4C3;
}

.forumPostRow{
	background: #FFFFFF url(images/forum/post_bg.gif) repeat-y; 
	border-bottom: 1px solid #BAC4C3;
}

.forumCell a{
	color: #6b6b6b;
	text-decoration: underline;
	font-weight: normal;
}

.forumRow:hover, .forumTopicRow:hover{
	background-color: #fbeadf;
}

.forumCatTitle{
	font-weight: bold;
	color: #ff6600;
	background-color: #f7f7f7;
	border-bottom: 1px solid #BAC4C3;
	padding: 5px;
}

.forumTitle{
	font-weight: bold;
	color: #ff6600;
	margin: 0px;
	background-color: #f7f7f7;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #BAC4C3;
}


a .forumUserLink{
	font-weight: bold;
	text-decoration: underline;
		
}

#forumTematy, #forumPosty{
	padding: 10px;
	background-color: #e2e6e6;
}

#forumCats{
	padding: 10px 10px 0px 10px;
	background-color: #e2e6e6;
}

.forumCat{
	padding-bottom: 10px;
}
blockquote.quote{
	padding: 10px;
	border: 1px dotted #BAC4C3;
	background-color: #fff;
	margin: 0;
	margin-left: 10px;
}

.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}

#EditorArea{
	color: #000;
	background-color: #fff; 
	border: #deecfd thin solid;
	height: 200px;
	font-size: 12px;
}

.btnBold .x-btn-text {background-image: url(images/forum/editor/text_bold.gif);}
.btnItalic .x-btn-text {background-image: url(images/forum/editor/text_italic.gif);}
.btnUnderline .x-btn-text {background-image: url(images/forum/editor/text_underline.gif);}
.btnFont .x-btn-text {background-image: url(images/forum/editor/text_uppercase.gif);}
.btnFontSize .x-btn-text{background-image: url(images/forum/editor/text_smallcaps.gif);}
.btnForeColor .x-btn-text{background-image: url(images/forum/editor/color_swatch.gif);}
.btnLink .x-btn-text {background-image: url(images/forum/editor/link.gif);}
.btnImg .x-btn-text {background-image: url(images/forum/editor/image.gif);}
.btnUndo .x-btn-text {background-image: url(images/forum/editor/resultset_previous.gif);}
.btnRedo .x-btn-text {background-image: url(images/forum/editor/resultset_next.gif);}
.btnEmo .x-btn-text {background-image: url(images/forum/editor/emoticon_smile.gif);}

.x-btn-with-menu  .x-btn-center em{
    display:block;
    padding-right:0px;
    background: transparent url(images/forum/editor/s.gif);
}

input.forumInput {
	width: 100%;
	background-color: #ECEFEE; 
	border: 1px #C3C8C9 solid; 
	color: #3C6500; 
	font-size: 11px; 
	font-family: tahoma, sans-serif;  
}

textarea.forumInput {
	width: 100%;
	height: 100px;
	background-color: #ECEFEE; 
	border: 1px #C3C8C9 solid; 
	color: #3C6500; 
	font-size: 11px; 
	font-family: tahoma, sans-serif;  
}

/* SKLEP */

input.view_detailed{
	background: url(images/view_detailed.gif) no-repeat 0px 0px;
	cursor: pointer;
	border: none;
	width: 22px;
	height: 19px;
}
input.view_icon{
	background: url(images/view_icon.gif) no-repeat 0px 0px;
	cursor: pointer;
	border: none;
	width: 22px;
	height: 19px;
}

.sortuj {
	border: 1px solid #DBDCD1;
	vertical-align: center;
	padding: 6px 0px 8px 10px;
	margin-top: 4px;
}
.sortuj span{font-weight: bold; padding: 0px 5px 0px 28px;}

.sortuj input.sort{
	cursor: pointer;
	font-weight: bold;
	width: 90px;
	color: #555555;
	padding: 2px 6px 3px 6px;
	border: 1px solid #CBCCC1;
}
.sortuj input.sortasc{
	background: url(images/up.gif) no-repeat 10px 3px;
	padding: 2px 15px 3px 39px;
	cursor: pointer;
	font-weight: bold;
	color: #555555;
	border: 1px solid #FF6600;
}
.sortuj input.sortdesc{
	background: url(images/down.gif) no-repeat 10px 3px;
	padding: 2px 15px 3px 39px;
	cursor: pointer;
	font-weight: bold;
	color: #555555;
	border: 1px solid #FF6600;
}

/* katalog produktow */
.produktylista{margin: 4px 0px 4px 4px;}

.produktylista td.sep{
	height: 4px;
	line-height: 4px;
	padding: 0px;
	margin: 0px;
}
.produktylista td.zd{
	border: 1px solid #DBDCD1;
	border-right: none;
	width: 140px;
	text-align: center;
	padding: 15px 0px 15px 0px;
}
.produktylista td.op{
	border-top: 1px solid #DBDCD1;
	border-bottom: 1px solid #DBDCD1;
	padding: 15px 8px 15px 0px;
}
.produktylista td.op h2, .katalogblok h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
.produktylista td.op h3{
	font-size: 12px;
	font-weight: bold;
	color: #525252;
}
.produktylista td.op h4, .katalogblok h4{
	font-size: 11px;
	font-weight: bold;
	color: #848484;
}
.produktylista td.cen {
	border: 1px solid #DBDCD1;
	padding: 0px 8px 0px 8px;
	width: 100px;
	text-align: center;
}
.produktylista td.cen h2{
	font-size: 11px;
	font-weight: bold;
	color: #525252;
}
.produktylista td.cen h3{
	margin-top: 7px;
	font-size: 11px;
	font-weight: bold;
	color: #ff5d2e;
}
.produktylista td.cen h4{
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
}
.produktylista td.cen div{margin-top: 8px; }

/* katalog produktow blok */
.katalogblok{margin: 4px 0px 4px 4px;}
.katalogblok {background: #DBDCD1; margin-top: 4px;}
.katalogblok td{
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.katalogblok h3.c{
	font-size: 12px;
	font-weight: bold;
	color: #525252;
	margin-top: 8px;
	text-align: left;
}

.katalogblok h3.c2{
	font-size: 12px;
	font-weight: bold;
	color: #525252;
	margin-top: 8px;
}

.katalogblok h5{
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin-top: 4px;
}

/* karta produktu */
.kartadane div{padding-left: 16px;}
.kartadane img{
	float: left;
	border: 1px solid #DBDBDB;
	padding: 2px;
	margin: 10px 40px 10px 40px;
}
.kartadane h3.produktname{
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #FF6600;
}
.kartadane h4 {
	font-size: 11px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 7px;
}
.kartadane h4 span {color: red;}
.kartadane h4 span.n {font-weight: normal; color: #525252;}
p.kartaopis {
	padding: 5px 16px 11px 16px;
	margin: 3px;
	text-align: justify;
}
.kartainf {padding: 1px 8px 1px 16px;}
.kartazdjecia {padding: 7px 16px 12px 16px;}
.kartazdjecia img{
	border: 1px solid #DBDBDB;
	padding: 2px;
	margin: 0px 6px 12px 6px;
}
.kartaopcje {padding: 2px 16px 5px 16px;}
.kartaopcje .tytul1{margin-bottom: 4px;}
.kartaopcje div.opc{
	float: left; 
	margin: 3px; 
	text-align: center; 
	color: #A42255;
}
.kartaopcje div.opc p{font-weight: bold;}
.kartaopcje div.opc img{
	border: 1px solid #DBDBDB;
	padding: 2px;
	margin: 2px 5px 2px 0px;
}

.kartaopcselect select{ width: 100%; margin-bottom: 3px;}
.kartaopcselect h4{padding: 1px 0px 1px 3px; font-size: 10px;}
.kartainf2 {padding: 11px 8px 1px 8px;}
a.kartalink {
	padding: 2px 0px 3px 12px;
	margin: 8px 0px 3px 10px;
	display: block;	
}
.kartabutton {
	padding: 4px 16px 11px 16px;
	width: 60%;
}

.kartakol {
	padding: 5px 16px 15px 16px;
	text-align: justify; 
}
.kartakol p {
	float: left;
	margin-right: 25px;
}
.kartakol .kartalink{ float: right; margin-top: 10px;}
.kartakol img{
	border: 1px solid #DBDBDB;
	padding: 2px;
	margin: 0px;
}
td.kartacolright{
	width: 210px;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
}

/* koszyk sklep */
.koszyk_suma td{
	border-top: 1px solid #CC1212;
	border-bottom: 1px solid #CC1212;
	background-color: #FFEfef;
	color: #CC1212;
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
}
.koszsep {line-height: 2px;border-top: 1px solid #D0D0D0;}

.kosz_bt td{border-top: 1px solid #D0D0D0;}
.kosz_bt td.l{border-left: 1px solid #D0D0D0;}
.bg_ilosc {background-color: #FFFFC7;}
.bg_cena {background-color: #E0E0E0;}

.platn {background-color: #FBE7BF;}

/* sklep - kolekcje */
.zd7 {margin: 10px 0px 10px 30px;}
.zd7 .zd{
	float: left; 
	margin: 8px 15px 8px 15px; 
	padding: 2px; 
	border: 1px solid #D0D0D0; 
	text-align: center;
}
.lokt td{border-bottom: 1px solid #D0D0D0; padding: 4px 0px 4px 5px;}

div.kolzd {	margin: 0px; padding: 5px 0px 10px 10px; float: right;}
div.kolzd .zd{padding: 2px; border: 1px solid #D0D0D0;}

h3.koltytul1 {
	margin:0px;
	padding: 10px 0px 0px 15px;
	color: #0E4E5F;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url("images/strzalka_szara2.gif") no-repeat;
	background-position: 2px 13px;
}

/* sklep - porownywarka */
.porownywarka tr td{ border-bottom: 1px solid #D0D0D0; padding: 3px 5px 3px 5px;}

/* sklep - przechowlania */
.prznaglowek td{font-weight: bold; text-align: center; padding: 4px;}
.przrow td{
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding-top: 8px;
	padding-bottom: 8px;
}
.przrow .zd {
	text-align: center; 
	width: 130px; 
	border-left: 1px solid #DBDBDB;
}
.przbutt {
	width: 80px;
	text-align: center; 
	padding-right: 8px; 
	border-right: 1px solid #DBDBDB;
}
.przbutt input{width: 90%; margin-bottom: 12px;}

/* wyszukiwarka zaawansowana */
.f { margin: 0pt auto; padding: 10px;}
.f label { display: block; clear: both; font-weight: bold; }
.f label input.text { float: right; width: 68%; margin-bottom: 10px; font-weight: normal;}
.f label span { float: left; padding-top: 5px; }
.f textarea { float: right; width: 68%; }
.f p { text-align: right; clear: both; padding-top: 8px; }
.f .f_opis { padding: 3px 0px 12px 0px; }
.f .buts {padding-top: 16px; width: 40%; clear: both;}

.f div.labb { display: block; clear: both; font-weight: bold;}
.f div.labb input.txtsmall { float: right; width: 27%; margin-bottom: 10px; }
.f div.labb input.txtsmallerror { float: right; width: 27%; margin-bottom: 10px; border: 1px solid red;}
.f div.labb span.opsmall { float: right; padding: 5px 5px 0px 10px; }
.f div.labb span { float: left; padding-top: 5px; }
.f label select.text { float: right; width: 69%; margin-bottom: 10px; height: 22px; font-weight: normal;}
.f label .box { float: right; width: 69%; padding-top: 2px; margin-bottom: 10px;}

.f .header {color: #909090; clear: both;font-weight: bold; height: 20px; padding: 1px 0px 5px 15px; border: 1px solid #DBDBDB; margin-top: 6px;}
.f .header img{position: relative; top: 4px; cursor: pointer; margin-right: 3px;}
.f .form_blok {padding: 8px 5px 4px 20px; border: 1px solid #DBDBDB; border-top: 0px solid #DBDBDB; margin-bottom: 10px;}
.f .form_blok .cb{float: left; width: 48%; margin-bottom: 10px;}
.f .form_blok .cb label{float: left;}
.f .form_blok .cb input{vertical-align: middle;}

/* historia zamowien */
.listrow td{text-align: center;}

/* wyszukiwarka blok */
form.formsz {width: 170px;margin: 5px;}
form.formsz span{
	font-weight: bold;
	padding-left: 5px;
}
form.formsz input.txt, form.formsz select{
	width: 100%;
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 4px 0px;
}
form.formsz .fl {
	float: left;
	width: 45%;
}
form.formsz .fr {
	float: right;
	width: 45%;
}
form.formsz .pad5 {
	display: block;
	margin: 5px 0px 3px 0px;
}	

/* wydarzenia */
.KalenCont {
	background-color: #F2F2F2;
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.kalenss {padding-left: 5px;}

.Kalendarz .Active span {
	background-color: #C6D2DA;
	display: block;
	padding: 2px 2px 18px 2px;
	text-align: right;
	border: 1px solid #ACADAC;
	color: #144986;
}
.Kalendarz td.Active {cursor: pointer;}
.Kalendarz td.ActiveSelected {cursor: pointer;}
.Kalendarz .ActiveSelected span {
	background-color: #C6D2DA;
	border: 2px solid #FF7C00;
	display: block;
	padding: 0px 0px 18px 0px;
	text-align: right;
	color: #144986;
}

td.Naglowek2 {
	text-align: center;
	font-weight: bold; 
	color: #000000; 
	border-right: 1px solid #E1E1E1;
	width: 105px;
	vertical-align: top;
}
.Kalendarz tbody.Naglowek td {
	padding: 6px 0px 6px 0px;
	font-size: 11px;	
}
.Kalendarz tbody.Naglowek tr.Dzien td {
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	padding: 0px 0px 6px 0px;
}

.Kalendarz td.Stopka {
	font-size: 5px;
	height: 8px;
}
.Kalendarz tbody.Miesiac td {
	width: 40px;
	padding: 3px;
}
.Kalendarz tbody.Miesiac td.Dzien span {
	display: block;
	padding: 2px 2px 18px 2px;
	text-align: right;
	border: 1px solid #ACADAC;
	color: #144986;
	background-color: #E9EBE7;
}

.Kalendarz .DzienNow span {
	display: block;
	padding: 1px 1px 17px 1px;
	text-align: right;
	border: 2px solid #FF7C00;
	color: #144986;
	background-color: #E9EBE7;
}

.Kalendarz tbody.Miesiac td.Empty {
	
}

.impb {
	display: block;
	margin-left: 3px;
	margin-top: 176px;
	text-align: center;
	cursor: pointer;
}
/****** FLASH ********/

	#flashcontent {
		width: 980px;
		height: 267px;
		float: left;
		margin: 0px 0px 0px 0px;
	}
	
/***********************/

.logo{
	float: left;
	width: 834px;
	height: 267px;  
	background: url(images/logo.jpg) 0px 0px no-repeat;
}

ul.langi{
	padding: 0px;
	float: right;
}

ul.langi li {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
	float: left;
}

ul.langi li a{
	display: block; 
	color: #7d9cbc;
	text-align: center;
	padding: 8px 4px 8px 3px;
	margin: 0px 2px 0px 2px;
}

ul.langi li a.act{
	color: #ffffff;
	background: url(images/tlo_lang.gif) 0px 0px no-repeat;
}

/** subskrypcja **/

.kontener_sub{
	padding: 0px 0px 5px 5px;
	background: url(images/news_tlo.jpg) 0px 0px no-repeat;
}

.kontener_sub p{
	font-family: tahoma;
	font-size: 11px;
	color: #002f5a;
	padding: 3px 0px 5px 3px;
}

.tytul_sub{
	color: #002f5a;
	font-family: Arial;
	font-size: 1.5455em;
	padding: 0px 0px 10px 0px;
}

.but_sub{
	color: #50aafc;
}

.input_sub{
	text-align: center;
	width: 180px;
	color: #002f5a;
	font-size: 12px;
	border: 1px solid #d2d6db;
	background: white;
}
/****  Bloczek Oferta   ****/

.kontener_oferta{
	text-align: center;
	padding: 10px 0px 10px 0px;
	border: 0px solid #a5acb2;
}

.sel_1{
	width: 230px;
	color: #002F5A;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #a5acb2;
}

.sel_2{
	color: #002F5A;
	font-size: 12px;
	width: 230px;
	border: 1px solid #a5acb2;
}

.width_sel{
	width: 80%;	
}

.wyslij{
	color: #ffffff;
	/*background: url(images/wyslij.gif) 0px 0px no-repeat;*/
}

.link_bloczek{
	padding: 0px 0px 0px 5px; 
}

.sizeFont{
	float: right; 
	display: inline;
	text-align: right; 
	padding-top: 8px;
	/*width: 70px;*/
}

.sizeFont a:hover{
	text-decoration: none; 
}

input.inputK1{
	font-size: 11px;
}

.polec{
	padding-left: 20px;
	background: url(images/mail.gif) 0px 0px no-repeat;
}

.top_back{
	background: url(images/log_top.gif) 30px 0px no-repeat;
}
/*access_form*/

.access_form{
	float: left;
	width: 130px;
	margin-left: 60px;
}
.access_form_a{
	float: right; 
	width: 120px;
	margin-right: 40px;
}
