@import url('/css/common.css?v1');

/***************   LAYOUT   **************/

body {
	font-family: "Trebuchet MS", sans-serif;
	color: #333333;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	background: #efefef;
}

#wrapper {
	width: 100%;
	float: left;
}

#content {
	text-align: left;
	margin-left: 164px;
	margin-right: 166px;
	width: 620px;
    margin-bottom: 10px;
    background: none;
}

#left {
	text-align: left;
	float: left;
	width: 164px;
	background: url('/img/bg_left.gif') repeat-y;
	margin-left: -950px;
	margin-top: -217px;
	margin-bottom: 10px;
}

#right {
	float: left;
	width: 166px;
	margin-left: -166px;
	background: url('/img/bg_right.gif') repeat-y;
	position: relative;
	margin-top:-75px;
	margin-bottom: 10px;
}

#container {
  width: 950px;
  margin: 0px auto;
  background: none;
  position: relative;
  text-align: justify;
}


#footer {
	text-align: left;
	position: relative;
	clear: both;
	top: 0;
	left: 0;
	height: 148px;
	background: url('/img/footer.jpg') no-repeat center top;
}

#header {
	height: 237px;
	background: url('/img/main_header1.jpg') no-repeat 0 100%;
	position: relative;
	margin-left: 169px;
}





/***************   LEFT MENU   **************/


#left #left_menu_top {
	height: 255px;
	background: url('/img/bg_left_top.gif') no-repeat;
}

#left #left_menu_bottom {
	height: 90px;
	background: url('/img/bg_left_bottom.gif') no-repeat;
	margin: 20px 0 0 0;
}

#left #left_menu_content {
	margin-top: -240px;
}
#left h3 {
	height: 22px;
	margin: 0 0 0 5px;
	padding: 10px 0 0 10px;
	* padding-top: 5px;
	* height: 27px;
	color: #ffffff;
	font-weight: bold;
	background: url('/img/left_hd.jpg') no-repeat;
	font-size: 9pt;
	font-family: "Engebrechtre Expanded";
	clear: left;
}

#left ul.left_list {
	margin: 6px 0 6px 13px;
	padding: 0;
	list-style: none;
	width: 142px;
}

#left ul li {
	clear: left;
	margin: 0;
	padding: 0;
}

* html #left ul li {
	zoom: 1;
}

#left ul.left_list li a {
	background: url('/img/list_item_yel.gif') no-repeat 0px 0.2em;
	text-decoration: none;
	color: #333;
	padding: 0 0 0 11px;
	display: block;
	line-height: 1.3em;
	margin: 0;
}

#left ul.left_list li a.active {
	font-weight: bold;
	background-image: url('/img/list_item_red.gif');
	color: #333;
}

#left ul.left_list li a:hover {
	background-image: url('/img/list_item_red.gif');
}

#left ul.left_list li ul  {
	padding: 0 0 0 7px;
	list-style: none;
	margin: 0;
	zoom: 1;
}

#left ul.left_list li ul li {
	padding: 0;
	margin: 0;

}

/***************  HEADER   **************/




#header h1#logo {
	margin: 0;
	height: 118px;
	background: url('/img/logo.gif') no-repeat;
	position: absolute;
	bottom: 15px;
	width: 543px;
	left: 35px;
}

#header h1 a {
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 118px;
}

#header a#fb {
	display: block;
	text-align: right;
	font-weight: normal;
	line-height: 7pt;
	font-size: 7pt;
	color: #e0e0e0;
	text-decoration: none;
	margin: 0;
	height: 36px;
	background: url('/img/fbicon.gif') no-repeat 100% 100%;
	position: absolute;
	bottom: 94px;
	width: 130px;
	right: 17px;
}
#header a#fb:hover {
	color: #e9e9e9;
}
#header a#fb span {
	position: absolute;
	right: 43px;
	bottom: 0;
	cursor: pointer;
}


/***************   RIGHT MENU   **************/


#right #right_menu_top {
	height: 113px;
	background: url('/img/bg_right_top.gif') no-repeat;
}

#right #right_menu_bottom {
	height: 90px;
	background: url('/img/bg_right_bottom.jpg') no-repeat;
	margin: 20px 0 0 0;
}

#right #right_menu_content {
	margin-top: -96px;
	position: relative;
}

#right h3 {
	height: 24px;
	margin: 0 0 0 5px;
	padding: 10px 10px 0 0;
	* padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	background: url('/img/right_hd.jpg') no-repeat;
	font-size: 9pt;
	font-family: "Engebrechtre Expanded";
	clear: both;
}

#right .right_menu_item {
	border: none;
	width: 140px;
	margin: 5px auto;
	text-align: right;
}

#right .right_menu_item img {
	margin: 5px 10px 5px 0;
}

#right .right_menu_item a {
	text-decoration: none;
	color: #333;
	background: url('/img/list_item_yel.gif') no-repeat 100% 0.2em;
	padding: 0 11px 0 0;
	line-height: 1.3em;
}

#right .right_menu_item a[href$='.jpg'],
#right .right_menu_item a[href$='.jpg']:hover {
	text-decoration: none;
	background: none;
	padding: 0;
}

#right .right_menu_item a:hover {
	background: url('/img/list_item_red.gif') no-repeat 100% 0.2em;
}

#right .right_menu_item ul {
	margin: 6px 0px 6px 0px;
	padding: 0;
	list-style: none;
	width: 142px;
}

#right .right_menu_item ul li {
	zoom: 1;
}

#right .right_menu_item ul li a {
	background: url('/img/list_item_yel.gif') no-repeat 100% 0.2em;
	text-decoration: none;
	color: inherit;
	padding: 0 11px 0 0px;
	display: block;
}

#right .right_menu_item ul li a.active {
	font-weight: bold;
	background: url('/img/list_item_red.gif') no-repeat 100% 0.2em;
	color: #000;
}

#right .right_menu_item ul li a:hover {
	background: url('/img/list_item_red.gif') no-repeat 100% 0.2em;
}




/***************   RIGHT MENU ITEMS   **************/
#right a.foto_citizens {
	display: block;
	text-align: center;
	margin: 5px 0;
}

#right a.foto_citizens img {
	width: 130px;
	height: 97px;
	margin: 0px auto;
	border: none;
}

#right #events a {
	font-weight: bold;
}


#right #events .date {
	font-size: 7.5pt;
	font-weight: normal;
}

#right div#counter {
	margin-top: 30px;
}

#right #eden a {
	background: none;
	padding: 0;	
}
#right #eden a div {
	text-align: left;
}
#right #eden a:hover div {
	color: #B05B27;
}
#right #eden a img {
	float: right;
	margin: 0 0 0 5px;
	border: none;	
}


/***************   PATH   **************/


#content #path {
	height: 30px;
	padding: 0px 0 0 10px;
	width: 610px;
	background: url('/img/path_bg.gif') no-repeat;
	margin: 5px 0 0 0;
	position: relative;
}

#content #path .adminLink{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
	font-weight: bold;
	display: block;
	background: none;
}

#content #path h2 {
	text-align: center;
	line-height: 30px;
	margin: 0;
	font-size: 8pt;
	font-weight: normal;
}

#content #path span,
#content #path a {
	line-height: 30px;
	padding: 0 5px 0 9px;
	background: url('/img/path.gif') no-repeat;
}

#content #path span {
	background-position: 0 -22px;
}

#content #path a {
	background-position: 0 -10px;
}

#content #path a:hover {
	background-position: 0 2px;
}

/***************   CONTENT   **************/

#content #contentInner {
	position: relative;
	margin: 25px 35px 0;
}

#content #aktualnosci {
	width: 328px;
	height: 171px;
	background: url('/img/aktualnosci.jpg') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content #rp {
	width: 132px;
	height: 434px;
	background: url('/img/rp.jpg') no-repeat;
	position: absolute;
	top: 0px;
	left: 381px;

}

#content #nn {
	width: 157px;
	height: 223px;
	background: url('/img/szlaki.jpg') no-repeat;
	position: absolute;
	top: 211px;
	left: 0px;
	
}

#content #joannici {
	width: 121px;
	height: 223px;
	background: url('/img/nn.jpg') no-repeat;
	position: absolute;
	top: 211px;
	left: 207px;
}

/***************   AKTUALNOŚCI   **************/

#content #aktualnosci a.aktualnosci_title {
	color: #ffffff;
}

#content #aktualnosci a.aktualnosci_title:hover {
	color: #e9c36e;
}


#content .aktualnosci_item {
	width: 145px;
	line-height: 10pt;
	float: left;
	margin: 5px 0 0 15px;
}

#content .aktualnosci_item .date {
	font-size: 7pt;
	font-weight: normal;
}

#content a.aktualnosci_item_title {
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	display: block;
	color: #333;
	margin-bottom: 5px;
	clear: both;
}

#content a.aktualnosci_item_title:hover {
	color: #8c481f;
}

#content .aktualnosci_item_text {
	text-align: left;
}

#content a.aktualnosci_item_more {
	float: right;
	font-weight: bold;
	width: 40px;
	padding: 0 0 0 12px;
	background: url('/img/kolko_aktualnosci.png') no-repeat 0 50%;
	clear: both;
	margin: 3px 0 0 0;
}

#content a.aktualnosci_item_more:hover {
	background: url('/img/aktualnosci_kolko_red.png') no-repeat 0 50%;
	color: #8c481f;
}



/***************   BoXy   **************/

#content .box {
	padding: 15px 20px;
}

#content a.box_title {
	display: block;
	font-size: 11pt;
	color: #8c481f;
	font-weight: bold;
	font-family: "Engebrechtre Expanded";
	margin: 5px 0;
	color: #8c481f;
}

#content a.box_title:hover {
	color: #d8a459;
	text-decoration: none;
}

.box_text {
	line-height: 10pt;
	text-align: left;
}




/***************   PODSTRONY   **************/

#main_sub_content {
	width: 550px;
	margin: 0 0 80px 0;
	float: left;
	position: relative;
	top: 30px;
	left: 33px;
}

#sub_top {
	width: 100%;
	height: 15px;
	background: url('/img/main_top_bg.gif') no-repeat;
	clear: left;
}

#sub_content {
	background: url('/img/main_bg.gif') repeat-y;
	padding: 1px 20px 20px;
	line-height: 12.5pt;
	zoom: 1;

}

#sub_content #text {
	float: left;
}

#sub_content .imgLogo {
	float: right;
	margin: 0 0 5px 10px;
}

#sub_content .imgLogoAttachments {
	float: left;
	margin: 0 10px 5px 0;
}

#sub_bottom {
	width: 100%;
	height: 81px;
	background: url('/img/main_bottom_bg.gif') no-repeat;
	clear: both;

}

.emph {
	font-weight: bold;
}

.links_list {
	list-style: none;
}

.links_list li {
	padding: 0 0 0 15px;
	background: url('/img/list_item_yel.gif') no-repeat 2px 4px;
	color: #333333;
	font-weight: normal;
}

.links_list li:hover {
	background: url('/img/list_item_red.gif') no-repeat 2px 4px;
}

div#sub_content .links_list li a {
	color: #333333;
	font-weight: normal;
}

.line {
	text-align: center;
	margin: 13px auto;
}

/***************   PODSTRONY ZE ZDJĘCIAMI  **************/

div.text {
	padding: 0 0 10px 0;
}

div.attachments {	
	width: 370px;
	float: left;
}

div.photos {
	width: 160px;
	float: right;
	margin: 0 5px;
}

#content p.author {
	font-style: italic;
	text-align: right;
	padding: 5px 25px 0 0;
}

#content h3.attachments, #content h4.attachments {
	clear: left;
}



/************** jCarousel *********************/

#carousel {
	float: right;
	padding: 0 5px;
	margin-top: 1em;
}

#carousel ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 114px;
}

#carousel li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.jcarousel-container-vertical {
    width: 114px;
    padding: 28px 0px;
	height: 245px;
}

.jcarousel-clip-vertical {
    width:  114px;
	height: 245px;
}

.jcarousel-item, #carousel li {
    width: 110px;
    height: 110px;
}


.jcarousel-item-vertical, #carousel li {
    margin-bottom: 13px;
}

.jcarousel-item-vertical img, #carousel li img {
    padding: 1px;
	border: 1px solid #ddd;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 43px;
    width: 31px;
    height: 22px;
    cursor: pointer;
    background: transparent url('/img/next-vertical.gif') no-repeat 0 0;
}

.jcarousel-next-vertical:hover {
    background-position: 0 -22px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -44px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -66px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 43px;
    width: 31px;
    height: 22px;
    cursor: pointer;
    background: transparent url('/img/prev-vertical.gif') no-repeat 0 0;
}

.jcarousel-prev-vertical:hover {
    background-position: 0 -22px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -44px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -66px;
}

#content p.caption,
#content p.chapter {
	text-align: center;
	font-weight: bold;
}

#content ul.subarticles {
	list-style: none;
	margin: 6px 0 6px 13px;
	padding: 0;
	clear: left;
}

#content ul.subarticles li a,
#content a.circle {
	background: url('/img/list_item_yel.gif') no-repeat 0px 0.2em;
	text-decoration: none;
	padding: 0 0 0 11px;
}

#content ul.subarticles li a:hover,
#content a:hover.circle {
	background: url('/img/list_item_red.gif') no-repeat 0px 0.2em;
	color: #B05B27;
}

#content form.guestbook table {
	width: 100%;
}

#content form.guestbook input,
#content form.guestbook select,
#content form.guestbook textarea {
	width: 300px;
}

#content form input,
#content form select,
#content form textarea {
	border: 1px solid #9d9d9d;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px;    /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px;
	padding: 2px;
}

#content form input[type=checkbox],
#content form input[type=radio] {
	border: none;
}

#content .guestbook a.button {
	margin: 0 0 15px 0;
}

#content .guestbookItem {
	margin-bottom: 15px;
}

#content .guestbookItem hr {
	margin: 2px;
}

#content form.passport table {
	width: 100%;
}

#content form.passport table.fields th {
	vertical-align: middle;
	text-transform: none;
	padding-right: 0;
}

#content form.passport table.declarations {
	margin-top: 10px;
}

#content form.passport th {
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

#content form.passport td input {
	width: 300px;
}

#content .news .news_item .date {
	color: #666;
	display: block;
	float: right;
}

#content .news .news_item .title {
	float: left;
}

#content .news .news_item {
	margin: 0 0 20px 0;
}

#content .news .news_details .date {
	color: #666;
	float: right;
	font-weight: normal;
	font-size: 8pt;
}

#content .news .news_details .attachments img.imgLogo {
	float: left;
	margin: 1.5em 10px 5px 0px
}

#content .news .news_details h3 {
	margin: 0px 0 7px 0;
	font-size: 10pt;
	border-bottom: 1px solid #aaa;
	padding-bottom: 7px;
}

#content table {
	text-align: left;
	clear: both;
	border-collapse: collapse;
}

#content table th {
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px dotted #aaa;
	padding: 2px 7px;
}

#content table td {
	border-bottom: 1px dotted #aaa;
	padding: 4px 10px;
}

#content a.admin {
	color: #ff6117;
}

div#google_map {
	text-align: center;
	margin: 1em 0;
}

div#google_map div#map_canvas,
iframe {
	margin: auto;
	border: 1px solid #ddd;
}

#content table.accomodation .icon {
	width: 20px;
	height: 20px;
	background-image: url('../img/acc.gif');
	background-repeat: no-repeat; 
	display: block;
	margin: 0 auto;
}
#content table.accomodation .bathroom {
	background-position: 0 -20px;
}
#content table.accomodation .food {
	background-position: 0 -40px;
}
#content table.accomodation .dogs {
	background-position: 0 -60px;
}
#content table.accomodation .tent {
	background-position: 0 -80px;
}
#content table.accomodation .playground {
	background-position: 0 -100px;
}
#content table.accomodation .handicapped {
	background-position: 0 -120px;
}
#content table.accomodation .bikes {
	background-position: 0 -140px;
}
#content table.accomodation .parking {
	background-position: 0 -160px;
}
#content table.accomodation .ok {
	background-position: 0 -180px;
}
#content table.accomodation {
	width: 100%;
	margin: 1.5em 0;
}
#content table.accomodation th {
	text-align: center;
	background: #eee;
	border-bottom: none;
}
#content table.accomodation td.top {
	vertical-align: top;
}

#content table td.nowrap {
	white-space: nowrap;
}
