/*general style*/
html{
 height:100%;
 /*background:#fff url(../img/bg1.jpg) repeat left top;  */
}

body{
 color:#000;
 background:#4e8b32;   
 font-family:Arial,Tahoma,Helvetica,sans-serif;
 font-size:100%;
 margin:0px;
 padding:0px;
}

h1,h2,h3,h4,h5,ul,li,ol,form{
 padding:0px;
 margin:0px;
}

.bold {
	font-weight: bold;
}
table{
 border-collapse: collapse;
}
table td{
 border-collapse: collapse;
 padding:0px;
 margin:0px;
}
a {
 color:#000;
 outline: none;
}
a img{
 border:0px;
}
.clear{
clear:both;
}
.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf {
  display: inline-block;
}

html .cf {
  height: 1%;
}
.cf {
  display: block;
}

.content{
 padding:20px 0;
}
.content hr{
border:1px solid #4E8B32;
}
.content a{
  color:#62aa40;
  text-decoration: none;
}
.content a:hover{
  text-decoration: underline;
}
.content ul li{
 margin-left:20px;
}
.content table{
  border:1px solid #000;
  width:100%;
}
.content table tbody tr td{
  border:1px solid #000;
}
.content .galeria tbody tr td{
  text-align: left;
}
.content .galeria{
  border:none;
}
.content .galeria tbody tr td{
  border:none;
}
.content .galeria tbody tr td img{
   float:left;
   margin-right:10px;
}
.left, .right{
 float:left;
}
.none{
 display:none;
}
/*end general style*/

.page{
  width: 864px;
  margin: 0 auto;
}
.top{
  background:url("../img/layout/bg_top.jpg") no-repeat scroll left bottom transparent;
  height:70px;
  width: 864px;
  margin: 0 auto;
}
.flags{
  height:27px;
  width:200px;
  padding:15px;
  float:left;
}
.flags a{
  float:left;
  height:22px;
  width:60px;
  display:block;
  text-decoration: none;
  padding-left:35px;
  padding-top:5px;
}
.flags .pl{
  background:url("../img/layout/pl.jpg") no-repeat scroll left top transparent;
}
.flags .pl:hover{
  background-position: left -27px;
}
.flags .en{
  background:url("../img/layout/en.jpg") no-repeat scroll left top transparent;
}
.flags .en:hover{
  background-position: left -27px;
}
.flags .active{
  background-position: left -27px;
}

.search_box{
   float:right; 
   width:342px;
   height:29px;
   margin-right:7px;
}
.search{
  float:left; 
  margin-top:16px; 
}
.search label{
  display:none;
}
.search input {
  background:url("../img/layout/bg_search.jpg") repeat scroll left top transparent;
  border:none;
  font-size:90%;
  height:21px;
  width:231px;
   padding-left:5px;
   padding-top:6px;
}
.chmurka {
  cursor:pointer;
}
.submit{
  float:left; 
  margin-top:8px; 
  margin-left:1px;
}
.submit .submit{
  text-decoration: none;
  background:url("../img/layout/search.jpg") no-repeat scroll left top transparent;
  font-size:90%;
  font-weight: bold;
  padding-left:35px;
  border:none;
  width:98px;
  height:29px;
  display: block;
}
.submit .submit:hover{
   background-position: left -29px;
}
.submit span{
 float:left;  
}

.main{
  background:url("../img/layout/bg.jpg") repeat-y scroll left bottom transparent;
  width: 864px;
  margin: 0 auto;
  font-size: 80%;
  padding-bottom:20px;
}
.baner{
   background:url("../img/layout/baner.jpg") no-repeat scroll left top transparent; 
 /* background: #A9D099; */
 padding:0px;
  width: 806px;
  height:274px;
  margin: 0 auto;
}
.main .path {
   width: 806px;
   height:30px;
   margin: 0 auto;
  border-bottom:1px solid #97c387;
}
.main .path ul{
  list-style:none outside none;
  padding-top:10px;
}
.main .path ul li{
  float:left;
  padding-right:10px;
  text-align:center;
}
.main .path ul li a{
  text-decoration: none;
  padding-right:10px;
}
.main .path ul li a:hover{
  text-decoration: underline;
}
.main .print{
  background:url("../img/layout/print.jpg") no-repeat scroll left top transparent;
   width: 21px;
  height: 17px;
  float:right;
}
.center{
  width: 806px;
  margin: 0 auto;
  clear: both;
}
.menu{
  width:191px;
  float:left;
  margin-top:25px;
  margin-bottom:20px;
}
.menu ul{
    list-style:none outside none;  
}
.menu ul li{
   margin-top:2px;  
}
.menu ul li a{
  text-decoration: none;
  background:url("../img/layout/menu_bg.jpg") repeat-x scroll left top transparent;
  width:181px;
  height:23px;
  display: block;
  font-size: 110%;
  font-weight: bold;
  padding-top:10px;  
  padding-left:10px; 
}
.menu ul li a:hover{
   background:url("../img/layout/menu_active.jpg") repeat-x scroll left top transparent;  
}
.menu ul li .active{
   background:url("../img/layout/menu_active.jpg") repeat-x scroll left top transparent;  
}
.menu ul li .active span{
  background:url("../img/layout/arrow.png") no-repeat scroll right center transparent; 
  height:10px;
  margin-right:5px;
  display:block;
}
.menu ul li ul li a{
  text-decoration: none;
  background:#97c386;
  width:177px;
  height:20px;
  display: block;
  font-size: 110%;
  font-weight: bold;
  padding-top:10px;  
  padding-left:14px; 
  color: #5a9440;
}
.menu ul li ul li a:hover{
  text-decoration: none;
  background:#a1cb90;
}
.menu ul li ul li .active{
  text-decoration: none;
  background:#a1cb90;
}
.menu ul li ul li ul li a{
  text-decoration: none; 
  background:none;
  width:159px;
  height:20px;
  display: block;
  font-size: 110%;
  font-weight: normal;
  padding-top:10px;  
  padding-left:32px; 
  color: #000;
}
.menu ul li ul li ul li.m1{
  background:#97BF83;
  font-size:110%;
}
.menu ul li ul li ul li.m2{
  background:#7FBF5F;  
  font-size:110%;
}
.menu ul li ul li ul li.m1 a:hover{
  background:#92CF74;
}
.menu ul li ul li ul li.m2 a:hover{
  background:#92CF74;
}

.menu ul li ul li ul li.m1 a.active{
  background:#97BF83;
  text-decoration: none;
  font-weight:bold;  
}
.menu ul li ul li ul li.m2 a.active{
  background:#7FBF5F;
  text-decoration: none;
  font-weight:bold;  
}
.menu ul li ul li{
font-size:80%;
}

.ul_podmenu{
  display:none;
}
.ul_podmenu1{
  display:none;
}
.ul_podmenu2{
  display:none;
}
.ul_podmenu3{
  display:none;
}
.ul_podmenu4{
  display:none;
}
.ul_podmenu5{
  display:none;
}
.ul_poziom2{
  display:none;
}
.ul_poziom3{
  display:none;
}
.ul_media{
  display:block;
}
.ul_galeria{
  display:block;
}
.content{
  width:565px;
  float:left;
  padding:25px;
}
.search_list .naglowek{
  margin-top:10px;
  color:#000;
  font-size: 130%;
}
.search_list ul{ 
  list-style:none outside none;
}
.search_list ul li a{ 
  text-decoration: none;
   color:#62aa40;
}
.search_list ul li a:hover{ 
  text-decoration: underline;
}

.content .nag{
  color:#62aa40;
  font-size: 150%;
}
.content .nag a{
  color:#62aa40;
  font-size: 90%;
  text-decoration: none;
}
.content .nag a:hover{
  text-decoration: underline;
}
.content .nag span{
  color:#62aa40;
  font-size: 80%;
}
.content ol{
  margin-left:26px;
}
.content img{
  border: 1px solid #62aa40;
}
.content img:hover{
  border: 1px solid #D5FAC6;
}
.news_body{
  background: transparent url(../img/layout/line.jpg) no-repeat center bottom;  
  padding-top:10px;
}
.news_body_img{
  margin-right:10px;
  margin-bottom:5px;
  float:left;
}
.more{
  float:right;
  margin-bottom:10px;
  color:#62aa40;
  text-decoration: none;
}
.more:hover{
   text-decoration: underline;
}
.back{
 float:right;
 margin-bottom:10px;
 color:#62aa40;
 text-decoration: none;
}
.back:hover{
   text-decoration: underline;
}
.foot{
  background: #a9d199;
  width: 806px;
  margin: 0 auto;
  border-top:1px solid #97c387;
  padding-top:20px;
  clear:both;
}
.foot .foot_in{
  float:left;
  width:200px;
  margin-left:80px;
}

.foot .foot_in span{
  color:#62aa40;
  font-weight: bold;
}
.foot .foot_in a{
  text-decoration: none;
}
.foot .foot_inbig{
  float:left;
  width:400px;
  margin-left:40px;
}
.foot .foot_inbig .nag{
  color:#62aa40;
  font-weight: bold;
  margin-left:0px;
}
.foot .foot_inbig span{
  margin-left:15px;
}
.foot .foot_inbig a{
  text-decoration: none;
}

.bottom{
  background:url("../img/layout/bg_bottom.jpg") no-repeat scroll left top transparent;
  height:70px;
  width: 864px;
  margin: 0 auto;
  font-size: 80%;
}
.bottom ul{
  list-style:none outside none;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
}
.bottom ul li{
  float:left;
  padding:2px;
  text-align:center;
}
.bottom ul li a{
  text-decoration: none;
}
.bottom ul li a:hover{
  text-decoration: underline;
}
.bottom .menu_b ul{
  float:left;
}
.bottom .autor ul{
  float:right;
}
/* gallery */
.gallery_contener{
  margin-top:8px;
}

.image_box{
 width:124px;
 float:left;
 margin-left:10px;
 margin-bottom:10px;
}
.image_box a{
 display:block;
 padding:1px;
}

a.image_box1{
 display:block;
 padding:1px;
 border:1px solid #A8A8A8;
 float:left;
 margin-right:10px;
 margin-top:5px;
 margin-left:2px;
position:relative;
}
.image_box a:hover,a.image_box1:hover{
 display:block;
 padding:1px;
}

.image_box a.chmurka, .image_box a.chmurka:hover{
 display:inline;
 border:0px;
}

.image_box_in{
 width:130px;
 height:110px;
 overflow: hidden;
}
.image_box_in1{
 width:100px;
 overflow: hidden;
}


/* pager */
.pager{
 display:block;
 margin-top:10px;
 margin-bottom:10px;
}
.pager span{
 /*padding:2px 4px;
 border:1px solid #717170;*/
}
.pager a{
  color:#000;
  text-decoration: none;
}
.pager a:hover{
 text-decoration: underline;
}
.pager span.current{
 padding:2px 4px;
 background-color:#62AA40;
 color:#000;
 text-decoration: none;
}
.pager_info{
 clear:both;
 margin-top:10px;
 font-size:90%;
}
/* formularz kontaktowy */
 /* formularz */
.formularz_kontaktowy{
  margin-top:10px;
}
.formularz_kontaktowy table{
  border:none;
}
.formularz_kontaktowy table tbody tr td{
  border:none;
}
  
 .formularz_kontaktowy form label{
 display:none;
}
.formularz_kontaktowy form input{
 width:300px;
 color:#62aa40;
}
.formularz_kontaktowy form input.submit_wyslij{
 width:100px;
 color:#000;
 background-color:#99BD89;
 border:2px solid #62aa40;
 cursor:pointer;
}
.formularz_kontaktowy form textarea{
 width:300px;
 color:#62aa40;
}
.formularz_kontaktowy td.opis{
 vertical-align:top;
 text-align:right;
 padding-top:4px;
}
/* message */
.message  {
  border:1px solid #62aa40;
  color:#62aa40;
  margin-right:10px;
  padding-bottom:10px;
   margin-bottom:10px;
  padding-top:10px;
  text-align:center;
  width:99%;
}
.flashMessageError{
   padding-top:10px;
   padding-bottom:10px;
   margin-right:10px;
   margin-bottom:10px;
   width:99%;
    text-align:center;
   color:#DF0D3D;
   border:1px solid #DF0D3D;
}

.map ul{
 margin-top:20px;
}
.map ul ul{
 margin-top:0px;
}
.map ul li{
 list-style:none;
 margin-left:15px;
 margin-bottom:7px;
 margin-top:7px;
}
.map ul li a{
 color:#000;
}