body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #015727;
	background-color: #003618;
	line-height: 150%;
	margin: 20px 0 20px 0;
	padding: 0;
}

form {
	margin: 0;
}
input.text {
	padding: 1px 3px 1px 3px;
	font-size: 1em;
	border: 1px solid #003618;
	background: transparent url(../images/gfx/input_bg.gif) repeat-x;
}
input.send {
	background: none;
	width: auto;
	border: none;
}
input.check {
	margin-bottom: 0;
}
select {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-indent: 0;
	color: #015727;
}
h1 {
	display: inline;
	padding: 20px 18px 4px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #da241c;
	background: transparent url(../images/gfx/body_header.gif) right bottom repeat-x;
}
h2, h3 {
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	background: transparent url(../images/gfx/list_item.gif) 0 7px no-repeat;
}
h3 {
	margin-top: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #da241c;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #003618;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
	text-decoration: none;
}
h2 a {
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
label {
	cursor: pointer;
}
label a {
	font-weight: bold;
}
hr {
	border: none;
	color: #CCD894;
	background-color: #CCD894;
	height: 1px;
}
noscript {
	display: block;
	margin-bottom: 15px;
	color: white;
	font-weight: bold;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.message, .error {
	margin: 20px 40px 20px 40px;
}
.message {
	color: #017D35;
}
.error {
	color: #DD0000;
}
.message ul, .error ul {
	margin-left: 20px;
}
.message ul li, .error ul li {
	padding-left: 13px;
}
.message ul li {
	background: transparent url(../images/gfx/list_item.gif) 0 6px no-repeat;
}
.error ul li {
	background: transparent url(../images/gfx/green_list_item.gif) 0 6px no-repeat;
}
.message a {
	color: #017D35;
	font-weight: bold;
	text-decoration: underline;
}
.message a:hover {
	text-decoration: none;
}
.error a {
	color: #DD0000;
	font-weight: bold;
	text-decoration: underline;
}
.error a:hover {
	text-decoration: none;
}
.goBack {
	clear: right;
	margin-top: 20px;
}
.goBack a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #d20000;
}

/* MAIN CONTAINER */
#main {
	margin: auto;
	width: 770px;
	text-align: left;
}

/* BEGIN -- HEADER CONTAINER */
#headerCnt {
	
}
/*
#headerCnt #top {
	height: 211px;
	background: #fdf9d4 url(../images/gfx/header.jpg) no-repeat 0 0;
}
*/
#headerCnt #bottom {
	height: 43px;
	background: #fdf9d4 url(../images/gfx/header_bottom.jpg) repeat-x;
}

/* BreadCrumbs */
#headerCnt #bottom #breadcrumbs {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 16px;
	padding-left: 280px;
}
#headerCnt #bottom #breadcrumbs a {
	font-size: 10px;
}
#headerCnt #bottom #breadcrumbs span {
	font-weight: bold;
	font-size: 10px;
}
/* END -- HEADER CONTAINER */


/* BEGIN -- MIDDLE CONTAINER */
#middleCnt {
	background-color: #fdf9d4;
	overflow: hidden;
}
#popupCnt {
	margin: 0 10px 10px 10px;
	padding: 10px;
	background-color: #fdf9d4;
	text-align: left;
}

/* BEGIN -- LEFT COLUMN */
#leftCol {
	float: left;
	width: 211px;
	overflow: hidden;
}
#leftCol .leftContainer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 20px 0 10px;
}
#leftCol .leftContainer .header {
	height: 28px;
	background: #fbf4b8 url(../images/gfx/left_column_header.gif) no-repeat;
}
#leftCol .leftContainer .header div {
	padding-top: 11px;
	padding-left: 10px;
	color: #d9241c;
	font-size: 12px;
	font-weight: bold;
}
#leftCol .leftContainer .content {
	background-color: #fbf4b8;
}
#leftCol .leftContainer .footer {
	height: 25px;
	background: #fbf4b8 url(../images/gfx/left_column_footer.gif) no-repeat;
}
#searchBox {
	text-align: right;
	margin-right: 10px;
	height: 27px;
}
#searchBox .searchTxt {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #da241c;
	font-weight: bold;
}
#searchBox input {
	padding: 1px 3px 1px 3px;
	width: 160px;
}
#searchBox input.searchButton {
	width: 15px;
	height: 15px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/gfx/search_ico.gif) no-repeat center center;
}

/* left menu */
.leftMenu {
	margin: 0 5px 0 5px;
}
/* first level */
.leftMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.leftMenu ul a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6f3c00;
}
.leftMenu ul a:hover {
	text-decoration: none;
}
.leftMenu ul li, .leftMenu ul li.selected {
	display: inline;
}
.leftMenu ul li a, .leftMenu ul li.selected a {
	display: block;
}
.leftMenu ul li a {
	background: #fcf0b5 url(../images/gfx/menu_item.gif) left bottom no-repeat;
}
.leftMenu ul li a span {
	display: block;
	padding: 3px 3px 3px 11px;
	background: transparent url(../images/gfx/menu_item_bg.gif) left bottom repeat-x;
}
.leftMenu ul li.selected a span {
	display: block;
	padding: 3px 3px 0 11px;
	background: none;
}
.leftMenu ul li a:hover {
	background-color: #fef6ce;
}
.leftMenu ul li.selected a {
	font-weight: bold;
	background: #fef6ce url(../images/gfx/menu_item_sel.gif) left bottom no-repeat;
}

/* second level */
.leftMenu ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fef6ce;
	border-left: 1px solid #d0c351;
}
.leftMenu ul li.selected .menuFooter {
	height: 2px;
	overflow: hidden;
	background: #fef6ce url(../images/gfx/menu_item_bg.gif) repeat-x;
}
.leftMenu ul li ul li a, .leftMenu ul li.selected ul li a {
	display: block;
	font-weight: normal;
	background: transparent url(../images/gfx/green_dot.gif) 11px 10px no-repeat;
}
.leftMenu ul li ul li a span, .leftMenu ul li.selected ul li a span {
	display: block;
	padding: 2px 3px 2px 20px;
	background: none;
}
.leftMenu ul li ul li a:hover {
	background-color: #fcf0b5;
}
.leftMenu ul li.selected ul li.selected a {
	font-weight: bold;
}

/* third level */
.leftMenu ul li ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}
.leftMenu ul li ul li ul a {
	font-size: 10px;
}
.leftMenu ul li ul li ul li a, .leftMenu ul li.selected ul li ul li a,
.leftMenu ul li.selected ul li.selected ul li a {
	display: block;
	font-weight: normal;
	background: transparent url(../images/gfx/red_dot.gif) 23px 10px no-repeat;
}
.leftMenu ul li ul li ul li a span, .leftMenu ul li.selected ul li ul li a span,
.leftMenu ul li.selected ul li.selected ul li a span {
	display: block;
	padding: 2px 3px 2px 30px;
	background: none;
}
.leftMenu ul li ul li ul li a:hover, .leftMenu ul li.selected ul li ul li a:hover,
.leftMenu ul li.selected ul li.selected ul li a:hover {
	background-color: #fcf0b5;
}
.leftMenu ul li.selected ul li.selected ul li.selected a {
	font-weight: bold;
}


/* newsletter box */
#newsletterBox {
	padding: 7px 10px 10px 10px;
}
#newsletterBox .info {
	margin-bottom: 10px;
	line-height: 125%;
	color: #4a2800;
}
#newsletterBox input.iEmail {
	padding: 1px 3px 1px 3px;
	width: 153px;
}
#newsletterBox .sendButton {
	margin-top: 3px;
	text-align: right;
}
#newsletterBox ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
}
#newsletterBox ul li {
	margin-bottom: 3px;
}
#newsletterBox ul li .checkbox {
	display: inline;
}
#newsletterBox ul li .category {
	display: inline;
	padding-left: 3px;
}
#newsletterBox ul li .category label {
	color: #4a2800;	
}

/* representantsBox */
#representantsBox {
	padding: 7px 10px 10px 10px;
}
#representantsBox .item {
	margin-bottom: 8px;
}
#representantsBox .item .surname {
	font-weight: bold;
}
#representantsBox .item .contact {
	margin-left: 5px;
}
#representantsBox .item .contact a {
	color: #015727;
	text-decoration: underline;
}
#representantsBox .item .contact a:hover {
	text-decoration: none;
}

/* END -- LEFT COLUMN */

/* BEGIN -- CONTENT CONTAINER */
#contentCnt {
	float: left;
	margin-right: 20px;
	padding-top: 22px;
	width: 539px;
}
* html #contentCnt {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}

/* page header */
.pageHeader {
	margin-bottom: 18px;
}

/* form container */
.formContainer {
	clear: left;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 459px;
	background-color: #f9f3bb;
}
.formContainer .header {
	margin: 5px 0 5px 15px;
	font-weight: bold;
}
.formContainer .content {
	padding: 15px;
}
.formContainer .content .gwiazdka, .formContainer .content .fRequiredF .required {
	font-size: 10px;
	font-weight: normal;
	color: #da241c;
}
.formContainer .content .fRequiredF {
	float: left;
	font-size: 10px;
}
.formContainer .content .fTextRow {
	margin: 4px 264px 4px 0;
	font-weight: bold;
	text-align: right;
}
.formContainer .content .fTextRow2 {
	margin: 4px 0 4px 175px;
	font-weight: bold;
}
.formContainer .content .fTextRow2 a {
	font-size: 10px;
	font-weight: bold;
}
.formContainer .content .fRow {
	clear: both;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #fdf9d4;
}
.formContainer .content .fSpacer {
	clear: both;
	height: 15px;
}
.formContainer .content .fSTextRow {
	clear: both;
	font-size: 10px;
	padding: 5px 0 5px 0;
}
.formContainer .fLabel {
	float: left;
	clear: left;
	width: 175px;
	text-align: right;
}
.formContainer .fInput {
	float: left;
	clear: right;
	width: 254px;
}
.formContainer .fLabel2 {
	float: left;
	clear: right;
	width: 399px;
}
.formContainer .fInput2 {
	float: left;
	clear: left;
	width: 30px;
}
.formContainer .fLabel label {
	margin-right: 10px;
}
.formContainer .fInput .iEmail {
	width: 250px;
}
.formContainer .fInput .textarea {
	border: 1px solid #003618;
	background-color: #FDFAEA;
}
.formContainer .fInput .select {
	border: 1px solid #003618;
	background-color: #FDFAEA;
}
.formContainer .fInput .select option {
	background-color: #FDFAEA;
}
.formContainer ul.categories {
	padding-bottom: 5px;
	border-bottom: 1px solid #fdf9d4;
}
.formContainer ul.categories li {
	margin-bottom: 5px;
}
.formContainer ul.categories li .fCheckbox {
	float: left;
	clear: left;
	text-align: right;
	width: 190px;
}
.formContainer ul.categories li .fChkLabel {
	float: left;
	clear: right;
	width: 239px;
}
.formContainer .content .fSendButton {
	margin-top: 3px;
	text-align: right;
}

.tl, .tr, .br, .bl {
	height: 2px;
	overflow: hidden;
}
.tl {
	background: transparent url(../images/gfx/tl_corner.gif) top left no-repeat;
}
.tr {
	background: transparent url(../images/gfx/tr_corner.gif) top right no-repeat;
}
.br {
	background: transparent url(../images/gfx/br_corner.gif) top right no-repeat;
}
.bl {
	background: transparent url(../images/gfx/bl_corner.gif) top left no-repeat;
}

/* box form container */
.boxFormContainer {
	padding: 10px 10px 1px 10px;
}
.boxFormContainer .fTextRow {
	text-align: right;
	margin: 4px 0 4px 0;
	font-weight: bold;
}
.boxFormContainer .fTextRow2 a {
	font-weight: bold;
}
.boxFormContainer .fTextRow a {
	font-size: 10px;
	font-weight: bold;
}
.boxFormContainer .fRow {
	clear: both;
	padding: 5px 0 5px 0;
}
.boxFormContainer .fLabel {
	float: left;
	clear: left;
	width: 45px;
	text-align: right;
}
.boxFormContainer .fLabel label {
	margin-right: 10px;
}
.boxFormContainer .fInput {
	float: left;
	clear: right;
	width: 100px;
}
.boxFormContainer .fInput .text {
	width: 100px;
}
.boxFormContainer .fSendButton {
	margin-top: 3px;
	text-align: right;
}


/* pager links */
.pagerLinks {
	margin-top: 20px;
	padding-bottom: 10px;
	color: #315000;
}
.pagerLinks a {
	padding: 0 1px 0 1px;
	font-weight: normal;
}
.pagerLinks a:hover {
	text-decoration: none;
}
.pagerLinks span.selected {
	padding: 0 1px 0 1px;
	font-size: 12px;
	font-weight: bold;
}
.archivesLink {
	float: right;
	padding-bottom: 10px;
	margin-top: 20px;
}
.archivesLink a {
	padding-right: 12px;
	background: transparent url(../images/gfx/see_more.gif) right center no-repeat;
	color: #d7170f;
	font-weight: bold;
}

/* articles box */
.articlesBox .firstPageCnt {
	margin-bottom: 20px;
}
.articlesBox .articlesCnt {
	margin-bottom: 10px;
}
.articlesBox .firstPageCnt .articlesCnt {
	margin-right: 5px;
	margin-left: 5px;
}
.articlesBox .marked {
	background-color: #f9f3bb;
}
.articlesBox .marked .cnt {
	margin: 3px 5px 3px 5px;
}
.articlesBox .articlesCnt .date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 10px;
	color: #d20000;
}
.articlesBox .articlesCnt .author {
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #646c67;
}
.articlesBox .articlesCnt .photoThumb {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #c6d483;
}
.articlesBox .articlesCnt .photoThumb img {
	display: block;
}
.articlesBox .articlesCnt .more {
	margin-bottom: 5px;
	padding-right: 11px;
	text-align: right;
	background: transparent url(../images/gfx/see_more.gif) right center no-repeat;
}
.articlesBox .articlesCnt .more a {
	font-size: 10px;
	color: #d7170f;
	font-weight: bold;
}
.articlesBox .articlesCnt .more a {
	text-decoration: none;
}


/* paragraphs */
.paragraph {
	margin-bottom: 20px;
}
.paragraph .date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 10px;
	color: #d20000;
}
.paragraph .author {
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #646c67;
}
.paragraph .beginning, .paragraph .content {
	margin-top: 10px;
}
.paragraph .content a {
	border-bottom: 1px solid #003618;
}
.paragraph .content a:hover {
	text-decoration: none;
	border: none;
}
.paragraph ul {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style: none;
}
.paragraph ul li {
	margin-bottom: 3px;
	padding-left: 13px;
	background: transparent url(../images/gfx/list_item.gif) 0 8px no-repeat;
}
.paragraph ul li p, .paragraph ol li p {
	margin: 0;
}
.paragraph ol {
	margin-top: 0;
	margin-bottom: 10px;
}
.paragraph ol li {
	margin-bottom: 5px;
	text-indent: 0;
}
.paragraph table {
	width: 100%;
	margin: 5px 0 15px 0;
	background-color: #fdfcef;
	border: 1px solid #9e8400;
	border-collapse: collapse;
	text-align: left;
}
.paragraph table td {
	vertical-align: top;
	padding: 2px;
	border: 1px solid #9e8400;
}
/* news paragraph */
.paragraph .beginning {
	font-weight: bold;
}
/* paragraph photos */
.photosRight {
	float: right;
	margin-top: 14px;
	margin-left: 5px;
}
.photosLeft {
	float: left;
	margin-top: 14px;
	margin-right: 8px;
}
.photoCnt {
	padding-bottom: 10px;
}
.photosTop {
	margin-top: 10px;
}
.photosTop, .photosBottom {
	overflow: hidden;
}
.photosBottom {
	margin-top: 15px;
}
.photosTop .photoCnt, .photosBottom .photoCnt {
	float: left;
	width: 33%;
}
.photo {
	float: left;
	background-color: #fefdf4;
	padding: 3px;
	border-top: 1px solid #d7e3a0;
	border-right: 1px solid #a4b554;
	border-bottom: 1px solid #a4b554;
	border-left: 1px solid #d7e3a0;
}
.photo img {
	display: block;
}
.description {
	margin-left: 2px;
	font-size: 10px;
	text-align: left;
	text-indent: 0;
	line-height: 125%;
	color: #4a2800;
	clear: left;
}
.articlesBox .photoCnt {
	padding-bottom: 0;
}


/* paragraph files */
.paragraph .files {
	overflow: hidden;
	margin-top: 15px;
	clear: both;
	border-top: 1px solid #a4b554;
}
.paragraph .files h3 {
	font-size: 11px;
	margin-top: 2px;
	padding-left: 15px;
	color: #315000;
	background: transparent url(../images/gfx/files_ico.gif) 0 2px no-repeat;
}
.paragraph .files ul li {
	margin: 0;
}
.paragraph .files ul li a {
	color: #315000;
}

/* first page container */
.firstPageCnt {
	padding-bottom: 10px;
}
.firstPageCnt .pageHeader {
	margin-bottom: 10px;
}
.firstPageCnt .paragraph {
	margin: 0 5px 10px 5px;
}

/* my account */
.myAccountList {
	float: left;
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px solid #D0C351;
}
* html .myAccountList {
	margin: 0;
}
.myAccountList .item, .myAccountList .itemSelected {
	float: left;
	margin: 0 4px 0 4px;
}
.myAccountList .item {
	margin-top: 3px;
	background-color: #FDF9D4;
	border-top: 1px solid #D0C351;
	border-right: 1px solid #D0C351;
	border-bottom: none;
	border-left: 1px solid #D0C351;
}
.myAccountList .itemSelected {
	border-top: 2px solid #D0C351;
	border-right: 1px solid #D0C351;
	border-bottom: none;
	border-left: 1px solid #D0C351;
}
.myAccountList .item a, .myAccountList .itemSelected a {
	display: block;
	padding: 2px 8px 2px 8px;
	font-weight: bold;
	color: #6F3C00;
	text-decoration: none;
}
.myAccountList .item a {
	padding-top: 0;
	font-weight: normal;
	background-color: #FDF9D4;
}
.myAccountList .item a:hover {
	font-weight: normal;
	background-color: #F9F3BB;
}
.myAccountList .itemSelected a {
	display: block;
	padding: 2px 8px 2px 8px;
	background-color: #F9F3BB;
	font-weight: bold;
	color: #6F3C00;
}

/* search form */
.searchForm input {
	padding: 1px 3px 1px 3px;
	width: 350px;
}
.searchForm .options {
	margin-top: 5px;
	padding-left: 45px;
}
.searchForm .options .input {
	float: left;
}
.searchForm input.checkbox {
	width: auto;
	border: none;
}
.searchForm input.searchButton {
	width: 15px;
	height: 15px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/gfx/search_ico.gif) no-repeat center center;
}

/* results */
.searchResults .searchInfo {
	margin-bottom: 20px;
}
.searchResults .result {
	padding-bottom: 10px;
}
.searchResults .result .name {
	padding-left: 10px;
	background: transparent url(../images/gfx/list_item.gif) 0 6px no-repeat;
}
.searchResults .result .name a {
	font-weight: bold;
}
.searchResults .result .link, .searchForm .result .desc {
	padding-left: 10px;
}
.searchResults .result .link a {
	font-size: 10px;
	color: #eb4b44;
}
.searchResults .result .link a:hover {
	color: #003618;
}
/* subresults */
.searchResults .subresult {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}
.searchResults .subresult .name {
	padding-left: 20px;
	background: transparent url(../images/gfx/green_list_item.gif) 10px 8px no-repeat;
}
.searchResults .subresult .name a {
	font-weight: bold;
}
.searchResults .subresult .desc {
	padding-left: 10px;
}

/* sitemap */
/* first level */
.siteMap ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}
.siteMap ul a:hover {
	/*text-decoration: underline;*/
	text-decoration: none;
}
.siteMap ul li {
	margin-bottom: 5px;
}
.siteMap ul li a {
	padding-left: 20px;
	font-weight: bold;
	background: transparent url(../images/gfx/list_item.gif) 8px 5px no-repeat;
}

/* second level */
.siteMap ul li ul {
	padding: 0;
	margin: 5px 0 0 35px;
	list-style: none;
}
.siteMap ul li ul a {
	padding-left: 8px;
	font-weight: normal;
	background: transparent url(../images/gfx/green_dot.gif) 0 5px no-repeat;
}

/* third level */
.siteMap ul li ul li ul {
	padding: 0;
	margin: 5px 0 0 35px;
	list-style: none;
}
.siteMap ul li ul li ul a {
	padding-left: 8px;
	font-weight: normal;
	background: transparent url(../images/gfx/red_dot.gif) 0 6px no-repeat;
}

/* END -- CONTENT CONTAINER */

/* END -- MIDDLE CONTAINER */

/* BEGIN -- FOOTER CONTAINER */
#footerCnt {
	clear: both;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #003618 url(../images/gfx/footer_bg.gif) no-repeat;
	height: 77px;
	color: #fdf9d4;
	line-height: 125%;
}
#footerCnt #address1 {
	margin-top: 29px;
	margin-right: 10px;
	float: right;
	width: 180px;
	display: inline;
	text-align: right;
}
#footerCnt #address2 {
	margin-top: 29px;
	float: right;
	width: 160px;
	display: inline;
	text-align: right;
}
#footerCnt a {
	font-weight: bold;
	color: #fdf9d4;
}
#footerCnt #realization {
	float: left;
	margin-top: 48px;
	margin-left: 10px;
	width: 155px;
	color: #625800;
	display: inline;
}
#footerCnt #realization a {
	color: #625800;
	font-weight: normal;
}
#footerCnt #realization strong a {
	font-weight: bold;
	color: #625800;
}
#footerCnt #realization a:hover {
	/*text-decoration: underline;*/
	text-decoration: none;
}
/* END -- FOOTER CONTAINER */