.w150 { width: 150px; }
.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; }
.w940 { width: 940px; }
.w980 { width: 980px; }
.block-left { width: 165px; }
.w10em { width: 10em; }
.w12em { width: 12em; }
.w50percent { width: 40% }
.w70percent { width: 70% }

.paddings { padding-top: 25px; padding-bottom: 25px; }

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

.h_base { font-size: 12px; }
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/top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}


.content-bg {
	background-image: url("../img/shadow-pas.jpg");
	background-repeat: repeat-y;
	background-color: #fff;
}

.header-height {	height: 375px; }

#Body { min-height: 150px; }

#FooterContainer {
	width:980px;
	height: 155px; 
	background-image: url("../img/shadow-pas.jpg");
	background-repeat: repeat-y;
	background-color: #fff;
	font-size: 12px; 
}

#Footer {	
	width: 905px;
	height: 135px;
	background-color: #A4A4A4;
	color: #c6c6c6;;
	padding: 10px 5px 10px 30px; 
}

#Footer a {
	color: #d2d2d2;
}

#Footer a:hover {
	text-decoration: underline;
}
#FooterCopyright {
	height: 16px;
	line-height: 16px;
	padding-left: 2em;
	margin-bottom: 24px;
}
#FooterCopyright img { margin-right: 1em; }
#FooterParts {padding-top: 10px;}
#FooterContact,
#FooterHours,
#FooterDepartments {width: 33%;}
#FooterParts div img { margin-bottom: 0.5em; }
#FooterParts div span { line-height: 1.25em; }
#FooterParts div li { line-height: 1.75em; }

#FooterHours { border: 1px solid #BCBCBC; border-top: none; border-bottom: none }
#FooterContact .inner { width: 12em;}
#FooterHours .inner { width: 154px; }

.margins {
	padding: 20px 0 20px 0; 
	font-size: 11px;
}

/* kod wrappera */

#wrapper {
	overflow: hidden;
}

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

/* kuniec */


#block_1 {	
  	
  	width: 165px;
    padding-left: 10px;
    padding-right: 25px;

	background-image: url("../img/menu_bg.jpg");
	background-repeat: repeat-y; 
	background-position: top left;
	
}

#block_1 ul li {
	padding-left: 20px;
}

#block_2 {
	background-color: #edeeef;
	width: 665px;	
	padding-left: 10px;
	padding-right: 10px;
}

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

#LeftContainer {
	min-height: 500px;
	/*background-color: #55d; */
}
#Left {
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 1em; 
	padding-right: 1em; 
/*	background-image: url("../img/bg-column-left.png");
	background-repeat: no-repeat;
	background-position: center 2em; */ 
}

#RightContainer1 {
	height: 130px;
/*	background-color: #5d5; */
}

#RightContainer2 {
	background-image: url("../img/bg-content-right.png");
	background-repeat: repeat-y;
/*	background-color: #d55; */
}


#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: circle; }
.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; }
.ed_content a:hover { text-decoration: underline; }
.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;
}



