@CHARSET "UTF-8";

body {
	background: #e9e3cb url("images/bodyBg.jpg") repeat-x 0px 0px;
}

/* MAIN STYLES */

.clearboth {
	clear: both;
}

#container {
	width: 934px;
	margin: 0px auto;
}

#headContainer {
	height: 129px;
	background: url("images/quote.jpg") no-repeat 233px 0px;
}
#mainContainer {
	background: url("images/pageRightBg.gif") repeat-y 239px 0px;
	float: left;
}


#pageLogo {
	float: left;
	height: 129px;
}

#pageFlash{
	float: right;
	height: 129px;
}

#pageLeft {
	width: 239px;
	float: left;
}
#pageLeftInner {
	padding: 2px 0px 2px 24px;

}
#pageRight {
	width: 690px;
	float: left;
}
#pageFoot {
	clear: both;
	width: 904px;
	padding: 1px 0px 10px 28px;
}

#footLeft {
	float: left;
	border-top: 3px solid #c4ba95;
	width: 211px;
	text-align: center;
}
#footRight {
	float: left;
	border-top: 3px solid #860000;
	width: 690px;
}
	
#footLeft a,#footLeft a:visited {
	display: block;
	float: left;
	border-left: 1px solid #c4ba95;
	padding: 0px 25px;
}

#footLeft a.first,#footLeft a.first:visited {
	border-left: none;
}
#footLeftInner {
	padding: 25px 0px 0px 30px;
}
#footRightInner {
	padding: 5px 0px 0px 0px;
}

#panelLeft {
	width: 453px;
	float: left;
	padding: 10px;
}
#panelLeftInner {
	padding: 5px;
	
}
#panelRight {
	width: 215px;
	float: left;
}
#panelRightInner {
	padding: 5px;
}
#siteTitle {
	text-align: center;
}

#panelMiddle {
	clear: both;
	background: #d0cab3;
	border-top: 2px solid #e9e3cb;
	padding: 5px;
}

#panelBottom {
	background: #dbd6bf;
	padding: 6px 0px 6px 0px;
}
#panelBottom h1{
	background: #d0cab3;
	color: #817b67;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}

/* MENU */
ul#menuPrimary,
ul#menuPrimary ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#menuPrimary li {
	list-style: none;
	float: left;
}

.menuTop {
	height: 4px;
	width: 212px;
	padding: 0px;
	background: url("images/menuTop.jpg") no-repeat bottom;
	font-size: 1px;
}
.menuBottom {
	height: 4px;
	padding: 0px;
	width: 212px;
	background: url("images/menuBottom.jpg") no-repeat;
	font-size: 1px;
}
.menuItem {
	background: url("images/menuItem.jpg") repeat-y;
}
.menuItem a,
.menuItem a:visited {
	display: block;
	width: 168px;
	padding: 3px 4px 4px 30px;
	margin: 0px 0px 0px 5px;
	color: #c6b79f;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
}
.menuItem a:hover {
	background: url("images/menuItemHover.gif") no-repeat;
	color: #fff;
	text-decoration: none;
}
.menuItem a.selected,
.menuItem a.selected:visited {
	background: url("images/menuItemHover.gif") no-repeat;
	color: #fff;
	text-decoration: none;
}
/**/

ul#menuPrimary ul .menuItem {
	background: none
}
ul#menuPrimary ul .menuItem a,
ul#menuPrimary ul .menuItem a:visited {
	display: block;
	background: url("images/menuItemSub.gif") no-repeat;
	width: 168px;
	padding: 2px 4px 4px 30px;
	margin: 0px 0px 0px 5px;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px dotted #c9c5b4;
}
ul#menuPrimary ul .menuItem a:hover {
	background: url("images/menuItemSubHover.gif") no-repeat;
	color: #7c0909;
	text-decoration: none;
}
ul#menuPrimary ul .menuItem a.selected,
ul#menuPrimary ul .menuItem a.selected:visited {
	background: url("images/menuItemSubHover.gif") no-repeat;
	color: #7c0909;
	text-decoration: none;
}

/* /MENU */

#pagePath {
	font-size: 12px;
}
#pagePath a,#page_path a:visited {
	font-size: 12px;
	color: #5c5c5c;
}

#search {
	clear: both;
	margin: 5px 0px 0px 0px;	
}



/* NEWS*/

.newsContainer {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.newsContainer1 li{
	position: relative;
	display: block;
	height: 96px;
	width: 210px;
	float: left;
	padding: 5px;
	border-left: 2px solid #dad5be;
}
.newsContainer1 li.first{
	border-left: none;
}

.newsContainer1 .more2 {
	position: absolute;
	bottom: 3px;
	width: 210px;

}
.newsDate1 {
	color: #97694F;
	font-weight: bold;	
}

#newsListRegular a.thumb, #news_list a.thumb {
	display: block;
	float: left;
	padding: 0px 4px 0px 0px;
}
#newsListRegular .content, #news_list .content {
	clear: both;
}
#newsListRegular .title, #news_list .title {
	font-weight: bold;
}
#newsListRegular .more2 {
	margin-bottom: 10px;
	margin-top: 2px;
	margin-left: 3px;
}
#newsListRegular .rssLink {
	float: right;
	
}
#newsList a.thumb, #news_list a.thumb {
	display: block;
	float: left;
	padding: 0px 4px 0px 0px;
}
#newsList .content, #news_list .content {
	clear: both;
}
#newsList .title, #news_list .title {
	font-weight: bold;
}
#newsList .more2 {
	margin-bottom: 10px;
	margin-top: 2px;
	margin-left: 3px;
}


.newsItem .date {
	font-weight: bold;
	float: right;
}
.newsItem .image {
	padding: 0px 5px 5px 0px;
}

#newsList hr{
	clear: both;
}
.newsItem .pageHeader {
	margin-top: 20px;
	clear: both;
}

.newsItem #pagePath {
	float: left;
}
/* /NEWS */


.akapit {
	text-indent: 10px;
}

.banners_block {
	text-align: center;
	padding: 15px 0px 0px 0px;
}
.banners_block_front {
	width: 462px;
	text-align: center;
	padding: 0px;
}

.languages_list {
padding: 0px 0px 4px 0px;
margin: 0px 8px 10px 8px;
border-bottom: 1px solid #ded8c0;
}
.videoContainer {
	text-align: center;
}



/**/

.gallery_list {
	border-collapse: collapse;
	width: 100%;
}
.gallery_list td{
	padding: 10px;
	text-align: center;
}
.gallery_list h3 {
	margin: 20px 0px 5px 0px;
	padding: 0px;
	color: #662200;	
}

/* Kolor wypełnienia komponentu obejmującego galerię */
.galleryWidget
{
	/** Kolor zanikania elementu **/
	background-color: black;
	margin: 0px auto;
}

.galleryWidget_image
{
	/* W sumie chyba nic tu nie będzie, ale tak na wszelki wypadek
	jest to ramka obejmująca obrazek galerii */
}

.galleryWidget_image a
{
	text-decoration: none;
}

.galleryWidget_image a:hover
{
	text-decoration: none;
}

.galleryWidget_image a:visited
{
	text-decoration: none;
}

.galleryWidget_image_description
{
	position: absolute;
	right: 3px;
	top: 3px;
	background-color: #aeaeae;
	color: #fff;
	font-size: 14px;
	opacity: 0.8;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
}