/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- BASIC & GENERAL CSS --------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------- */
/* ---------- REPEATABLE ELEMENTS ---------- */
/* ----------------------------------------- */

/* ============= FORM ELEMENTS ============= */

input.text,
input.text2,
input.text3,
input.password,
textarea,
select {
	height: 16px;
	width: 178px;
	padding: 3px 0 0 5px;
	font: normal 11px Tahoma, Arial, Verdana, Sans-Serif;
	color: #788088;
	vertical-align: middle;
	border: 1px solid #b0b8bf;
}

textarea {
	height: 159px;
	width: 528px;
}
select {
	width: 264px;
	height: 19px;
	padding: 0;
}

input.text2 {width: 60px;}
input.text3 {width: 157px;}

input.text.searchInput {
	width: 400px;
	height: 17px;
	padding-left: 34px;
	background: #fff url(../images/v01/icoLup.png) 6px 3px no-repeat;
}

input.submit,
input.button,
a.btn {
	height: 21px;
	padding: 0 12px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font: bold 13px "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
	border: 0;
	color: #6d767f;
	letter-spacing: -0.02em;
	background: transparent url(../images/v01/bgSubmitB.png) 100% 0 no-repeat;
}
a.btn {
	display: block;
	background: #f6f6f6;
	border: 1px solid #abb3ba;
}
a.btn:hover {text-decoration: none}

/* ----------------------------------------- */
/* ---------------- LISTS ------------------ */
/* ----------------------------------------- */

/* LIST01 */

.list01 {zoom: 1}

/* ----------------------------------------- */
/* --------------- FEATURES ---------------- */
/* ----------------------------------------- */

/* FEATURE01 */

.feature01 {zoom: 1}
	.feature01 li {display: inline}

/* FEATURE02 - moduł akutalności */

.feature02,
.feature02 li {zoom: 1}

/* FEATURE05 - galeria */

.feature05 li {display: inline}

/* ----------------------------------------- */
/* -------------- APPEARANCE --------------- */
/* ----------------------------------------- */

/* ========== AKTUALNOSCI / OPISY ========== */

/* img_4, img_5, img_6, img_7 */

.img_6,
.img_7 {zoom: 1}

/* files */

.files {zoom: 1}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- BODY ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------- */
/* -------------- CONTAINERS --------------- */
/* ----------------------------------------- */

.velcro {zoom: 1}

/* ----------------------------------------- */
/* --------------- STRUCTURE --------------- */
/* ----------------------------------------- */

/* ============= MAIN CONTENT ============== */

#leftColumn,
#rightColumn {
	display: inline;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- BLOCKS / MODULES ------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------- */
/* ---------- REPEATABLE ELEMENTS ---------- */
/* ----------------------------------------- */

/* activities */

.activitiesCrux01 {width: 120px}
.activitiesCrux02 {width: 240px}

	#activities #fontResizer {overflow: hidden}

/* path */

#path {zoom: 1}

/* ----------------------------------------- */
/* ---------------- BLOCKS ----------------- */
/* ----------------------------------------- */

/* obszar wyszukiwania */

.searchAreaForm input.text {
	width: 123px;
	margin: 0 5px 0 36px;
	vertical-align: top;
	background: none;
	border: 0;
}
.searchAreaForm input.submit {
	width: 22px;
	height: 21px;
	margin-left: 3px;
	background: transparent url(../images/v01/submit01.jpg) 0 0 no-repeat;
}

/* boczna nawigacja */

h2.sidebarNavigation,
.sidebarNavigation li {
	margin-bottom: 1px;
	padding: 7px 10px 0 17px;
	border-bottom: 1px solid #b8c2ca;
	background: #d9dfe5 url(../images/v01/bgSidebarNawigationHeader.jpg) 0 0 repeat-x;
}

.sidebarNavigation li {
	padding: 0;
	background: #dae0e5 url(../images/v01/bgSidebarNavigation.jpg) 0 0 repeat-x;
}
	.sidebarNavigation li a {
		display: block;
		padding: 7px 10px 8px 35px;
		background: transparent url(../images/v01/bgSidebarNavigationLi.jpg) 13px 7px no-repeat;
	}
	
	.sidebarNavigation a.active ,
	.sidebarNavigation a:hover {
		color: #000;
		text-decoration: none;
	}
	
	.sidebarNavigation ul {
		margin: 2px 0 12px 20px;
	}
		.sidebarNavigation ul li {
			margin-bottom: 3px;
			padding: 0;
			border: 0;
			background: none;
		}
		.sidebarNavigation ul li a {
			display: inline;
			padding: 0 5px 0 10px;
			background: transparent url(../images/v01/mark02.gif) 0 5px no-repeat;
		}
		

