* {
	margin: 0;
	padding: 0;

}

p, blockquote, td, th, span, li, div,
input, select, textarea, label {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	cursor: default;

}

h1, h2, h3, h4, h5, h6{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #fbfcc0;
	cursor: default;

}


font {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-size: medium;*/
	cursor: default;
}

p,h1,h2,h3,td,th { cursor: default; }

html, body { 

	background-color: #E9E9E9 /* #dcdd94 */; 
	margin: 0px;
	padding: 0px;
}

a { text-decoration: none; cursor: pointer; 	border: 0;}
a:hover { text-decoration: none;  	border: 0;}
a img { border: 0; }
.center { margin: 0 auto; }
textarea { overflow: auto; }



.j { text-align: justify; }
.u { text-decoration: underline; }
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
.bl { display: block; }
.in { display: inline; }
.fl { float: left; }
.rel { position: relative; }
.abs { position: absolute; }
.fr { float: right; }
.s { text-decoration: line-through; }
.td-n { text-decoration: none; }
.va-m { vertical-align: middle; }
.mb-05 { margin-bottom: 0.5em; }
.mb-1 { margin-bottom: 1em; }
.lh-16 { line-height: 16px }
.pointer { cursor: pointer; }
.bld  {font-weight: bold; }
.va-m {vertical-align: middle; }

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.bd-1 { border-color: rgb(214,209,184); }
.bd-1f { border-color: rgb(204,199,174); }
.bd-2 { border-color: #b9b4a1; }
.bd-3 { border-color: #D5CFB8; }
.bg-1 { background-color: rgb(254,250,234); }
.bg-2 { background-color: rgb(61,18,2); }
.bg-3 { background-color: #ACC264; }


/* definiowanie stylow  z edytora fck */
.ed_content ol, .ed_content ul {
	line-height: 20px;
	margin: 20px 0px;
}

.ed_content a {
	color: #6D452B; 
	text-decoration: none;
	border: 0;
}

.ed_content a:hover {
	color: #CB8150; 
	text-decoration: none;
}


.ed_content ul { list-style: disc outside}
.ed_content ol {list-style: decimal outside}


.ed_content li {

	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	cursor: default;
	line-height: 20px;
	margin-left: 50px;
	
	
}

.ed_content td {
		padding: 5px;
}



.cl-1 { color: #317D19; }
.cl-2 { color: #6A9043; }
.cl-3 { color: #4F5F21; }
.cl-4 { color: #91D108; }
.cl-5 { color: #0079BE; }


.module_title {
	font-size: 12px; 
	font-weight: bold;
	color: #fff;
	display:block; 
	padding-right:10px; 
	text-align: center; 
}


.menuh {
	font-size: 11px; 
	font-weight: bold;
	letter-spacing:0.1em;
	color: #195a00;
	display:block; 
	padding-left: 30px;  
}

.menuh:hover{
	text-decoration: none;
	color: #fbfcc0;
}


h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

.img_left {
	float: left;
	padding: 3px 10px 3px 0px;
	display: block;
}

.img_right {
	float: right;
	padding: 3px 0px 3px 10px;
	display: block;
}

.img_center {
	margin: 0 auto;
	padding: 10px 0px;
	display: block;
}

/* ------------------------------------------------------ */

.content {
	padding: 1ex;
}
 
.nawigator a {
	color: #91B3C7;
	font-size: 10px; 
	font-weight: normal;
}


.search_input {
	border: #ccc solid 1px;
	padding: 2px 2px;
}


/*---- workaround roku -----*/


#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
	
#wrapper
	{
	overflow: hidden;
	}
	


