html, body {
	width: 100%;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: white;
	text-align: center;
}

/* The table containing the whole page */
table.main {
	height: 100%;
}

table.main tr {
	padding: 0px;
}

/* The div containing table.main. Used to enforce centering of the table */
div.main {
	margin-left: auto; 
	margin-right: auto; 
	width: 960px; 
	text-align: left;
	height: 100%;
}

td.content {
	height: 100%;
	vertical-align: top;
	width: 758px;
}

/* This div is a workaround for IE quirks mode (width including padding) */
div.content {
	padding: 2px 10px 10px 15px;	/* top right bottom left */
}

td.leftbanner {
	background: white url(images/menu-background.png) repeat-y;
	/*padding-top: 4px;*/
	vertical-align: top;
	width: 188px;
	height: 100%;
}

td.main_menu {
	background: white;
	/*padding-top: 4px;*/
	vertical-align: top;
	width: 188px;
}

td.rightbanner {
	background: white;
	vertical-align: top;
	width: 14px;
	background: white url(images/right-background.png) repeat-y;
	height: 100%;
	min-height: 100%;
}

td.left-counter-flags {
	background: white url(images/menu-background.png) repeat-y;
	height: 9px;
	width: 188px;
	border-bottom: 4px solid white;
	padding-left: 4px;
}

div.left-filler-under-menu {
	background: white url(images/menu-background.png) repeat-y;
	width: 188px;
	height: 100%;
}

td.left-filler {
	background: white url(images/menu-background.png) repeat-y;
	height: 100%;
	min-height: 100%;
	width: 188px;
	/* vertical-align: text-bottom; */ 
}

#login_unhide {
	font-size: 10px;
}

#login_unhide a:link {
	text-decoration: none;
	color: #666632;
}

#login_unhide a:visited {
	text-decoration: none;
	color: #666632;
}

div.menu-item-1 {
	height:40px;
	border-bottom: 4px solid white;
	font: bold 16px Bookman Old Style, URW Bookman L, Times New Roman, serif;
	color: #666632;
	width: 188px;
}

div.menu-item-1-no {
	background: white url(images/menu-background.png) repeat-y;
}

div.menu-item-1-act {
	background: white url(images/menu-background-act.png) repeat-y;	
}

div.menu-item-1 a {
	display: block;
	width: 168px;
	margin: 0px;
	height: 20px;
	padding: 10px;
	text-decoration: none;
	color: #666632;
}


div.menu-item-1 a:visited {
	text-decoration: none;
	color: #666632;
}

div.menu-item-2 {
	height:27px;
	border-bottom: 2px solid white;
	font: bold 10px Bookman Old Style, URW Bookman L, Times New Roman, serif;
	color: #666632;
	width: 188px;
	overflow: hidden;
}

div.menu-item-2-no {
	background: white url(images/menu-background.png) repeat-y;
}

div.menu-item-2-act {
	background: white url(images/menu-background-act.png) repeat-y;	
}

div.menu-item-2 a {
	display: block;
	width: 168px;
	margin: 0px;
	height: 15px;
	padding: 7px 5px 6px 15px;	/* top right bottom left */
	text-decoration: none;
	color: #666632;
}

div.menu-item-2 a:visited {
	text-decoration: none;
	color: #666632;
}

div.menu-item-2-divider {
	/* Dear Bill, please tell me how to create an empty div, with height 0px? */
	height: 2px;
	font-size: 0px;
	padding: 0px;
	border: none;
	width: 188px;
	background: white;
}



div.menu-item-3 {
	height:20px;
	border-bottom: 1px solid white;
	font: bold 12px Bookman Old Style, URW Bookman L, Times New Roman, serif;
	color: #666632;
	width: 188px;
}

div.menu-item-3-no {
	background: white url(images/menu-background.png) repeat-y;
}

div.menu-item-3-act {
	background: white url(images/menu-background-act.png) repeat-y;	
}

div.menu-item-3 a {
	display: block;
	width: 158px;
	margin: 0px;
	height: 13px;
	padding: 3px 5px 4px 25px;	/* top right bottom left */
	text-decoration: none;
	color: #666632;
}

div.menu-item-3 a:visited {
	text-decoration: none;
	color: #666632;
}

div.menu-item-3-divider {
	/* Dear Bill, please tell me how to create an empty div, with height 0px? */
	height: 1px;
	font-size: 0px;
	padding: 0px;
	border: none;
	width: 188px;
	background: white;
}


 td.counter { 
  font: bold 9px Bookman Old Style, URW Bookman L, Times New Roman, serif;
/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 9px;
	font-weight: bold; 
	/* line-height: 105%; */
	color: #666632;
	text-align: right;
} 

div.counter_show {
	background: white url(images/menu-background.png) repeat-y;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666632;
	text-align: left;
	padding: 4px 4px;
}

div.under_counter_show {
	background: url(images/menu-background.png) repeat-y;
	padding: 10px 4px;
}

td.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: white url(images/footer-background.png) repeat-y;
	text-align: right;
}

span.ewozniak_font {
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

td.footer a:link {
	text-decoration: none;
	color: black;
}

td.footer a:active {
	text-decoration: none;
	color: black;
}

td.footer a:visited {
	text-decoration: none;
	color: black;
}

td.footer a:hover {
	text-decoration: none;
	color: black;
}

td.lang_menu {
	text-align: right;
	width: 90px;
}

dd.csc-textpic-caption {
	font: italic 14px Times New Roman, Verdana, Arial, Helwetica, sans-serif;
	color: #818343;
	padding: 2px;
}

/* Hide the admin panel as it must be present to make pixe_feediting happy. */
table.typo3-adminPanel, div.preview-msg, table.previewTable {
	display: none;
}

/* Content */

/* Standard level 1 header */
h1.csc-firstHeader {
	margin-top: 0.1em;
	font: bold 21px Bookman Old Style, URW Bookman L, Times New Roman, serif;
	color: #666632;
	border-bottom: 1px dashed #e6e6e6;
}

div.csc-header h1 {
	font: bold 21px Bookman Old Style, URW Bookman L, Times New Roman, serif;
	color: #666632;
	border-bottom: 1px dashed #e6e6e6;
}

p.bodytext, p.csc-subheader {
	font: 13px Verdana, Arial, Helwetica, sans-serif;
	color: #666632;
	/*text-align: justify;*/
}

p.bodytext {
	text-align: justify;
}

ul.csc-bulletlist li {
	font: 13px Verdana, Arial, Helwetica, sans-serif;
	color: #666632;
}

table.csc-loginform {
	font: 10px Verdana, Arial, Helwetica, sans-serif;
	color: #666632;
}

td.csc-form-fieldcell input {
	font: 10px Verdana, Arial, Helwetica, sans-serif;
	border: 1px solid black;	
}

div.tt_news-single-links-wrap p {
	margin: 0px;
	font: 11px Verdana, Arial, Helwetica, sans-serif;
}

div.tt_news-single-links-wrap, div.tt_news-single-related-wrap, div.tt_news-single-files-wrap {
	background-color: #F0F8FF;
	font: 11px Verdana, Arial, Helwetica, sans-serif;
}

div.tt_news-single-files-wrap {
/*	font-weight: bold;*/
}

div.tt_news-single-image-wrap {
	float:right;
	padding-left: 10px;
	padding-top: 10px;
/*	margin: 15px;*/
}

div.tt_news-single-image-wrap img {
	/*margin: 10px 0px 0px 10px;*/	/* top right bottom left */
	margin-bottom: 10px;
}

span.tt_news-single-back-link {
	font: bold 11px Verdana, Arial, Helwetica, sans-serif;
}

p.news-single-author {
	font: 10px Verdana, Arial, Helwetica, sans-serif;
	color: #666632;
	text-align: justify;
}

span.tt_news-list-date, span.tt_news-single-date-wrap, span.tt_news-single-author-wrap {
	font: 10px Verdana, Arial, Helwetica, sans-serif;
	color: black;
}

div.tx-ttnews-browsebox {
	border: none;
	background-color: #F0F8FF;
	padding: 1px;
}

div.tx-ttnews-browsebox p {
	margin: 0px;
}

td.tx-ttnews-browsebox-SCell {
	border-color: #a1cdfa;
	background-color: #F0F8FF;
}

/* Guestbook */

div.rekl_ks_gosci {
	text-align: center;
	padding-bottom: 9px;
}

div.rekl_galeria {
	text-align: center;
	padding-bottom: 30px;
}

div.rekl_galeria_album {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.reklama_na_stronach_1 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.tx-veguestbook-pi1 {
	font: 13px Verdana, Arial, Helwetica, sans-serif;
	color: #666632;
}

table.tx-guestbook-list-table {
	border: none;
}

td.tx-guestbook-list-header {
	background-color: #a1cdfa;
	color: black;
}

span.tx-guestbook-list-small {
	font-weight: normal;
}

td.tx-guestbook-list-row {
	font: 13px Verdana, Arial, Helwetica, sans-serif;
	color: black;
	background-color: #F0F8FF;
}

input.tx-guestbook-form-inputfield-med, input.tx-guestbook-form-inputfield-big, textarea.tx-guestbook-form-textarea {
	border: 1px solid black;
}

td.tx-guestbook-form-column-left {
	width: 320px;
	text-align: right;
	padding-right: 10px;
	font: 13px Verdana, Arial, Helwetica, sans-serif;
}

td.tx-guestbook-list-header {
	font: bold 13px Verdana, Arial, Helwetica, sans-serif;
}

span.tx-guestbook-capcha-msg {
	font-size: 11px;
}

li {
	font: normal 12px Bookman Old Style, URW Bookman L, Times New Roman, serif;
	color: #666632;
}

li a {
	text-decoration: none;
	color: #666632;
}

li a:visited {
	text-decoration: underline;
	color: #818343;
}

li a:hover {
	background: #F0E68C;
}

dt {
	font: 13px Verdana, Arial, Helwetica, sans-serif;
	color: #666632;
	padding: 6px 2px;
}

dt a {
	text-decoration: none;
	color: #666632;
}

dt a:visited {
	text-decoration: underline;
	color: #666632;
}

dt a:hover {
	background: #F0E68C;
}

dd {
	font: italic 12px Bookman Old Style, URW Bookman L, Times New Roman, serif;
	color: #818343;
}
