.w980 {	width: 980px; }
.w236 {	width: 236px; }
.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% }


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

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; }



#szpalta_left {
width: 216px;
float: left;
padding-left: 21px;
padding-right: 10px;
}

#strona_glowna_szpalta_center{
float: left;
padding-left: 10px;
padding-right: 10px;
width: 341px;
border-left: 1px solid #ccc;
padding-bottom: 20px;
}

#strona_glowna_szpalta_right{
float: left;
width: 336px;
padding-right: 21px;
padding-left: 10px;
border-left: 1px solid #ccc;
}

#podstrona_obszar_roboczy{
float: left;
width: 700px;
padding-right: 21px;
padding-left: 10px;
border-left: 1px solid #ccc;
}

.banner_top{
background: url(../img/baner_top.jpg) no-repeat;
height: 235px;
}

.banner_top_en{
background: url(../img/baner_top_en.jpg) no-repeat;
height: 235px;
}





#FooterContainer {
	background-color: #357a6d; 
	color: #cdcdcd;
	margin-top: 40px;
}

#Footer {	
	min-height: 178px;
	color: #cdcdcd;
}
#Footer a:hover {
	text-decoration: underline;
	
}
#FooterCopyright {
	height: 16px;
	line-height: 16px;
	padding-left: 2em;
	margin-bottom: 24px;
	color: #cdcdcd;
}
#FooterCopyright img { margin-right: 1em; }
#FooterParts {
}
#FooterContact,
#FooterHours,
#FooterDepartments {
	width: 33%;
}


#FooterParts div img { margin-bottom: 0.5em; color: #cdcdcd;}
#FooterParts div span { line-height: 1.25em; color: #cdcdcd;}
#FooterParts div li { line-height: 1.75em; color: #cdcdcd; }
#FooterParts div {
padding-right: 0em;
}

#FooterHours {  }
#FooterContact .inner { width: 8em;}
#FooterHours .inner { width: 230px; }


#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; */ 
}


.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; }




#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; }
.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;
	margin: 5px 15px 5px 0px;
}

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

.img_center {
	margin: 15px auto;
	
}

.bik_form p label{
	width: 130px;
	display: block;
	float: left; 
}


.bik_form p button{
	padding: 5px;
	cursor: pointer; 
}

.retreat_form_sumary th, td{
border: 0px;
padding: 5px;
}

.retreat_form_sumary th{
width: 130px;
font-weight: normal;
}

.retreat_form_sumary td{
font-weight: bold;
}


.retreat_form_sumary {
border: 0px;
text-align: left;
}


/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 25px;
	height: 16px;
	padding: 0;
	margin: 0px 3px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/kalendarz.gif) no-repeat;   
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
