/* =reseting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a{text-decoration: none;}


/* =basics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
acronym{cursor: help; border-bottom: 1px dotted #000000;}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.big{font-size: 150%;}
.centerText{text-align: center;}
.centerBlock{margin: auto;}
.small{font-size: 10px;}
.sub{vertical-align: -25%;}
.sup{vertical-align: super; }
.normal{text-transform: none;}
.capitalize{text-transform: capitalize;}
.upper{text-transform: uppercase;}
.lower{text-transform: lowercase;}
.accesskey{text-decoration:underline;}

	
h1{font-size: 20px;}
h2{font-size: 18px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}
h6{font-size: 10px;}

.clear{
	clear: both;
	font-size: 1px; /* Fix for IE */
	height: 1px;
	margin-bottom: -1px;
}

/* =layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a{
	color: #ec6400;
}

a:hover{
	color: #ec6400;
	text-decoration: underline;
}

body{
	background: #f2d3b4 url( '../i/bg.jpg' ) repeat-x 0 0;
	font-family: "Verdana", "Arial", "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
}

div#informer {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EC6400;
	color: #ffffff;
}

#wrapper{
	margin: 0 auto;
	width: 920px;
	
}

#header{
	margin-bottom: 10px;
	border-bottom: 5px solid #e3a365;
	height: 116px;
	position: relative;
}
	
	#header h1#logo{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 322px;
		height: 116px;
	}

		#header #logo a{
			display: block;
			width: 322px;
			height: 116px;
			background: url( '../i/logo.jpg' ) no-repeat 0 0;
			text-indent: -9999px;
		}
		
			#header p{
				padding: 10px 0px 0px 0px;
				width: 245px;
				float: right;
				font-weight: normal;
				color: #f9e9d9;
				line-height: 1.4;
				text-align: right;
			}
			
			#header address{
				padding: 10px 0px 0px 0px;
				float: right;
				clear: right;
				width: 245px;
				font-weight: bold;
				color: #f9e9d9;
				line-height: 1.4;
				text-align: right;
				font-style: normal;
			}
			
#menu{
	padding: 5px 5px 0px;
	background: #ffffff url( '../i/menuInactive.jpg' ) no-repeat center 5px;
	height: 40px;
}

	#menu li{
		display: inline;
		line-height: 40px;
	}
	
		#menu li a{
			float: left;
			text-indent: -9999px;
			width: 130px;
			height: 40px;
		}
		
#sidebar{
	margin: 0px 5px 0px 0px;
	padding: 5px;
	float: right;
	width: 120px;
	background: #f6e0ca;
	text-align: center;
	
}

	#sidebar a img{
		margin-bottom: 5px;
	}

#contentWrapper{
	padding: 0px 0px 5px 5px;
	background: #ffffff url( '../i/bg.gif' ) repeat-y center 0;
}

#subcontentWrapper{
	padding: 0px 0px 5px 5px;
	background: #ffffff url( '../i/subcontentBg.jpg' ) repeat-y 5px 0;
}

	#categoryHead{
	
	}
	
	#categoryHead h1{
		padding: 15px 0px 10px 5px;
		font-size: 11px;
		color: #ec6400;
		font-weight: bold;
	}
	
	#categoryHead a{
		padding: 5px 0px 5px 45px;
		line-height: 3.0;
		background: url( '../i/pdf.gif' ) no-repeat 15px center;
	}
	
	#categoryHead a:hover{
		
	}
	
	#sCategoriesList{
		padding: 15px 0px 20px 10px;
		float: left;
	}
	
		#sCategoriesList a{
			line-height: 2.0;
		}

	#categoryBox{
		margin: 5px 5px 0px 0px;
		width: 235px;
		height: 425px;
		overflow: auto;
		float: right;
		padding: 5px 0px;
	}
	
	#categoryBox img{
		margin: 0px 5px 5px 0px;
		border: 1px solid #e3a365;
	}
	
	#subcontentWrapper #content{
		width: 495px;
		padding-top: 0px;
	}

#content{
	float: right;
	padding: 160px 25px 0px 10px;
	width: 745px;
	color: #5c5c5c;
	position: relative;
}

	#content #flash{
		
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#content h1{
		padding: 25px 0px 5px 0px;
		color: #ec6400;
		font-size: 12px;
		font-weight: bold;
		clear: both;
	}
	
	#content .hr{
		margin-top: 5px;
		padding-top: 10px;
		height: 1px;
		border:none;
		background: url( '../i/underline.jpg' ) no-repeat -10px 0px;
	}
	
	#content .toRight{
		margin: 0px 0px 10px 10px;
		float: right;
	}
	
	.orange{
		color: #ec6400;
	}
	
	.strong{
		font-weight: bold;
	}
	
	#content p{
		padding: 0px 0px 20px 0px;
		line-height: 1.4;
	}
	
	#content ol{
		margin: 0px 20px;
		padding: 0px 20px 20px;
		list-style-type: decimal;
	}
	
		#content ol li{
			line-height: 1.5;
		}
	
#news{

}

	#news dt{
		font-weight: bold;
	}	
	
		#news dt a{
			color: #5c5c5c;
		}
		
		#news dt a:hover{
			color: #ec6400;
			text-decoration: none;
		}
	
	#news dd{
		padding: 0px 0px 15px 0px;
		line-height: 1.4;
	}
	
#footer{
	border-top: 5px solid #e3a365;
	padding: 5px 0px 0px 0px; 
	margin: 0 auto;
	width: 920px;
	color: #e3a365;
}

	#footer #bottomMenu{
		float: right;
	}
	
		#bottomMenu li{
			display: inline;
			line-height: 1.2;
		}
		
			#bottomMenu li a,
			#bottomMenu li a:hover{
				color: #e3a365;
			}
			
	#footer p{
		width: 315px;
		line-height: 1.4;
	}
	
		#footer p a{
			font-weight: bold;
			line-height: 3.0;
		}
	
	#footer #designBy{
		float: right;
		clear: right;
		text-align: right;
		width: 150px;
	}
	
		#footer #designBy a{
			font-weight: bold;
		}
		
.paginator{
	padding: 0px 0px;
	height: 25px;
}

	.paginator div{
		margin: 0px 10px 0px 0px;
		float: left;
		line-height: 18px;
	}
	
	.paginator a{
		margin: 0px 2px 0px 0px;
		border: 1px solid #d25900;
		padding: 3px 5px;
		text-align: center;
		float: left;
		display: block;
		background: #ec6400;
		color: #fcd3b7;
		text-decoration: none;
		font-weight: bold;
	}
	
	.paginator a:hover{
		margin: 0px 2px 0px 0px;
		border: 1px solid #d25900;
		padding: 3px 5px;
		text-align: center;
		float: left;
		display: block;
		background: #fcd3b7;
		color: #ec6400;
		text-decoration: none;
		font-weight: bold;
	}
	
	.noLink{
		margin: 0px 2px 0px 0px;
		border: 1px solid #d25900;
		padding: 3px 5px;
		text-align: center;
		float: left;
		display: block;
		background: #fcd3b7;
		color: #ec6400;
		text-decoration: none;
		font-weight: bold;
	}			
	#myGallery {
	width: 780px !important;
	height: 150px !important;
	}	

.fz_table
{
	width: 100%;
}

.fz_td
{
	padding-top: 4px;
	padding-bottom: 4px;
}

#fz_link:hover
{
    text-decoration: underline;
}

.fz_email
{
	width: 100%;
    cursor: pointer;
}	

.fz_tel
{
	width: 90%;
}

.fz_temat
{
	width: 98%;
}

.fz_tresc
{
	width: 98%;
	height: 70px;
}

.fz_stopka
{
	text-align: right;
}

.fz_submit
{
	border-style: none;
	background-color: #ffffff;
	font: bold 11px Verdana;
	color: #ec6400;
	padding: 3px;
	cursor: pointer;
}