body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px; line-height: 150%;
}


form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;

}

h1 {
    font-size: 20px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
    color: #035c30;
    font-weight: normal;
    padding: 0px 0px 3px 0px;
	margin: 0px 0 15px 0;
	border-bottom:1px dotted #bbbbbb;
}

h2 {
    font-size: 14px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: normal;
    padding: 0px 0px 15px 0px;
 	margin: -15px 0 0px 0; 
}

h3 {
    font-size: 14px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
    color : #035c30;
    font-weight: bold;
padding: 12px 0 5px 25px;
margin:0px 0 0 0;
background: url(../../img/article/bullet_h3.gif) 0px 15px no-repeat;
}

h4 {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color : #606060;
    font-weight: bold;
}


td, th, p, div, span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px
}

.listEntry {
	margin-bottom: 10px;
}

a {
	color: #8bb983;
	text-decoration: none;
}

a:hover {
	color: #DD0000;

	text-decoration: none;
}


div#tresc a, div#tresc a:link, div#tresc a:visited, div#tresc a:active, div#tresc a:focus
{
	color: #729872;
	text-decoration: none;
font-weight: bold;
}

div#tresc a:hover {
	color: #184691;
	text-decoration: none;
font-weight: bold;
}



img
	{
	border: 0pt;
	}


.articleText { 
	padding: 0px;
margin: 0px;
	margin-bottom: 20px;
	text-align: justify;
line-height: 200%;

}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}


.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 27px;
}
.nav_table a:hover {
	text-decoration: none;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #005D2E;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
}

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}



/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#headerBlock {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
}

#mainBlock {
	padding: 5px;
	margin-left: 215px;
	margin-right: 215px;
	background-color: gray;
}

#leftBlock {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#rightBlock {
	float: right;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#footerBlock {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(213, 219, 225);
}

.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	clear: left;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}


.phpwcmsSearchResult {
	margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
	margin: 10px 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}
.phpwcmsSearchResult p {
	margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
	background-color: #FFFF00;
	font-style:inherit;
}

.phpwcmsArticleListEntry {
	clear: both;
}
.phpwcmsArticleListImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.phpwcmsArticleListImageCaption {
	padding-top: 5px;
}

div.cpPagination {
	margin: 10px 0 10px 0;
	text-align: right;
}
a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
	padding: 0px 3px 1px 3px;
	background-color: #FFFFFF;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CBCBCB;
}
a.cpPaginateActive {
	background-color: #CBCBCB;
	color: #FFFFFF;
	border: 1px inset #CBCBCB;
}

a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
	background-color: #DDDDDD;
	color: #666666;
	border: 1px inset #CBCBCB;
}

/* Wlasne */


#naglowek-left
	{
	font-size: 10px;
	color: #a0a0a0;
	text-decoration: none;
	margin: 0;
	padding: 0;
	float: left;
	}

#naglowek-left a, #naglowek-left a:link, #naglowek-left a:visited, #naglowek-left a:active, #naglowek-left a:focus
	{
	color: #7eb07e;
	}

#naglowek-left a:hover
	{
	color: #7eb07e;
	text-decoration: underline;
	}
	

#naglowek-right
	{
float: right;
	font-size: 10px;
	color: #a0a0a0;
	text-decoration: none;
	margin: 0;
	padding: 0;
text-align: right;
	}

	
.news {font-size: 11px; line-height: 200%; }


.box_content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4A5966;
    line-height: 170%;
}
.box_content a, .box_content a:link, .box_content a:active, .box_content a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #2E6CB0;
	line-height: 170%;
	text-decoration: none;
}

.box_content a:hover {
	color: #CC3300;
	line-height: 170%;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}


html, body {		
		text-align: center;
		color: #4d4d4d;
		margin: 0;
		padding: 0;
		min-width: 100%;
		min-height: 100%;
		height: 100%;
}

body{
background: #f0f0f0 url(../../gfx-/tlo-naglowek.jpg) repeat-x top;
}

#main {
	background: url(../../gfx-/tlo-naglowek-.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	height: 100%;
	}


#maincontainer { width: 950px; padding: 0; min-height: 100%; height: 100%; text-align: left; background: #FFFFFF; position:relative; margin: 0 auto; }
		
		

html>body #maincontainer { position: relative; height:auto; } /*for mozilla as IE treats height as min-height anyway*/


#header {
		height: 255px;
		width:950px;
		margin: 0 0 0;
		border-top: 0 solid #e6e6e6;
		border-bottom: 0 solid #e6e6e6;
		position: absolute;
		background: #FFFFFF url(../../gfx-/naglowek.jpg) ;
		}

#header-margin
		{
		position: relative;
		height: 210px;
		width:1px;
		margin: 0;
		}


#top-date {
		text-align:center;
		line-height: 14px;
		margin: 0px 0px 0px 0px;
		width: 195px;
		padding: 0px 0px 0px 0px;
		position:absolute;
		top: 46px; left: 300px;
		font-size: 11px;
		color: #006600;
	}





#sidebar {
		position: relative;
		padding: 45px 0px 0px 0px;
		left: 26px;
		width: 200px;
		text-align:center;
		float: left;
		border: 0;
	
		}


#menuleft {
		width: 200px;
		padding: 10px 0px 0px 0px;
		text-align: left;
		background: url(../../gfx-/tlo-menu.jpg);
		}

#belka-left {
		width: 200px;
		padding: 55px 0px 0px 0px;
		font-size: 11px;
		color: #606060;
		font-weight: normal;
		text-decoration: none;
		line-height: 180%;
		}

#belka-left div
{
		padding: 20px 0px 0px 0px;
}

#content {
		position: relative;
		margin: 0 0 0 60px;
		float: left;
		width: 660px;
		padding: 0;
		}


#content #tresc
		{
		position: relative;
		padding: 0;
		margin-top: 30px;
		font-size: 12px;
		font-family: Verdana, Arial, sans-serif;
		line-height: 200%;
		}

#content #tresc p
			{
			text-align: justify;
			}
		
#panel-left	
	{
	text-decoration: none;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	float: left;

	}

#content #panel-left #tresc
		{
		width: 375px;
		position: relative; 
		padding: 0;
		margin: 0px;
		font-size: 12px;
		font-family: Verdana, Arial, sans-serif;
		line-height: 200%;
		}

#content #panel-left #tresc .articleText
		{
		float: left;
		border-bottom: 1px solid #a6a6a6;
/*		background: #F0F0F0; */
		}

#content #tresc  ul
{
	padding: 0px 0px 0px 10px;
	margin:0;
	list-style: none;
}

#content #tresc ul li
{
padding: 0 0 0px 12px;
	margin:0;
	line-height:200%;
	list-style: none;
	background: url(../../gfx-/punktor-nowosci.gif) 0px 10px no-repeat;
}
		
#content #panel-left #tresc  ul
{
	padding: 0px 10px 15px 10px;
	margin:0 ;
	list-style: none;
	border-bottom: 1px dotted #bbbbbb;
}


#content #panel-left #tresc  ul li
{
	padding: 0 0 0px 12px;
	margin:0;
	list-style: none;
	line-height:180%;
	background: url(../../gfx-/punktor-nowosci.gif) 0px 10px no-repeat;
}

#content #panel-left #tresc  p
{
	padding: 10px 10px 10px 10px;
	margin:0;
	line-height:180%;
	border-bottom: 1px dotted #bbbbbb;
	border-top: 1px dotted #bbbbbb;
}

#content #panel-left #tresc h2
		{
display: none;
		}

#content #panel-left #tresc h1
	{
	font-size: 13px;
	line-height:150%;
    color : #FFFFFF;
    font-weight: bold;
	padding: 8px 0 10px 35px;
	margin: 0 0 12px 0;
	background: #FAFAFA url(../../gfx-/tlo-naglowek-index.gif) top left no-repeat;
	border-bottom: none;
	}

#panel-right
	{
	float: right;
	width: 250px;
	text-decoration: none;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
	}

.sidebar-news h1
	{
	font-size: 13px;
    color : #FFFFFF;
    font-weight: bold;
	padding: 8px 0 10px 35px;
	margin-bottom: 5px;
	background: #FAFAFA url(../../gfx-/tlo-nowosci-gora.gif) top no-repeat;
	border-bottom: none;
	}


.sidebar-news
	{
	width: 250px;
	margin: 0 0 20px 0;
	padding: 0px 0px 25px 0px;
	background: #FAFAFA url(../../gfx-/tlo-nowosci.jpg) bottom no-repeat;
	}

.sidebar-news .news a:link, .sidebar-news .news a:visited, .sidebar-news .news a:active, .sidebar-news .news a:focus {
	width: 222px;
	display: block;
	font-size: 12px;
	line-height: 150%;
	margin: 0 9px 0px 9px;
	padding: 9px 0 9px 9px;
	color: #505367;
	background: url(../../gfx-/punktor-nowosci.gif) 0px 17px no-repeat;
	border-bottom: 1px dotted #bbbbbb;
	}

.sidebar-news .news a:hover {

	color: #2457bc;
	text-decoration: none;

	}

.sidebar-news .datelink {

	font-size: 0.9em;
	font-weight: bold;
}




	
#footer
		{
		position: absolute;
		padding: 0 50px 0 0;
		left:0;
		bottom: 0;
		width:900px;
		height: 200px;
		text-align:right;
		background: #FFFFFF url(../../gfx-/stopka.gif) 0 -20px;
		}

#footer-main
		{
		position: absolute;
		padding: 0 50px 0 0;
		left:0;
		bottom: 0;
		width:900px;
		height: 155px;
		text-align:right;
		background: #FFFFFF url(../../gfx-/stopka.gif) 0 -65px;
		}
		
#footer img
		{
		margin-left: 20px;
		}

#footer-left
		{
		position:absolute;
		margin: 0;
		bottom:80px;
		left:50px;
		width:300px;
		height: 30px;
		text-align:left;
		font-size: 10px;
		line-height: 160%;
		color: #808080;
		border-right:1px solid #bbbbbb;
		}

#footer-left span {
font-size: 10px;
}

#footer-right
		{
		position:absolute;
		bottom:65px;
		left:300px;
		padding: 0;
		width: 650px;
		height: 40px;
		text-align: center;
		}


#footer-right a, #footer-right a:link, #footer-right a:visited
	{
	font-size: 12px;
	color: #505367;
	font-weight: normal;
	text-decoration: none;
	}

#footer-right a:hover
	{
	color: #DD0000;
	text-decoration: none;
	}

#footer-end
	{
	position: absolute;
	padding: 0;
	left: 0;
	bottom: 25px;
	width:950px;
	text-align: center;
	}	

#footer-end p
{
font-size:9px;
line-height: 160%;
color: #505367;
}
	
.separator-footer
	{
	margin-left: 10px;
	margin-right: 10px;
	color: #8bb983;
	}
	
#clearfooter {height:220px; width:100%; clear:both; margin:0; padding:0; }
#clearfooter-main {height:155px; width:100%; clear:both; margin:0; padding:0; }
.clear {clear:both; margin:0; padding:0; }

#content ul 

{
line-height: 190%;
}

	
div.trasy-rowerowe-list {
position: relative;

border-bottom: 1px dotted #bbbbbb;
margin: 0;
padding: 3px 0 5px 0;
}

ul.link-list {
margin: 0;
   padding: 0;
   border: 0;
   list-style: none;
}

ul.link-list li {
   padding-left: 25px;

background: #FFFFFF url(../../img/article/bullet_linklist.gif) 0 4px no-repeat;
}


.imgDIVinTextRight .image_td {
padding: 1px;
background: #E0E0E0;
margin-left: 10px;
}

td.imglistcaption {
padding: 3px 5px 3px 5px;
font-size:11px;
line-height: 130%;
text-align: center;
}

.articleListListhead, .listarticle-ramka div {
margin: 10px 0 0 0;
line-height: 150%;
padding: 0 0 0 18px;
background: url(../../img/article/bullet_article.gif) 0px 1px no-repeat;
	}

.listarticle-ramka {
	margin: 15px 0 0 0;
	padding: 8px 20px 17px 20px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border: 1px solid #eee;
 background: #F9F9F9;
	}

	
.text-red
	{
	color: #cc3300;
	}

.text-black
	{
	color: #000000;
	}

.text-center, p.text-center
	{
	text-align: center;
	}

.form-Search input
{
width:200px;
padding:2px;
background-color:#f2faf2;
border:1px solid #bbbbbb;
font-size:11px;
}

p.hline
{
font-weight:normal;
border-bottom:1px dotted #bbbbbb;
}

a.more-summary
{
padding: 0 0 2px 17px;
min-width: 15px;
background: url(../../img/article/bullet_article.gif) 0px -1px no-repeat;
}

div.aktualnosci
{
padding: 0 0 15px 0;
border-bottom:1px dotted #bbbbbb;
margin: 0 0 15px 0;
}

div.aktualnosci h1 {
    font-size: 18px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
    color : #035c30;
    font-weight: normal;
    padding: 0px 0px 10px 0px;
	margin: 0px;
	border-bottom: none;
}

div.aktualnosci h2 {
    font-size: 14px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
    color : #505050;
    font-weight: normal;
    padding: 0px 0px 15px 0px;
 	margin: -10px 0 0px 0; 
}
.pics { padding:0; margin:0; overflow: hidden }
.pics img { padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img { -moz-border-radius: 10px; -webkit-border-radius: 10px;}

pre { text-align: left; overflow: hidden; display: none; }
code { background-color: #ffc }
pre code { background-color: #eee }

#content > #tresc pre
{
padding: 20px;
text-align: left; 
display: block;
overflow: auto;
border:1px solid #ffc666;
background-color: #ffe;
line-height: 120%;
}

td.imagelistSpacerRow
{
padding-bottom: 30px;
}

div.linki
{
margin: 0;
padding: 10px 0 10px 0;
border-bottom: 1px dotted #ccc;
text-align: center;
}

div.guest_body-id
{
padding: 3px 0 3px 12px;
background: #e9e9e9;
}

div.guest_body-id span
{
padding: 2px;
background: #ccc;
font-weight: bold;
margin-right: 5px;
}

div.guest_body-name
{
padding: 5px 0 8px 12px;
background: #f9f9f9;
}

div.guest_body-name p
{
font-size: 12px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
}

table.guestbook
{
width: 100%;
margin: 15px 0 30px 0px;
padding: 10px 10px 20px 10px;
background: #f9f9f9;
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

table.guestbook tr.tytul
{
background: #e0e0e0;
}

table.guestbook tr.margines td
{
padding:5px;
}


table.guestbook tr.tytul td
{
font-size: 14px;
text-align: center;
padding: 5px 0 5px 10px;
margin-bottom: 10px;
}

table.guestbook  td
{
padding: 5px 5px 5px 5px;
}

table.guestbook  td.opis
{
padding: 5px 5px 5px 20px;
text-align: right;
}

table.guestbook td span.warunek
{
color: #dd0000;
}

table.guestbook  tr.blad td
{
padding: 5px 5px 5px 5px;
text-align: center;
border:2px solid #dd0000;
color:#000;
background-color: #fafafa;
}

table.guestbook  tr.blad td span
{
color: #dd0000;
font-weight: bold;
}

table.guestbook input.text, .formSearch input
{
width:350px;
padding:4px;
background-color:#fff;
border:1px solid #bbbbbb;
font-size:12px;
}

table.guestbook input.text.captcha
{
width:90px;
background-color:#fff;
margin-top: 7px;
}

table.guestbook textarea.text
{
width:350px;
height:100px;
padding:4px;
background-color:#fff;
border:1px solid #bbbbbb;
font-size:12px;
}

table.guestbook input.text:focus, table.guestbook textarea.text:focus, .formSearch input:focus
{
background-color:#fff5e4;
border:1px solid #ffc666;
}

table.guestbook input.submit
{
	display: block;
	clear: both;
	width: 350px;
	height: 2.5em;
	margin-left: 0;
}

table.paginacja
{
width: 100%;
margin: 15px 0 30px 0px;
padding: 10px 10px 10px 10px;
background: #f9f9f9;
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

table.paginacja select
{
padding:2px;
margin: 0;
font-size:12px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
}

table.paginacja td span.nastepna_poprzednia
{
padding: 0 7px 0 7px;
}

table.paginacja tr td 
{
text-align: right;
}

table.paginacja tr td:first-child
{
text-align: left;
}

div.pobierz
{
padding: 10px;
margin:0;
}

div.pobierz h2
{
padding: 0px;
margin:0;
}

div.pobierz div
{
padding: 10px;
margin:0;
border-bottom: 1px dotted #ccc;
}

div.pobierz p span
{
color: #666;
font-weight: bold;
}

div.pobierz h4 {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

a.prodesign
	{
	font-weight: bold;
	line-height: 130%;
	color: #888;
	}
	
a:hover.prodesign
	{
	color: #F00000;
	text-decoration: none;
	}

a:hover.prodesign span
	{
	color: #555;
	}
