/* CSS Document */

* {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

body {
	background: #CCC1A8 url(img/pagebg.jpg) top right no-repeat fixed;
	font: 11px normal Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* ---------- default ----------- */

.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

a:link {
	color: #933;
	text-decoration: underline;
}

a:visited {
	color: #933;
	text-decoration: underline;
}

a:hover {
	color: #BB3E3E;
	text-decoration: underline;
}

a:active {
	color: #933;
}

/* --------- layout ------ */

#containerTop {
	width: 750px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: transparent url(img/pagetop.gif) top no-repeat;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #E4E0D1 url(img/pagebottombg.jpg) bottom right no-repeat;
}

#header {
	width: 750px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(img/headerbg.jpg) top no-repeat;
	position: relative;
	padding-top: 20px;
}

#header h1 {
	font-size: 10px;
}

#header h1 a {
	display: block;
	width: 210px;
	height: 86px;
	background: transparent url(img/logo.gif) no-repeat;
	margin-left: 20px;
	
}

#header h1 a span { 
	display: none;
}


#mainMenuContainer {
	width: 460px;
	height: 40px;
	background: #993333;
	position: absolute;
	top: 90px;
	left: 282px;
}

#mainMenu {
	color: #993333;
	padding-left: 5px;
}

#mainMenu ul {
	list-style: none;
}

#mainMenu li {
	float: left;
}

#mainMenu li a {
	display: block;
	float: left;
	padding: 12px 6px;
	text-decoration: none;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
}

#mainMenu li a.currentpage {
	background: #BC3F3F;
}


#mainMenu li a:link {
	color: #FFFECA;
}

#mainMenu li a:visited {
	color: #FFFECA;
}

#mainMenu li a:hover {
	color: #fff;
	background: #BB3E3E;
}

#mainMenu li a:active {
	color: #FFFECA;
}

#topMenu {
	float: right;
	padding-right: 15px;
	padding-top: 5px;
}

#topMenu ul {
	list-style: none;
}

#topMenu li {
	float: left;
}

#topMenu li a {
	display: block;
	padding: 3px 5px;
	float: left;
	padding-left: 15px;
}

#topMenu li a.home {
	background: transparent url(img/icon_home.gif) left no-repeat;
}

#topMenu li a.contact {
	background: transparent url(img/icon_contact.gif) left no-repeat;
}

#flashHeader {
	width: 735px;
	height: 155px;
	border-bottom: 5px solid #993333;
	margin-left: auto;
	margin-right: auto;
	background: #933;
}

#pageBody {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
}

#leftColumn {
	width: 225px;
	float: left;
}

#rightColumn {
	width: 490px;
	float: left;
	padding: 0 5px 0 15px;
}

#rightColumn h1 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
	margin-top: 15px;
}

#rightColumn p {
	padding: 5px 0;
}

#rightColumn img.prawo {
	float: right;
	padding: 5px;
	background: #CCBB94;
	margin-left: 10px;
	margin-bottom: 10px;
}

#rightColumn ul {
	padding: 5px 0;
	margin-left: 25px;
	list-style: square;
}


h1#pagetitle {
	color: #933;
}

#rightColumn hr {
	background: transparent url(img/hr.jpg) center no-repeat;
	width: 99%;
	height: 28px;
	padding: 15px;
	border: 0;
}

#breadcrumbs {
	margin-left: auto;
	margin-right: auto;
	padding: 3px 5px 5px 5px;
	color: #933;
	margin-bottom: 10px;
	font-size: 11px;
	font-variant: small-caps;
	text-align: right;
	border-bottom: 1px dotted #933;
}

#breadcrumbs strong {
	font-weight: normal;
}

#breadcrumbs a:link {
	color: #933;
	text-decoration: none;
}

#breadcrumbs a:visited {
	color: #933;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #BB3E3E;
	text-decoration: none;
}

#breadcrumbs a:active {
	color: #933;
}

h1.witamy {
	padding: 44px 0 0 0;
	overflow: hidden;
	background: url(img/h1_witamy.gif) no-repeat;
	height: 0px !important;
	height: /**/:44px;
}

h1.gospodarstwo {
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(img/h1_gospodarstwo.gif) no-repeat;
	height: 0px !important;
	height: /**/:22px;
}

h1.galeria {
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(img/h1_galeria.gif) no-repeat;
	height: 0px !important;
	height: /**/:22px;
}

#indexWelcomeBox {
	background: #933 url(img/indexfotobox.jpg) center right no-repeat;
	padding: 5px 260px 20px 10px;
	color: #FFFECA;
	margin-bottom: 10px;
}

#indexWelcomeBox strong {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

#indexWelcomeBox ul {
	margin-left: 20px;
	list-style: url(img/welcomedot.gif);
	font-size: 14px;
}

#indexWelcomeBox a:link {
	color: #fff;
	text-decoration: underline;
}

#indexWelcomeBox a:visited {
	color: #fff;
	text-decoration: underline;
}

#indexWelcomeBox a:hover {
	color: #D17878;
	text-decoration: underline;
}

#indexWelcomeBox a:active {
	color: #fff;
}

#indexHouse {
	padding: 0 10px 30px 200px;
	background: transparent url(img/index_house.jpg) left top no-repeat;
}

#indexGallery {
	background: transparent;
	padding: 0;
	margin-top: 10px;
}

#indexGallery div.more {
	float: right;
}


#subMenu {
	padding: 10px;
	margin-bottom: 20px;
	background: #3377A9;
}

#subMenu h1 {
	display: none;
}

#subMenu ul {
	list-style: none;
}

#subMenu ul li {
	font-size: 11px;
}

#subMenu ul li a {
	display: block;
	padding: 3px;
	background: transparent url(img/listdot_gray.gif) 5px no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #fff;
}

#subMenu ul li a:hover {
	background: #408CC6 url(img/listdot_gray.gif) 8px no-repeat;
}

#newsBox {
	background: #CCC1A8;
	padding: 10px;
}

#newsBox h1 {
	margin-bottom: 15px;
	font-size: 14px;
}

#newsBox h1.news {
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(img/h1_news.jpg) no-repeat;
	height: 0px !important;
	height: /**/:22px;
}

#newsBox p.newsdate, #rightColumn p.newsdate {
	width: auto;
	background: #AE9C73;
	color: #fff;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 10px;
	clear: right;
	font-size: 11px;
}

#newsBox h2, #rightColumn h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	font-variant: small-caps;
}

#newsBox p {
	margin-bottom: 10px;
}

div.more {
	background: transparent url(img/moredot.gif) 0 2px no-repeat;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
}

div.back {
	float: right;
	background: transparent url(img/backdot.gif) 0 2px no-repeat;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
}

div.more p {
	padding: 0 !important;
}

div.clear {
	clear: both;
	height: 1px;
}


#footer {
	height: 35px;
	clear: both;
	border-bottom: 5px solid #71664E;
	padding-top: 10px;
}

#footerBottom {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	padding: 5px;
	color: #71664E;
	font-variant: small-caps;
}

#footerCopyrights {
	float: left;
}

#footerDesigned {
	float: right;
}

#footerMenu {
	width: auto;
	float: left;
	color: #993333;
	background: #93856F;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
}

#footerMenu ul {
	list-style: none;
}

#footerMenu li {
	float: left;
}

#footerMenu li a {
	display: block;
	float: left;
	padding: 12px 6px;
	text-decoration: none;
}

#footerMenu li a.currentpage {
	color: #fff;
}


#footerMenu li a:link {
	color: #FFFECA;
}

#footerMenu li a:visited {
	color: #FFFECA;
}

#footerMenu li a:hover {
	color: #fff;
}

#footerMenu li a:active {
	color: #FFFECA;
}

/* -------- forms -------- */

input, textarea { 
	width: 99%;
	padding: 1px;
	background: #F5F4EF;
	border: 1px solid #933;
	font-size: 11px;
	margin-bottom: 2px;
}

input.error, textarea.error, select.error {
	background: #FFD5D5 url(img/form_req.gif) right no-repeat;
}

input.disabled {
	background: #ccc;
}

input:focus, textarea:focus {
	background: #fff;
}

input.req:focus, textarea.req:focus {
	background: #FDFCFB url(img/form_req.gif) right no-repeat;
}

form {
	width: 99%;
	font-weight: normal;
}

div.formError {
	border: 1px solid #CC0000;
	font-weight: bold;
	margin: 1em;
	padding: 20px;
}

div.formError ul {
	list-style: url(img/formerroritem.gif) !important;
}

div.formError ul li {
 	padding-left: 10px;
}
 
label {
	display: block;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 11px;
}
        
input.button {
	color: #fff;
	width: 65px !important;
	height: 20px;
	border: 0;
	background: transparent url(img/btnbg.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}


fieldset {
	padding: 15px 5px;
	border: 0;
	margin: 20px 0;
}


.captchaStyle {
	margin-bottom: 1em; 
	text-align: center;
}

legend {
	text-align: center;
	font-weight: bold;
	background: transparent;
	padding: 3px;
	font-size: 12px;
}

.heading_slowa_kluczowe,.footer_slowa_kluczowe
{
 font-size: 12px;
 color : #804000;
}

.aktualnosci_heading
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	font-variant: small-caps;
}