html, body {
	margin: 0;
    padding: 0;
	background: #EFF4E2;
/*	font-family: Tahoma, Verdana, Arial, sans-serif;*/
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

body {
	margin: 30px 0;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

form {
	display: inline;
}

.validate, .error_message {
	font-size: 10px;
	color: #DF0000;
	padding: 0;
	margin: 0;
	display: block;
}

.message {
	font-size: 10px;
	color: #339900;
	padding: 0;
	margin: 0;
	display: block;
}

.error {
	color: #D90248;
	font-weight: bold;
	display: block;
}

.msg {
	color: #339900;
	font-weight: bold;
	display: block;
}
	
.required {
	color: red;
	margin-left: 3px;
}

.titleSmall {
	font-size: 0.85em;
}

#wrap {
	margin: 0 auto;
	padding: 0;
    width: 781px;
	height: auto;
	background: transparent url(/img/bodyBG.gif) top center repeat-y;
}

#header {
	height: 5px;
	width: 781px;
	padding: 0;
	margin: 0;
	background: transparent url(/img/bodyTop.png) top center no-repeat;
}

#footer {
	height: 6px;
	width: 781px;
	padding: 0;
	margin: 0;
	background: transparent url(/img/bodyBottom.png) top center no-repeat;
}

#searchBG {
	width: 761px;
	height: 36px;
	margin: 0;
	padding: 0 10px;
	background: transparent url(/img/searchBG.gif) top center no-repeat;
}

#search {
	width: 232px;
	height: 35px;
	float: right;
	padding: 0;
	margin: 1px 3px 0 0;
	background: transparent url(/img/search.gif) top right no-repeat;
}

#query {
	margin: 5px 0 0 12px;
	font-size: 10px;
	border: 1px solid #5C8600;
}

#buttonSearch {
	margin: -20px 5px 0 0;
	float: right;
}

/*
html>body #buttonSearch {
	position: 
	padding-top: 15px;
}

html>body #query {
	width: 125px;
}
*/

#menuArea {
	width: 761px;
	height: 148px;
	padding: 0 10px;
}

#domainBG {
	width: 761px;
	height: 102px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/domainBG.gif) top center no-repeat;
}

#domain {
	width: 292px;
	height: 91px;
	postition: relative;
	margin-left: 140px;
	/*padding-bottom: 5px;*/
	display: block;
}

#navigation {
	width: 761px;
	height: 46px;
	padding: 0;
	margin: 0;
}	

#navigation ul {
	width: 761px;
	height: 46px;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#mFirst {
	width: 119px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/mFirst.gif) top left no-repeat;
}

#mBioLi {
	width: 94px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/mBiografieOn.gif) top left no-repeat;
}
	
#mBio {
	width: 94px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mBiografieOff.gif) top left no-repeat;
}

#mBio:hover {
	background-image: none;
}

#mBioActive {
	width: 94px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mBiografieOn.gif) top left no-repeat;
}

#mKalLi {
	width: 122px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/mKalendariumOn.gif) top left no-repeat;
}

#mKal {
	width: 122px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mKalendariumOff.gif) top left no-repeat;
}

#mKal:hover {
	background-image: none;
}

#mKalActive {
	width: 122px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mKalendariumOn.gif) top left no-repeat;
}

#mLeksLi {
	width: 91px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/mLeksykonOn.gif) top left no-repeat;
}

#mLeks {
	width: 91px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mLeksykonOff.gif) top left no-repeat;
}

#mLeks:hover {
	background-image: none;
}

#mLeksActive {
	width: 91px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mLeksykonOn.gif) top left no-repeat;
}

#mHistLi {
	width: 88px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/mHistoriaOn.gif) top left no-repeat;
}

#mHist {
	width: 88px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mHistoriaOff.gif) top left no-repeat;
}

#mHist:hover {
	background-image: none;
}

#mHistActive {
	width: 88px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mHistoriaOn.gif) top left no-repeat;
}

#mKultLi {
	width: 82px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/mKulturaOn.gif) top left no-repeat;
}

#mKult {
	width: 82px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mKulturaOff.gif) top left no-repeat;
}

#mKult:hover {
	background-image: none;
}

#mKultActive {
	width: 82px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mKulturaOn.gif) top left no-repeat;
}

#mBiblLi {
	width: 98px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/mBibliotekaOn.gif) top left no-repeat;
}

#mBibl {
	width: 98px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mBibliotekaOff.gif) top left no-repeat;
}

#mBibl:hover {
	background-image: none;
}

#mBiblActive {
	width: 98px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mBibliotekaOn.gif) top left no-repeat;
}

#mAlbLi {
	width: 67px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/mAlbumOn.gif) top left no-repeat;
}

#mAlb {
	width: 67px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mAlbumOff.gif) top left no-repeat;
}

#mAlb:hover {
	background-image: none;
}

#mAlbActive {
	width: 67px;
	height: 46px;
	margin: 0;
	padding: 0;
	display:block;
	background: transparent url(/img/mAlbumOn.gif) top left no-repeat;
}

#domainMenuBottom {
	width: 761px;
	height: 7px;
	padding: 0 10px;
	background: transparent url(/img/domainMenuBottom.gif) top center no-repeat;
}

#container {
	width: 761px;
	height: auto;
	padding: 0 10px;
}

#leftPanel {
	float: left;
	width: 220px;
	height: auto;
	font: 11px Arial, Verdana, Tahoma, sans-serif;
	color: #515B20;
	font-weight: normal;
	background: transparent url(/img/leftPanelBg.png) top center repeat-y;
}

#LPTop {
	width: 220px;
	height: 177px;
	padding: 0;
	margin: 0;
	background: transparent url(/img/leftPanelTop.png) top left no-repeat;
}

#LPBottom {
	width: 220px;
	height: 7px;
	padding: 0;
	margin: 0;
	background: transparent url(/img/leftPanelBottom.png) top left no-repeat;
}

div#boxRocznice {
	font-size: 0;
	width: 220px;
	height: 28px;
	margin: 0;
	padding: 0;
}

.LpButton {
	position: relative;
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 0;
	display: block;
	left: 175px;
	bottom: 28px;
}

#leftPanel p {
	width: 201px;
	margin: 5px 7px 5px 5px;
	padding: 3px 0 3px 4px;
	background: #EFF4E2;
}

#leftPanel h2 span {
	display: none;
}

div#boxWiesci {
	font-size: 0;
	width: 220px;
	height: 42px;
	margin: 0;
	padding: 0;
/*	background: transparent url(/img/wiesci.png) top left no-repeat;*/
}

div#boxWiesci .LpButton {
	bottom: 32px;
	/*margin-top: 8px;*/
}

div#boxForum {
	font-size: 0;
	width: 220px;
	height: 34px;
	margin: 0;
	padding: 0;
}

div#boxForum .LpButton {
	bottom: 28px;
}

div#boxIdea {
	font-size: 0;
	width: 220px;
	height: 34px;
	margin: 0;
	padding: 0;
/*	background: transparent url(/img/idea.png) top left no-repeat;*/
}

div#boxOnas {
	font-size: 0;
	width: 220px;
	height: 34px;
	margin: 0;
	padding: 0;
/*	background: transparent url(/img/onas.png) top left no-repeat;*/
}

div#boxIdea .LpButton {
	/*margin-top: 6px;*/
}

div#boxOnas .LpButton {
	bottom: 30px;
}

div#boxKontakt {
	font-size: 0;
	width: 220px;
	height: 37px;
	margin: 0;
	padding: 0;
/*	background: transparent url(/img/kontakt.png) top left no-repeat;*/
}

div#boxKontakt .LpButton {
	bottom: 30px;
/*	margin-top: 7px;*/
}

div#boxNewsletter {
	font-size: 0;
	width: 220px;
	height: 35px;
	margin: 0;
	padding: 0;
/*	background: transparent url(/img/newsletter.png) top left no-repeat;*/
}

div#boxNewsletter .LpButton {
	bottom: 30px;
}

#newletterArea {
	width: 201px;
	margin: 5px 7px 5px 5px;
	padding: 10px 0 10px 4px;
	background: #EFF4E2;
	text-align: left;
}

#newletterArea label {
	font-weight: bold;
	margin-right: 10px;
	padding: 0;
}

#newletterArea input[type=radio] {
	/*border: 1px solid blue;*/
}

#email {
	font-size: 10px;
	border: 1px solid #A1AF61;
}

div#boxLinki {
	width: 220px;
	height: 36px;
	margin: 0;
	padding: 0;
}

#ntSubmit {
	position: relative;
	top: 5px;
	left: 75px;
}

#content {
	float: left;
	width: 537px;
	padding: 0 2px;
	margin: 0;
}

#bannerArea {
	width: 537px;
	height: 118px;
	padding: 0 0 10px 0;
	margin: 0;
}

#mainNews {
	margin-top: 20px;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	color: #515B20;
}

#newsLeft {
	float: left;
	width: 47%;
	padding: 0 7px;
	border-right: 1px solid #DBE3C7;
}

#newsRight {
	float: left;
	width: 47%;
	padding: 0 7px;
	/*border-left: 1px solid #DBE3C7;*/
}

.newsHeader {
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
}

.newsBtn {
	margin-right: 5px;
}

.newsImg {
	margin: 0 0 5px 8px;
	border: 1px solid black;
}

.newsImgList {
	margin: 0 8px 5px 0;
	border: 1px solid black;
}

#mainNews dt, #newsList dt {
	clear: both;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#newsList dt {
/*	margin-top: 5px;*/
}

#mainNews dd, #newsList dd {
	padding: 0 0 15px 0;
	margin: 0;
}

#mainNews dd p {
	padding: 0;
	margin: 0;
	text-align: justify;
	line-height: 1.3;
}

#newsList dd p {
	padding: 5px 0 10px 0;
	margin: 0;
	text-align: justify;
	line-height: 1.1;
}

#newsList {
	padding: 0 5px;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	color: #515B20;
}

#mainNews a, #newsList a, #leftPanel a {
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	color: #515B20;
	text-decoration: none;
}

#mainNews a:hover, #newsList a:hover, #leftPanel a:hover {
	text-decoration: underline;
}

#paginate {
	margin-top: 100px;
	text-align: center;
	font-size: 10px;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color: #474F22;
	font-weight: bolder;
}

#paginate a {
	text-decoration: none;
	color: #474F22;
	font-weight: normal;
}

#paginate a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/* Wyniki wyszukiwania */

#searchResults dl {
}

#searchResults dd {
	padding: 0 0 10px 0;
	margin: 0;
}

#searchResults dt a {
	color: #535D1E;
	font-size: 13px;
}

#searchResults .searchPos {
	font-weight: bold;
}

#searchResults p {
	padding: 0;
	margin: 0;
}

#searchResults .searchContent {
	font-size: 1em;
	letter-spacing: 0.2px;
}

#searchResults .searchBottom, #searchResults .searchBottom a {
	color: #3A3B50;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 2px;
}

#searchResults .searchBottom a:hover {
	text-decoration: underline;
}
/* Ends */

#leksykonList, #kalendariumList {
	padding: 0 5px;
}

ul.sets {
	margin: 0;
	padding:0;
	color:  #474F22;
	letter-spacing: 0.8px;
	font-size: 12px;
}

ul.sets a {
	color: #474F22;
	text-decoration: none;
	letter-spacing: 0.8px;
}

ul.sets a:hover {
	letter-spacing: 0.8px;
	text-decoration: underline;
}

ul.sets li {
	list-style: none;
	float: left;
	margin-left: 15px;
}


#charSubSets {
	margin-top: 5px;
}

#ankietaL {
	width: 60%;
}

#ankietaL label, #ankietaP label {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}

#ankietaP {
	padding-top: 150px;
	width: 35%;
}

#ankietaP input {
	border: 1px solid #A1AF61;
}

.backLink {
	margin: 50px 8px;
}

.backLink a, #content div a {
	color: #515B20;
	font-size: 12px;
	text-decoration: underline;
}

.backLink a:hover, #content div a:hover {
	color: #B5BF83;
	text-decoration: underline;
}

#bioList, #bio {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #2F2F2F;/*#383F17;*/
	padding: 0 5px;
}

h5, #bioList h5 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 11px;
}

#bioList a, #leksykonList dt a {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
	text-decoration: none;
}

#bioList a:hover, #leksykonList dt a:hover {
	text-decoration: underline;
}

#leksykonList dt {
	padding-top : 5px;
}

.titleLink {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
	text-decoration: none;
}

.titleLink:hover {
	text-decoration: underline;
}

#bioList dt {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
}

#bioList dd {
	padding: 5px 0;
	margin: 0;
}

#bioList p {
	padding: 5px 0;
	margin: 0;
}

/*#bioList */
.bioMore {
	color: #383F17;
	padding-right: 10px;
	text-decoration: none;
}

/*#bioList*/
.bioMore:hover {
	text-decoration: underline;
}

#bio img, #leksykonList img {
	padding: 0 10px 10px 0;
}

#linkList dt {
	padding-top: 10px;
}

#linkList dt a {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
	text-decoration: none;
}

#linkList dt a:hover {
	text-decoration: underline;
}

#linkList dd {
	margin: 0;
	padding: 0;
}

#wydarzenie .date {
	color: #2F2F2F;
	font-weight: bold;
	text-decoration: none;
}

#kalendariumList dd, #leksykonList dd {
	padding: 0 0 5px 0;
	margin: 0;
}

#kalendariumList dd p, #leksykonList dd p {
	padding: 2px 0 10px 0;
	margin: 0;
	font-size: 11px;
}

#mainContent, #wydarzenie, #historiaList, #idea, #onas {
	padding: 0 5px;
	margin: 0;
	color: #2f2f2f;
}

#historiaList p {
	/*padding: 2px 0 5px 0;*/
	margin: 0;
}

#idea p {
	padding: 0;
	margin: 0 0 20px 0;
	color: #2F2F2F;
}

#onas p {
	color: #2F2F2F;
	text-indent: 35px;
}

.title {
	color: #2F2F2F;
	font-weight: bold;
	text-decoration: none;
}

.more {
	padding: 0 0 10px 0;
}

#contact {
	padding: 0 5px;
	color: #2f3f3f;
}

#contact label {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.button {
	border: 1px solid silver;
}

