html, body {height: 100%;}


body {

	font-family: Tahoma, arial, helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;
	
	background: #39792e url('../img/main_background.jpg') repeat-x;

}


img {border: 0px;}


td {

	font-family: Tahoma, arial, helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

}


p {

	font-family: Arial, Verdana;

	font-size: 13px;

}


a, a:hover, a:active {
	
	text-decoration: none;
	
	outline: none;
	
}
	


a {

	color: #006699;

	font-family: arial, helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

}


a:hover {color: #1d451d;}


form {

  	width: auto;
	
	margin-left: 20px;
	
	border: 0;

}


select, input, textarea {

	margin-top: 10px;

	border: 1px solid #5AA0D4;

}


a.www {

	padding-left: 0px;

	background: url('img/link_1.gif') 0px 0px ;

	height: 40px;

	line-height: 38px;

}


a.www:hover {

	background: #848484 url('img/link_2.gif') 128px 35px no-repeat fixed; 

	height: 40px;

	line-height: 38px;

}


#wrapper {
	margin: 0 auto;
	text-align: center;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
}


#tooltip {
	width: 300px;
	padding: 5px 10px;
	background: #cad7e0;
	border: 1px solid #b2bdc3;
	opacity: 0.90;
	z-index: 1000;
}


.calendar {
	display: block;
	width: 191px;
	height: 106px;
	text-align: center;
	margin: 0 auto;
	background: transparent url('img/kalendarz.jpg') top center no-repeat;
}


.calendar span {
	display: block;
	padding-top: 30px;
	margin: 0 auto;
}


#cities {
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	border-top: 1px solid #B2C0CC;
	text-align: center;
}


#cities a {color: #006699;}


#cities a:hover {color: #000;}


/* menu */


#menu a:hover {color: #9cbccd;}


#menu a:active {color: #36608c;}


#menu, .submenu {list-style: none;}


#menu {
	text-align: center;
	margin: 0 auto;
	position: relative;
}
	
	
#menu li {
	position: relative;
	float: left;
	padding: 10px 14px;
}
	
	
#menu .vertical {background: #fff url('img/menu_vertical.jpg') no-repeat top left;}
	
	
#menu li a {
	display: block;
	padding-top: 4px;
	color: #6583a2;
}
	
	
.submenu {
	position: absolute;
	top: 36px;
	left: -64px;
	display: none;
}
	
	
#menu li:hover .submenu {display: block;}
	
	
.submenu li {
	clear: both;
	width: 112px;
	text-align: center;
}
	
	
.submenu .horizontal {background: #fff url('img/menu_horizontal.jpg') no-repeat 50% 100%;}


/* galeria */



.gallery {
width: 570px;
text-align: center;
margin: 0 auto;
list-style: none;
}

.gallery li {
float: left;
margin-top: 4px;
margin-left: 4px;
}

.gallery a {
display: block;
border: 3px solid #AAAFFF;
}

.gallery a:hover {border: 3px solid #EAF2E1;}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* wybór */

.collapsibleContainerTitle {

	cursor: pointer;
	font-weight: bold;
}

.collapsibleContainerTitle div {
    padding-top: 5px;
    padding-left: 10px;
}

.collapsibleContainerContent {
	display: none;
	width: 540px;
	margin: 0 auto;
    padding: 10px;
}

/* koniec galeria */


#content {

 	width: 570px;

	display: compact;

	font-family: Arial, Verdana;

	font-size: 13px;

	margin-top: 19px;
	
	margin-bottom: 0;

	line-height: 18px;

	text-align: justify;

	height: auto;

	overflow: hidden;
  
  	padding: 0;

}


#left_gora {

	border-top: 0px solid #b2c0cc;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

}



#left_gora ul {

	border-top: 0px solid #b2c0cc;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

  	list-style-type: none;

}


#left_gora li {	

	border-top: 0px solid #6c8f3f;

	background: url('img/tlo_poziom2.gif') no-repeat left top;

	margin:  0px 20px 0px 0px;

	padding: 2px 0px 2px 20px;

	line-height: 20px;

	font-weight: bold;

	text-align: left;

	color: #aaafff;

  	display: block;

}


#leftcolumn {

	border-top: 0px solid #b2c0cc;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

}


#leftcolumn ul {

	border-top: 0px solid #b2c0cc;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

  	list-style-type: none;

}


#leftcolumn li {	

	border-top: 1px solid #b2c0cc;

	margin: 0px 20px 5px 4px;

	padding: 5px 0px 1px 13px;

	font-family: Arial, Verdana;

	font-size: 11px;

	line-height: 11px;
	
	height: 20px;

	text-align: left;

	font-weight: bold;

	color: #000000;

  	display: block;
	
	background: url('img/tlo_strzalki.gif') no-repeat -1px 0;

}


#leftcolumn li a {

	display: block;
	
	margin-left: 7px;
	
	padding-top: 0;
}


#leftcolumn li.druga {	

	border-top: 0px solid #6c8f3f;

	background: url('img/tlo_poziom2.gif') no-repeat left top;

	margin:  0px 20px 0px 0px;

	padding: 4px 0px 2px 20px;

	line-height: 11px;

	font-weight: bold;

	text-align: left;

	color: #aaafff;

  	display: block;

}

#rightcolumn {

	border-top: 0px solid #b2c0cc;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

}


#rightcolumn ul {

	border-top: 0px solid #b2c0cc;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

  	list-style-type: none;

}


#rightcolumn li {	

	border-top: 1px solid #879fb7;

	margin:  20px 0px 5px 13px;

	padding: 1px 10px 1px 7px;

	font-family: Arial, Verdana;

	font-size: 12px;

	line-height: 14px;

	text-align: left;

	font-weight: bold;

	color: #000000;

  	display: block;

}


#rightcolumn li.druga {	

	border-top: 0px solid #879fb7;

	margin:  0px 0px 0px 13px;

	padding: 1px 10px 1px 7px;

	font-family: Arial, Verdana;

	font-size: 13px;

	line-height: 14px;

	text-align: left;

	font-weight: bold;

	color: #000000;

  display: block;

}


#ramka_galeria {

	margin: 0px;

	padding: 0px;

	border: 0px solid #f8edeb;

	font-family: Arial, Verdana;

	font-size: 13px;

	padding: 0px 0px 0px 0px;

	margin: 10px 21px 0px 21px;

	line-height: 38px;

	display: block;

	float: none;

}

#linki_galeria {	

	border-top: 1px solid #f8edeb;

	background: url('img/tlo_link_galeria.gif') no-repeat left top;

	text-align: left;

	padding: 4px 0px 20px 12px;

	margin: 0px 20px 0px 0px;

	line-height: 14px;

	float: left;

	color: #006699;	

}


#title_galeria {	

	border-top: 2px solid #ececec;

	background: url('img/tlo_link_galeria.gif') no-repeat left top;

	text-align: left;

	padding: 3px 0px 5px 15px;

	margin: 20px 20px 20px 20px;

	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	line-height: 15px;

	font-weight: bold;

	text-decoration: none;

	color: #5d5d5d;

	clear: both;		

}	


#title_news {	

	border-top: 2px solid #ececec;

	background: url('img/tlo_link_galeria.gif') no-repeat left top;

	text-align: left;

	padding: 3px 0px 0px 15px;

	margin: 20px 20px 0px 20px;

	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	line-height: 15px;

	font-weight: bold;

	text-decoration: none;

	color: #5d5d5d;

	clear: both;		

}


#title_firma {	

	border-top: 3px solid #aaafff;

	border-bottom: 1px solid #ececec;

	background: url('img/tlo_link_galeria.gif') no-repeat left top;

	text-align: left;

	padding: 3px 0px 3px 15px;

	margin: 20px 20px 6px 20px;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	line-height: 15px;

	font-weight: normal;

	text-decoration: none;

	color: #5d5d5d;

	clear: both;		

}


#title_data {	

	border-bottom: 1px solid #ececec;

	text-align: left;

	padding: 0px 0px 0px 15px;

	margin: 0px 20px 0px 20px;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 15px;

	font-weight: normal;

	text-decoration: none;

	color: #5d5d5d;

	clear: both;	

}


#tresc_ogloszenia {

	border-bottom: 1px solid #ececec;

	display: compact;

	font-family: Arial, Verdana;

	font-size: 12px;

	padding: 0px 0px 5px 15px;

	margin: 5px 20px 10px 20px;

	line-height: 14px;

	text-align: justify;

}


#pdf {	

	border-bottom: 1px solid #ececec;

	background: url('img/pdf.gif') no-repeat left top;

	color: #aaafff;

	margin: 0px 20px 0px 30px;

	padding: 0px 0px 0px 0px;

	display: block;

	width: 410px;

	height: 30px;

}


#doc {	

	border-bottom: 1px solid #ececec;

	background: url('img/doc.gif') no-repeat left top;

	color: #aaafff;

	margin: 0px 20px 0px 30px;

	padding: 0px 0px 0px 0px;

	display: block;

	width: 410px;

	height: 30px;

}


#plik {	

	border-top: 0px solid #c3c7bb;

	background-color: #f9f9f9;

	text-align: left;

	color: #a8a8a8;

	margin:  0px 0px 16px 28px;

	padding: 4px 0px 4px 10px;

	font-family:  Arial, verdana, Tahoma, Arial, tahoma, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 17px;

	font-weight: normal;

}


div.pagination2 {

	background-color: inherit;

	color: #000000;

	font-size: 10px;

	font-weight: bold;

	line-height: 23px;

	margin:  30px 0px 30px 0px;

	padding: 0px 0px 0px 0px;

}


div.pagination2 span.strony {

	display: inline-block;

	padding: 3px 4px 3px 7px;

	background-color: inherit;

	color: #43553F;

	font-size: 10px;

	font-weight: normal;

}


div.pagination2 span.blank {

	display: inline-block;

	padding: 0px 2px 0px 2px;

	margin:  30px 0px 30px 0px;

}


div.pagination2 a.pag {

	display: inline-block;

	width: auto;

	height: auto;

	font-size: 10px;

	background-color: #efefef;

	padding: 3px 5px 3px 5px;

	color: #000000;

}


div.pagination2 a.pag:hover {

	background-color: #b8c2ca;

	color: #000000;

}


#tabelka_body {

    border-top: 1px solid #bfcfbf;

    padding: 5px 10px 5px 10px;

    margin:	2px 10px 0px 20px;

	background-color: #ffffff;

	background-image: url('img/tlo_tabelka_stat_body3.gif');

    color: #000000;

    font-weight: normal;

    font-size: 11px;

    line-height: 12px;

    text-align: left;

}


#ramka {	

	border: 0px solid #eaf2e1;

	padding: 0px;

	/*height: 85px;*/

	margin: 0px;

	margin-right: 12px;

	margin-left: 0px;

	float: left;

}


#ramka2 {	

	border: 0px solid #eaf2e1;

    background-color: #aaafff;

	padding: 4px;

	margin: 0px;

	float: left;

}


a.galeria:link {

	color: #006699; 

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 11px;

	text-decoration: none;

}


a.galeria:unknown {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 11px;

	text-decoration: none;

}


a.galeria:visited {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 11px;

	text-decoration: none;

}


a.galeria:hover {

	color: #000000;

	font-family: Arial, Tahoma, Arial, Verdana;

	font-weight: bold;

	font-size: 11px;

	text-decoration: none;

}


/*ul {

	border: 1px solid #000deb;

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	font-family: Arial, Verdana;

	font-size: 13px;

	margin-top: 13px;

	margin-left: 20px;

	margin-right: 20px;

	line-height: 54px;

	text-align: justify;

} 

*/


li.aaa {

	display: inline;

	border-top: 1px solid #f8edeb;

	text-align: left;

	padding: 3px 30px 20px 15px;

	margin: 0px 0px 0px 0px;

} 


#title {	

	border-top: 0px solid #f8edeb;

	background: url('img/title.gif') no-repeat left top;

	text-align: left;

	padding: 3px 0px 20px 30px;

	margin: 0px 0px 0px 20px;

	font-family:  Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	line-height: 26px;

	font-weight: bold;

	text-decoration: none;

	color: #006699;

	display: block;

}


#stopka {

	border-top: 1px solid #c6de84;

	padding: 20px 0px 20px 0px;

	margin: 0px 0px 0px 0px;

	font-family: Arial, Verdana;

	font-size: 13px;

	line-height: 18px;

	text-align: justify;

}


#td1 {

	border-top: 0px solid #c6de84;

   	background-image: url('img/tlo1.gif');

    background-repeat: repeat-x;

	margin: 0 auto;

	text-align: justify;

}


#poziom1 {	

	border-top: 1px solid #b2c0cc;

	margin: 10px 20px 5px 0px;

	padding: 1px 0px 1px 11px;

	font-family: Arial, Verdana;

	font-size: 11px;

	line-height: 14px;

	text-align: left;

	font-weight: bold;

	color: #000000;

}


#poziom2 {	

	border-top: 0px solid #6c8f3f;

	background: url('img/tlo_poziom2.gif') no-repeat left top;

	margin:  0px 20px 0px 0px;

	padding: 2px 0px 2px 20px;

	line-height: 14px;

	font-weight: bold;

	text-align: left;

	color: #aaafff;

}


#poziom3 {	

	border-top: 1px solid #879fb7;

	margin:  20px 0px 5px 13px;

	padding: 1px 10px 1px 7px;

	font-family: Arial, Verdana;

	font-size: 12px;

	line-height: 14px;

	text-align: left;

	font-weight: bold;

	color: #000000;

}


#poziom3b {	

	border-top: 0px solid #879fb7;

	margin:  0px 0px 0px 13px;

	padding: 1px 10px 1px 7px;

	font-family: Arial, Verdana;

	font-size: 13px;

	line-height: 14px;

	text-align: left;

	font-weight: bold;

	color: #000000;

}


a.poziom1:link {

	color: #646663;

	font-family: Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 8pt;

	text-decoration: none;

}


a.poziom1:unknown {

	color: #646663;

	font-family: Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 8pt;

	text-decoration: none;

}


a.poziom1:visited {

	color: #646663;

	font-family: Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 8pt;

	text-decoration: none;

}


a.poziom1:hover {

	color: #000000;

	font-family: Tahoma, Arial, Verdana;

	font-weight: bold;

	font-size: 8pt;

	text-decoration: none;

}


a.poziom2:link {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 13px;

	text-decoration: none;

}


a.poziom2:unknown {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 13px;

	text-decoration: none;

}


a.poziom2:visited {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 13px;

	text-decoration: none;

}


a.poziom2:hover {

	color: #000000;

	font-family: Arial, Tahoma, Arial, Verdana;

	font-weight: bold;

	font-size: 13px;

	text-decoration: none;

}


a.poziom3:link {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: normal;

	font-size: 11px;

	text-decoration: none;

}


a.poziom3:unknown {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: normal;

	font-size: 11px;

	text-decoration: none;

}


a.poziom3:visited {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: normal;

	font-size: 11px;

	text-decoration: none;

}


a.poziom3:hover {

	color: #000000;

	font-family: Arial, Tahoma, Arial, Verdana;

	font-weight: normal;

	font-size: 11px;

	text-decoration: none;

}


a.poziom4:link {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 11px;

	text-decoration: none;

}


a.poziom4:unknown {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 11px;

	text-decoration: none;

}


a.poziom4:visited {

	color: #006699;

	font-family: Arial, Tahoma, verdana, Arial, Tahoma, Verdana;

	font-weight: bold;

	font-size: 11px;

	text-decoration: none;

}


a.poziom4:hover {

	color: #000000;

	font-family: Arial, Tahoma, Arial, Verdana;

	font-weight: bold;

	font-size: 11px;

	text-decoration: none;

}


.navigation img {

	/*display: inline;*/

	margin: 3px;

	/*padding: 0px;*/

	border: 1px solid #ffffff;

}


/***************************** IMAGE VIEWER CSS ***************************/

#thumbBox {

	position: absolute;

	left: 0px;

	top: 0px;

	padding: 5px 5px 20px 5px;

	background: #42678d none;

	z-index: 100;

	cursor: pointer;

	overflow: hidden;

	visibility: hidden;

}



#thumbBox div.footerbar {

	font-family: Tahoma, Verdana, Helvetica, sans-serif;

	background: #42678d none;

	color: #ffffff;

	text-align: right;

	padding: 0px 0px 0px 0px;

	position: absolute;

	right: 5px;

	bottom: 5px;

	font-size: 11px;

}


#thumbBox #thumbImage, #thumbBox #thumbImage img {

	background: #42678d none;

	margin: 0px;

	padding: 0px;

	border: none;

}


#thumbLoading {

	position: absolute;

	border: #42678d 1px solid;

	font-family: Tahoma, Verdana, Helvetica, sans-serif;

	background: #fefefe none;

	padding: 5px;

	z-index: 100;

	width: auto;

	height: auto;

	visibility: hidden;

	left: 0px;

	top: 0px;

}


/***************************** FOR WYSIWYG PURPOSES ***************************/

#content table, #content li, #content td  {

	font-family: Tahoma, arial, helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	background: #ffffff none;

}



#content .defaultimg {

	border: #5a5a5a 1px solid;

}



#content .blacktext {

	color: #333333;

}



#content .redtext {

	color: #cc0000;

}



#content .greenbold {

	color: #436f20;

	font-weight: bold;

}



#content .bluetitle {

	color: #006699;

	font-weight: bold;	

}



#content th {

	color: #ffffff;

	background: #006699 none;

	font-weight: bold;

}


/*************************** ANOTHER FAKE WYSIWYG ********************/


div.wzCtrl {

	width: 1px;

	height: 1px;

	overflow: hidden;

	display: none;

	visibility: hidden;

}