.w1300 { width: 1300px; }
 .w980 { width: 980px; }
 .w900 { width: 900px; }
 .w230 { width: 230px; }
 .w260 { width: 260px; }
 .w300 { width: 300px; }
 .w320 { width: 320px; }
 .w259 { width: 259px; }
 .w720 { width: 720px; }
 .w721 { width: 721px; }
 .w719 { width: 719px; }
 .w580 { width: 580px; }
 .w10em { width: 10em; }
 .w12em { width: 12em; }

.w50percent { width: 50% }
 .w70percent { width: 70% }
 .w100percent { width: 100% }

.pr70px { padding-right: 70px; }

.linki-top {
	padding-right: 40px;
	padding-top: 5px;
	font-size: 10px;	
}         
          
.h20 {height: 20px; }

h1, h2, h3 { 
	font-weight: bolder;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }

p, h1, h2, h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p { text-align: justify; }



.header-bg {
	background-image: url("../img/background-top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

.top-bg {
	background-image: url("../img/gradient-top.jpg");
	background-repeat: repeat;
}
	

.header-height { height: 250px; }

#Body { min-height: 432px; }

/* kod wrappera */

#wrapper {
	overflow: hidden;
}

#block_1, #block_2, #block_2_inner, #block_3 {
	margin-bottom: -32767px;
	padding-bottom: 32767px; 
}

/* kuniec */

#banner_middle {
	width: 980px;
	height: 140px;
	background-image: url(../img/banner-middle.jpg);
	repeat: no-repeat;	
}

#TB_prev img, #TB_next img { 
	display: inline;
}

#block_1 { 
padding-top: 10px;
width: 575px;
}

#block_2 {
padding-top: 10px; 
width: 310px;
}

#BodyContainer {
background-image: url("../img/gradient-main.jpg");
background-repeat: repeat-x;
margin-bottom: 20px;
}	

#FooterContainer {
background-image: url("../img/bottom.jpg");
background-repeat: repeat-x;
background-color: #4586BE;
}

#Footer {	
	background-image: url("../img/background-bottom.jpg");
	background-repeat: no-repeat;

	padding-top: 15px;
	color: #D0E1EF;
	line-height: 150%;
	font-size: 11px;
	height: 160px;
}

#Footer a { color: #D0E1EF; }

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

#FooterContact, #FooterShortcuts, #FooterCopyright { width: 33%; }

#LeftContainer {
	min-height: 500px;
}

#Left {
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 1em; 
	padding-right: 1em; 
}

#RightContainer1 {
	height: 130px;
}

#RightContainer2 {
}


#LeftWrapperTopImg {
	}

#Content {
	padding: 1em 1.5em;
	background-image: url("../img/bg-content-top.png");
	background-repeat: no-repeat;
	background-position: top center;
}

#ContentLeft {
	width: 518px;
	padding-right: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: 12px;
}

#ContentRight {
	width: 140px;
}

#ContentInnerLeft, #ContentInnerRight {
	width: 246px;
}
#ContentInnerLeft {
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 11px; 
}
#ContentInnerRight {
	padding-left: 11px; 
}

.content-separator-h {
	width: 90%;
	display: block;
	height: 24px;
	background-image: url("../img/separator-h.png");
	background-repeat: repeat-x;
	margin: -0.25em auto;
}

.content-separator-v {
}

.searchable-normal li ul {	display: none; }
.searchable-normal ul li { cursor: pointer; }
.searchable-expanded ul li { cursor: default; }
.searchable ul li li { cursor: default; }


/* Padding 40px kompensuje "trzy kolor" z prawej */

#FastNavigator {
	padding-right: 40px;
	background-image: url("../img/bg-navigator.png");
	background-repeat: no-repeat;
	background-position: top center;
}

#FastNavigator > span > a {
	width: 145px;
	height: 130px;
}

#FastNavigator > span > a + a { 
	margin-left: 0px;
}

#Content form input { margin-left: 0.5em; }

.ed_content ul, .ed_content ol,
ul.standard, ol.standard {
	list-style-position: outside;
	margin: 0.5em auto;
	margin-left: 1.5em;
}	

.ed_content ul, ul.standard { list-style-type: disc; }
.ed_content ol, ol.standard { list-style-type: decimal; }
.ed_content ol ol, ol.standard ol { list-style-type: decimal; }
.ed_content li { line-height: 1.5em; margin-left: 1.5em; list-style-type: disc;}
.ed_content p { margin: 0.75em auto; line-height: 1.25em; }
.ed_content table, .ed_content td, .ed_content th {
	border-collapse: collapse;
	border-style: solid;	
}

.img_left {
	float: left;
	padding: 5px 15px 5px 0px;
}

.img_right {
	float: right;
	padding: 5px 0px 5px 15px;
}

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