/* kod witacza*/

#index-body {
background-image:url(../images/bg.jpg); 
}

#index-div {
margin-top: 50px; 
width: 600px; 
height: 300px; 
background-image:url(../images/intro_sm.jpg); 
background-repeat:no-repeat; 
margin-left: auto; 
margin-right: auto;
}

/* --- */

* {
	margin: 0;
	padding: 0;
}

/*
p, blockquote, td, table, th, ul, ol, li, div, span, label, img,
h1, h2, h3, h4, h5, h6, font, abbr, acronym {
	border: none;
}
*/

p, blockquote, td, th, span, li, div,
input, select, textarea, label {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;

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


font {
	font-family: Verdana,Tahoma, Arial, sans-serif;
	cursor: default;
	color: #000;
}

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

html, body { 

background-attachment:scroll;
background-color:#ffefce;
background-image:url(../images/background-gradient.jpg);
background-repeat:repeat-x;
}

a { color: #C5720C; text-decoration: none; cursor: pointer;}
a:hover { color: #7e522f; text-decoration: none; cursor: pointer;}

.center { margin: 0 auto; }
textarea { overflow: auto; }


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


.u { text-decoration: underline; }
.s { text-decoration: line-through; }
.td-n { text-decoration: none; }
.j { text-align: justify; }
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
.bl { display: block; }
.in { display: inline; }
.fl { float: left; }
.fr { float: right; }
.rel { position: relative; }
.abs { position: absolute; }
.mb-05 { margin-bottom: 0.5em; }
.mb-1 { margin-bottom: 1em; }
.lh-20 { line-height: 20px; }
.lh-18 { line-height: 18px; }
.lh-16 { line-height: 16px; }
.lh-14 { line-height: 14px; }
.lh-12 { line-height: 12px; }
.h-20 { height: 20px; }
.h-18 { height: 18px; }
.h-16 { height: 16px; }
.h-14 { height: 14px; }
.h-12 { height: 12px; }
.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: rgb(244,240,224) }



/* definiowanie stylów z edytora fck */

.ed_content {
margin: 15px;
}

.ed_content h2,
.ed_content h2 a {
	color: #603a13;
	font-weight: bold;
}

/* Newsy */
.news-special {
	background-color: #fcf5cb;
	padding: 10px;
}

.ed_content .news-icon {
	padding: 0px;
}

.ed_content ol, .ed_content ul {
	line-height: 20px;
	margin: 0px 0px;
}

.ed_content a { color: #C5720C; cursor: pointer;}
.ed_content a:hover { color: #7e522f; cursor: pointer;}


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


.ed_content li {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	cursor: default;
	margin-left: 0px;
}

.ed_content td {
	border-color: #000;
	padding: 0px;
}



.cl-1 { color: #000000; }
.cl-2 { color: #603a12; }
.cl-3 { color: #a09380; }
.cl-4 { color: #C04401; }
.cl-5 { color: #C04401; }

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


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

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



.img_left, .img_right, .img_center {
	display: block;	
}

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

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

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

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

.content {
	padding-left: 5px; padding-right: 5px;
}
 
.nawigator a {
	color: #3C4CA1;
	font-size: 12px; 
	font-weight: bold;
}


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

