/* 
	COMMON
*/

* {
	margin: 0;
	padding: 0;
	}


a {
	outline: none;
	text-decoration:none;
	color:#fff;
}

a:focus{outline:none;}  


a:hover {
	text-decoration:underline;
}



/* 
	HEAD
*/

body {
	margin: 0 auto;
	font-size: 62.5%;
	color:#fff;
	background: #6E0803 url('images/bg.png') repeat-x;
}

div#container {
	margin: 0 auto 0 auto;
	width:963px;
	overflow:hidden;	
	position:relative;
	font-family: Georgia, Arial, tahoma, verdana, helvetica, Sans-Serif;
}

div#top {
	width:963px;
	height:262px;
	background: transparent url('images/top.jpg') no-repeat top left;
	margin: 15px 0 15px 0;
	position:relative;
}

img#img_spinner {
	position:absolute;
	top:8px;
	right:130px;
}

div#show {
	width:235px;
	height:167px;
	position:absolute;
	top:26px;
	right:29px;
}

p#searching {
	color:#E1AF5A;
	font-size:16px;
	position:absolute;
	top:18px;
	right:280px;
	letter-spacing:2px;
	text-align:right;
}

p#searching span {
	font-style:italic; 
	font-size:14px;
}


ul#menu {
	position:absolute;
	bottom:10px;
	left:159px;
}

ul#menu li{
	display:inline;
	height:44px;
	
	margin-left:20px;
}


ul#menu a {
	display:block;
	float:left;
	height:42px;
	text-indent:-9999px;
}

ul#menu a#pos1 {
	width:181px;
}
ul#menu a#pos1:hover {
	background: transparent url('images/pos1.jpg') no-repeat top left;
}


ul#menu a#pos2 {
	width:271px;
}
ul#menu a#pos2:hover {
	background: transparent url('images/pos2.jpg') no-repeat top left;
}

ul#menu a#pos3 {
	width:112px;
}
ul#menu a#pos3:hover {
	background: transparent url('images/pos3.jpg') no-repeat top left;
}

ul#menu a#pos4 {
	width:108px;
}
ul#menu a#pos4:hover {
	background: transparent url('images/pos4.jpg') no-repeat top left;
}

ul#menu a#pos5 {
	width:111px;
}
ul#menu a#pos5:hover {
	background: transparent url('images/pos5.jpg') no-repeat top left;
}


ul#menu a#pos6 {
	width:100px;
}

div#main {
	width:963px;

	min-height:500px;
	height:auto !important;
* html	height:500px;

	overflow:hidden;	
	background: #6E0803 url('images/bg_main.gif') repeat-y;
	color:#792115;
}

div#main.main_subpage {
	background: #6E0803 url('images/bg_main_sub.gif') repeat-y;
}


div#sidebar {
	width:281px;
/*	height:537px;*/
	/*background: transparent url('images/sidebar.png') no-repeat top left;*/
	background: transparent url('images/sidebar_top.png') no-repeat top left;
	float:left;
}

div#sidebar.sidebar_subpage {
	background-color:#6E0803;
	background: transparent url('images/sidebar_top_sub.png') no-repeat top left;
}

div#sidebar_bg {
	padding-bottom:10px;
}

div.sidebar_subpage_first {
	background: #F6F2E6 url('images/submenu_bg_first.gif') repeat-y;
}


div.sidebar_bg_subpage {
	background: #F6F2E6 url('images/submenu_bg.gif') repeat-y;
}


div#sidebar div.sidecontent a {
	color:#792115;
}

span.underlined {
	width:243px;
	display:block;
	border-bottom:1px solid #9B9B83;
	padding-bottom:2px;
}

div.sidecontent {
	width:264px;
	margin:18px auto 0 auto;
}


	ul#submenu {
		list-style:none;
		font-size:16px;
		/*background: transparent url('images/menu_end.png') no-repeat bottom left;
		padding-bottom:30px;*/
	}

	ul#submenu li {
		list-style:none;
		margin:0 10px 10px 14px;
		padding-left:15px;

		background: transparent url('images/liarrow_1.gif') no-repeat 0 9px;
	}

	ul#submenu li a {
		color:#792115;
	}

	ul#submenu li a.selected {
		text-decoration:underline;
	}



	
	ul#submenu li ul {
		margin:10px 0 14px 0;
	}

	ul#submenu li ul li {
		font-size:12px;
		background: transparent url('images/liarrow_2.gif') no-repeat 0 5px;

	}

	 span.sideinfo{
		font-size:10px;
	}



div#sidebar h2 {
	width:264px;
	margin:9px auto 18px auto;
	border-bottom: 1px solid #F7E4BA;
	text-align:right;
	padding-bottom:10px;

	font-size:15px;
}

div.pielgrzymka {
	width:264px;
	margin:0 auto 15px auto;
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
	font-size:12px;
	border-bottom:1px solid #F7E4BA;
}

div.long {
	width:100%;
}

	div.pielgrzymka h3 {
		color:#663B0E;
		text-decoration:underline;
		padding-left:15px;
		font-size:14px;
		background: transparent url('images/h3_arrow.gif') no-repeat center left;
	}

	div.pielgrzymka p.data {
		color:#A41C1C;
		font-size:12px;
		margin-bottom:10px;
		margin-left:15px;
		margin-top:5px;
	}

	div.pielgrzymka img {
		padding:4px 9px 13px 11px;
		background: transparent url('images/sidebar_foto_bg.png') no-repeat 0 0;
		float:left;
		margin:0 10px 10px 0;
	}


	div.pielgrzymka a.wiecej {
		width:49px;
		height:16px;
		padding:2px 0 0 7px;
		position:absolute;
		bottom:10px;
		right:0;
		background: transparent url('images/pielgrzymki_wiecej.png') no-repeat 0 0;
		color:#A21D1E;
		font-size:10px;
	}

div#inside {

	float:right;
	/*background: transparent url('images/sidebar.png') no-repeat top left;
	background: transparent url('images/main_top.png') no-repeat top right;*/

	position:relative;
}

div.inside_page {
	width:682px;
	height:535px;
	background: transparent url('images/inside.png') no-repeat top right;
}

div.inside_subpage {
	width:662px;
	background: transparent url('images/main_top_sub.png') no-repeat top right;
	padding:20px 10px;
}


div.inside_subpage h2 {
	color:#673B0E;
	font-size:16px;
	border-bottom:1px solid #F7E4BA;
	padding-bottom: 4px;
	padding-right:80px;
	display:inline;
}



div.inside_page h2 {
	position:absolute;
	letter-spacing:2px;
	top:43px;
	right:10px;
	font-size:22px;
	font-weight:bold;
	color:#A11C1F;
}

div.inside_page div.txt {
	position:absolute;
	top:100px;
	right:10px;
	width:327px;
	font-size:12px;
	color:#622F12;
	line-height:17px;
}


div.inside_page div#box1, div.inside_page div#box2 { 
	height:259px;
	position:absolute;
	bottom:0;
}

div.inside_page div#box1 {
	width:335px;
	left:0;
}

div.inside_page div#box2 {
	width:333px;
	right:13px;

}




div.inside_page div#box1 h3, div.inside_page div#box2 h3  {
	height:31px;
	margin:13px 20px 0 0;
	font-size:15px;
	text-align:right;
	color:#792115;
}

div.inside_page div#box1 h3 {
	width:315px;
}




div.inside_page div#box1 img {
	margin:35px 0 0 26px;
}

div.inside_page div#box2 img {
	margin:15px 0 0 26px;
}

div.inside_page div#box2 div.infotxt {
	color:#653B0B;
	height:60px;
	margin:10px 17px 0 26px;
	font-size:12px;
}


div.inside_page div#box2 a.a_desc {
	display:block;
	text-align:right;
	color:#A11C1F;
	margin:7px 33px 0 0;
}


div.inside_page div#box1 a.a_desc {
	color:#A31B1B;
	margin:22px 0 0 0;
	letter-spacing:4px;
	text-align:center;
	display:block;
	font-size:18px;
}


div#footer {
	background: transparent url('images/main_footer.png') no-repeat top left;
	padding:45px 0;
	position:relative;

}

div#footer.footer_subpage {
	background: transparent url('images/sub_footer.png') no-repeat top right;
}


div#footer ul{
	border-top:1px solid #904130;
	padding:10px 0;
}

div#footer ul li {
	display:inline;
	margin-right:10px;
}

div#footer ul li a {
	color: #904130;
	font-size:12px;
	font-weight:bold;
}





ul#pathway {
	list-style:none;
	color:#A4875F;
	border-bottom:1px solid #F7E4BA;
	padding-bottom:10px;
	margin-bottom:30px;
}

ul#pathway li {
	display:inline;

	margin-left:5px;
	font-size:12px;
}


ul#pathway li a {
	color:#A4875F;
}



div.fck {
	margin:20px 0 0 0;
	font-size:12px;
	line-height:18px;
}

div.fck ul li, div.fck ol li {
	margin-left:30px;
}

div.fck a {
	color:#792115;
	color:blue;
	text-decoration:underline;
}


a#hnet {
	float:right;
	display:block;
	width:91px;
	height:20px;
	background: transparent  url(images/hnet_w20.gif) no-repeat top right;
	text-indent:-9999px;


}

div.gallery {
	margin:20px auto;
	text-align:justify;
}


div.gallery a.galeria_srodek {
	margin:0 41px;
}


div.gallery img {
		padding:20px 21px 35px 22px;
		background: transparent url('images/bg_gallery_photo.png') no-repeat 0 0;
		margin:0;
}


div.gallery-list {
	width:193px;
	height:180px;
	float:left;	
	position:relative;
}

div.srodek {
	margin:0 41px;
}

div.gallery-list p {
	position:absolute;
	left:0;
	bottom:0;
	width:193px;
	color:#673B0E;
	font-size:12px;
	text-align:center;

}


div.gallery-list a{
	display:block;
	width:193px;
	height:168px;
}






/*

####################################

# Form

####################################

*/




form#form_ctx {
	padding:0 0 0 0;
	width:100%;
	display:block;
	margin:20px 0 0 0;
}

form#form_ctx fieldset {
	border:none;
}

form#form_ctx fieldset div.rec {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	position:relative;
	margin:10px 0 0 0;
}


div.error, div.ok {
	width:30px;
	height:30px;
	background-color:red;
	position:absolute;
	top:20px;
	right:5px;	
}

div.error { background: transparent url(images/ico_error.png) no-repeat center top; }
div.ok { background: transparent url(images/ico_ok.png) no-repeat center top; }


form#form_ctx fieldset legend {

	display:none;

	height:22px;

	color:#fff;

	font-weight:normal;

	font-size:1.2em;

	padding:9px 0 0 26px;

	margin-bottom:5px;

	

}



form#form_ctx label {

	display:block;

	padding:0 0 3px 0;

	color:#673B0E;
	font-size:14px;

	

}



form#form_ctx input.ctx, form#form_ctx select, textarea {
	padding:2px;
	border:1px solid #E6AB5F;
	width:240px;
	color:#292929;
}

input:focus, textarea:focus,  select:focus{
	background-color:#F5F1E6;
}



textarea#txt_msg {
	width:99%;
}



div.submit {
	text-align:right;
	margin:20px 0;
}

.btn_submit:focus {
	background-color:#F5F1E6;
}


span.redlabel {
	color:red;
}

div.e1 {
	font-size:11px;
	color:red;

}




div.msg {
	margin:20px;
	font-size:12px;
	text-align:center;
	padding:10px;
	background-color:#F5F1E6;
	border:1px solid red;
	color:#6E0803;
	font-weight:bold;
}


a#orep {
	display:block;
	text-align:right;
	color:#792115;
	font-size:12px;
	margin:0 10px 0 0;

}