/* CSS-RESET */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, code, img, q, s, small, button, strike, strong, dl, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* MAIN */
body { background: #ede6d8 url("img/bg.jpg") top center no-repeat; color: #393939; font-family: Arial, "Times New Roman", Times, serif; font-size: 12px; line-height: 18px; }
h1 { font-size: 18px; color: #363636; padding: 12px; font-weight: normal; }
h1 span { font-size: 12px; font-style: italic; color: #818283; }
h2 { font-size: 16px; color: #363636; font-weight: normal; padding: 20px; }
h3 { font-weight: bold; font-size: 14px; color: #6c8da6; margin-bottom: 10px; }
h4 { font-size: 10px; font-weight: normal; color: #a2a2a2; }

#wrap { width: 950px; margin: 40px auto 40px auto; background: url("img/glass.png"); padding: 10px; }
#site { background: #faf6f3; border: 1px solid #e5e5e5; }

#top { height: 60px;}
#top img { position: absolute; margin: -20px 0 0;}
#top h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 22px; color: black; padding: 20px 0 0 130px; font-weight: normal; }
#top #search { float: right; margin: 20px 40px 0 0; }
#top #search button { border: 1px solid #9fc17a; padding: 3px; color: #ccc; }
#top #search button:hover { color: #333; cursor: pointer; }
#top #search input { border: 1px solid #9fc17a; width: 200px; padding: 4px 3px 3px 3px; color: #ccc; }
#top #search input:focus { color: #333; }
#topg { background: url("img/greenbg.jpg") top left no-repeat; height: 250px; padding-left: 70px; position: relative; }
#topg .photo { position: absolute; top: 0px; right: 20px;}
#topg #slogan { margin-top: 20px; }
#topg p { float: left; width: 500px; color: #fff; text-shadow: #386500 0 1px 0; }

#main #left { float: left; width: 600px; padding: 10px; }
#main #left h1 { font-size: 26px; color: #363636; padding: 20px; font-weight: normal; }
#main #left h1 a:link, #main #left h1 a:active, #main #left h1 a:visited { color: #468800; text-transform: capitalize; }
#main #left h2 { font-family: Verdana, "Times New Roman", Times, serif; font-weight: bold; padding-left: 20px; font-size: 14px; }
#main #left h2 span { color: #7f7f7f; font-size: 12px; padding-right: 10px; }
#main #left p { padding-left: 10px; }
#main #left ul { list-style: circle; padding: 10px 40px; }
#mail #left ol { list-style: decimal; padding: 10px 40px; }
#main #right { float: right; width: 300px; margin-right: 20px; }

#menu { margin: 30px 10px; }
#menu li { margin-bottom: 20px; }
#menu li#active { text-decoration: underline; background: url("img/lista.gif") no-repeat left center; padding-left: 30px; display: block; font-family: Verdana, "Times New Roman", Times, serif; color: #000; font-size: 16px; }
#menu li a:link, #menu li a:visited, #menu li a:active { background: url("img/list.gif") no-repeat left center; padding-left: 30px; display: block; font-family: Verdana, "Times New Roman", Times, serif; color: #000; font-size: 16px; } 
#menu li a:hover { color: #478900; background: url("img/lista.gif") no-repeat left center; }

#footer { height: 60px; padding: 10px; }
#footerline { border-bottom: 2px solid #88c140; height: 2px; border-top: 2px solid #468800;}
#footer img { float: left; margin: 15px 0 0 50px; }
#footer h2 { float: left; font-family: Georgia, "Times New Roman", Times, serif; font-size: 26px; color: #3c3c3c; font-weight: normal; }
#footer h3 { float: right; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #3c3c3c; font-weight: normal; margin: 20px 10px 0 0; }
#footer a:link, #footer a:active, #footer a:visited { color: #478900; }
#footer a:hover { text-decoration: underline; }

.button { display: block; width: 80px; margin-left: 20px; height: 18px; background: url("img/greenbg.jpg") top left; border: 1px solid #478900; line-height: 18px; padding: 0 10px; color: #fff; text-shadow: #386500 0 1px 0; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-size: 11px; }
.button:hover { background: url("img/greenbg.jpg") center center; color: #fff; text-shadow: #386500 0 1px 0;  }
a:active, a:visited, a:link { text-decoration: none; }

.zoom .image { width: 100px; height: 100px; margin: 0 0 5px 5px; float: left; border: 5px solid #ebebeb; }
.zoom .image:hover { border-color: #6c8da6; }

.contact div { float: left; width: 200px; padding: 10px; margin-left: 10px; }
.contact div input, .contact div textarea { width: 200px; border: 1px solid #9fc17a; padding: 3px; }
.contact div textarea { height: 100px; }

button { border: 1px solid #9fc17a; color: #ccc; padding: 3px; cursor: pointer; }
button:hover { color: #333; }

.red { color: red; }
.green { color: green; }

ol { margin: 25px; list-style: none; }
ol li { margin-bottom: 10px; }
ol li a:link, ol li a:visited, ol li a:hover, ol li a:active { display: block; color: #478900; font-size: 16px; }

/* GLOBAL */
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.padd15 { padding: 15px; }
.paddmenu { padding: 0 0 0 15px; }
br { clear: both; }
hr { border: 0; color: #88c140; background-color: #88c140; height: 1px; clear: both; width: 400px; clear: both; }
hr .aktualnosci-linia { clear:both; width:100%; height:2px; backround-color:#9fc17a; margin-top: 25px; margin-bottom:25px; }
p { line-height: 20px; text-indent: 5px; padding-bottom: 10px; text-align: justify; }
.space-10 { height: 10px; }
.space-30 { height: 30px; }