ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

img
{
	border: none; 
	text-decoration: none;
	vertical-align: middle;
}

img.grey {filter:grey;}
img.grey:hover {filter:none;}

div.left {float:left;}
div.right {float:right;}
div.clear {clear: both; overflow: hidden; height: 0;}

a:link, a:visited
{
  	text-decoration: none;
  	color:#EE1C25;
}

a:hover
{
  	text-decoration: underline;
}

body, td
{
  	margin: 0;
  	padding: 0;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 11px;
  	text-align: left;
}

.small 
{
	font-size: 11px;
	font-family: arial;
}

a#logo { display:block;position:absolute;top:18px;left:68px; width:100px;height:100px; }
a#logo:hover {text-decoration:none;}

/* HEADER */
	div#top-first ul, div#footer ul
	{
	  	list-style: none;
	  	display:inline;
	  	float:right;
	  	padding: 5px 5px;
	  	background: #d8732f url(/images/menu_left.gif) no-repeat left bottom;
	  	font-size: 11px;
	}
	
	div#top li, div#footer li, div#top form
	{
	  	display: inline;
	  	list-style: none;
	}
	

/* CONTENT */
div#content
{
	background: white;
	font-size: 11px;
	width:1000px;
}

div#content h1, div#read_content h1
{
  	font-size:16px;
  	font-family:Verdana, Arial, sans-serif;
  	margin: 9px 0  0;
	color:#EE1C25;
}

div#content h2, div#read_content h2, div#content h2 a, div#read_content h2 a
{
  	font-size:12px;
  	margin: 0 0 4px 0;
	text-align:right;
	color:#EE1C25;
}

div#content h3, div#read_content h3
{
	font-size:14px;
	margin: 10px 0;
}

div#content h4, div#read_content h4
{
	margin:5px 0;
	font-size:13px;
	font-weight: normal;
}

div#content hr
{
  	border:none;
	border-top:solid 1px #B59D7A;
  	clear:both;
	height: 1px;
	margin:0 0 1em 0;
}

div#content_left
{
	background-color: white;
	float:left;
    position:relative;  
	width: 665px;
	margin-top:10px;
}

div#read_content
{
  	background-color: white;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
  	width:650px;
	height:560px;
	overflow:hidden;
	padding:5px;
}

	div#read_content hr
	{
	  	border:none;
		border-top:solid 1px #B59D7A;
	  	clear:both;
		height: 1px;
	  	margin:0 0 1em 0;
	}
	
	div#read_content ol
	{
	  	margin: 0 0 10px 20px;
	}
	
	div#read_content ul
	{
	  	margin: 1em 0 0 10px;
	}
	
	div#read_content ul li
	{
	  	margin: 10px 0;
		padding-left:10px;
/*	 	background-image: url(/images/red_arrow.gif); */
	 	background-image: url(red_arrow.gif); 
	 	background-repeat:no-repeat; 
	 	background-position:0 2px;
	 	list-style: none;
	}

	div#read_content ul.none li
	{
		background-image:none;
	}

	
	div#read_content p
	{
	  	margin-top: 1em;
	}
	
	div#read_content #sitemap, div#read_content #sitemap ul
	{
	  	margin: 0 0 10px 20px;
	}
	
	div#read_content a.page-options
	{
		color: #000000;
		text-decoration: none;
		display: block; 
		padding: 4px; 
	}
	
	
	div#read_content p img, div#read_content ul img
	{
		padding: 2px;
		border: 1px solid #BFBDCE;
	}
	
	div#read_content p a:hover, div#read_content ul a:hover
	{
		background-color: #EEEEEE;
		color: #555555;
		text-decoration: none;
		border-bottom:#9C4797 1px solid;
	}

	div#read_content p a
	{
		border-bottom:#CC3300 1px solid;
	}

/* drukowanie, stronicowanie pod treścią */
#content_footer
{
	text-align:left;
	margin: 2px 0 0 0;
	padding:3px 0 0 5px;
	border-top:1px solid #ddd;
}

#content_footer ul#print
{
	float: left;
  	list-style: none;
}

#content_footer ul#print li
{
  	display:inline;
  	margin-left: 6px;
}

div#side_bar
{
	float: left;
	width: 335px;
	height: 580px;
	background-image:url(/images/psz_categories.png);
	background-position:-5px 20px;
	background-repeat:no-repeat;
}

div#search
{
	width:350px;
	float:left;
}

	
div#footer
{
  	margin-left: auto;
  	margin-right: auto;
  	padding:0 0 30px 0;
  	z-index: 0;
  	color:#666;
}

.form_error
{
  	color: #d8732f;
}

.subtitle :link, .subtitle :visited
{
  font-weight: bold;
}

.clearleft
{
  clear: left;
}

.clearright
{
  clear: right;
}

/* CHMURA TAGÓW */
#read_content ul.big-cloud
{
	clear: both;
	font-family: arial;
	font-size: 1.2em;
  	text-align: justify;
  	list-style: none;
  	margin: 0;
  	word-spacing: 1em;
}

#read_content ul.big-cloud li
{
  	display: inline;
  	line-height: 2em;
  	background: none;
  	padding: 0;
}

div#pagination
{
	/*float:right;*/
}

div#pagination ul
{
	float:right;
	width:200px;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#pagination li
{
    display: inline;
    margin-right: 0.5em;
	color:#ccc;
}

div#pagination li strong {color:#000;}


/* FORMULARZE */
fieldset
{
  	border: none;
}

.form .right input
{
  display: inline;
  float: none;
  text-align: right;
}

.form label
{
  	display: block;
  	padding-right: 10px;
  	margin-bottom: 10px;
  	float: left;
  	text-align: right;
}

input
{
	background: #FFF;
}

input:focus, input:hover
{
  	background-color: white;
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
}

input.submit, input.submit:focus, .button, .button:focus
{
	background: url( ../images/fade-butt.png );
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	margin: 0;
}

input.submit:active, .button:active
{
	background: #f4f4f4;
}

input.submit:focus, textarea:focus, label.submit:focus
{
	background: #fff;
	border: 1px solid #686868;
}

input, textarea, select
{
	color: #000;
	padding: 3px;
	margin: 1px;
  	font-family: Arial, sans-serif;
  	font-size: 11px;
  	border: 1px solid #ddd;
  	vertical-align:middle;
}

/* Content */
div.bottom
{
	clear: both;
}

.page-block
{
	margin-bottom: 25px;
}


/* scrollbar */
#scrollbar_track {  
	position:absolute;  
	top:10px;  
    right:0;  
	height:560px;  
	width:10px;  
	background-color:transparent;  
	background-image:url(/images/scrollbar/scroll_line.gif);
	cursor:pointer;
} 
  
#scrollbar_handle {  
	width:12px;  
	height:11px;
	background-image:url(/images/scrollbar/scroll_handle.gif);
	font-size:0px;
	cursor:pointer;  
} 

/* galeria */
div.gallery { text-align:center;margin-top:5px;}
	div.gallery img { margin-top:10px;filter:gray;}
	div.gallery a:hover img { margin-top:10px;filter:none; }

div.gallery_item {
	text-align:center;
	padding:5px;
}
a.gallery-item-link { display:inline-block; }

/* menu po lewej */
ul#root { margin-top:150px; margin-left:9px; list-style:none; }
ul#root li a { font-size:16px; color:#BEBEBE;font-weight:bold; margin-left:3px;}
ul#root li a:hover, ul#root li a.on { color:#231F20;text-decoration:none; }
ul#root li a.left:hover { margin-left:0; }
ul#root li a.right:hover { margin-left:6px; }

a#menu-aktualnosci {
	display:block;
	background-image:url(/images/menu/aktualnosci.gif);background-repeat:no-repeat;
	width:125px;height:27px;
}
a#menu-aktualnosci:hover, a#menu-aktualnosci.on { background-position:0 -30px; }

a#menu-stowarzyszenie {
	display:block;
	background-image:url(/images/menu/stowarzyszenie.gif);background-repeat:no-repeat;
	width:150px;height:29px;
}
a#menu-stowarzyszenie:hover, a#menu-stowarzyszenie.on { background-position:0 -33px; }

a#menu-projekty {
	display:block;
	background-image:url(/images/menu/projekty.gif);background-repeat:no-repeat;
	width:75px;height:24px;
	background-position:7px 0;
}
a#menu-projekty:hover, a#menu-projekty.on { background-position:0 -25px; }

a#menu-klub {
	display:block;
	background-image:url(/images/menu/klub.gif);background-repeat:no-repeat;
	width:45px;height:20px;
}
a#menu-klub:hover, a#menu-klub.on { background-position:0 -22px; }

a#menu-galeria {
	display:block;
	background-image:url(/images/menu/galeria.gif);background-repeat:no-repeat;
	width:65px;height:24px;
	background-position:3px 0;
}
a#menu-galeria:hover, a#menu-galeria.on { background-position:0 -29px; }

a#menu-partnerzy {
	display:block;
	background-image:url(/images/menu/partnerzy.gif);
	background-repeat:no-repeat;
	width:90px;height:24px;
	background-position:5px 0;
}
a#menu-partnerzy:hover, a#menu-partnerzy.on { background-position:0 -35px; }

a#menu-kontakt {
	display:block;
	background-image:url(/images/menu/kontakt.gif);background-repeat:no-repeat;
	width:75px;height:22px;
}
a#menu-kontakt:hover, a#menu-kontakt.on { background-position:0 -23px; }

a#menu-archiwum {
	display:block;
	background-image:url(/images/menu/archiwum.gif);background-repeat:no-repeat;
	width:96px;height:23px;
	background-position:9px 0;
}
a#menu-archiwum:hover, a#menu-archiwum.on { background-position:0 -22px; }

a#menu-english{
	display:block;
	background-image:url(/images/menu/english.gif);background-repeat:no-repeat;
	width:75px;height:22px;
	background-position:7px 0;
}
a#menu-english:hover, a#menu-english.on { background-position:0 -23px; }

