* {
    margin: 0;
    //padding: 0;
}

body {
    padding-bottom: 30px;
    
    text-align: center;
    color: #939A4A;
    background: White;
}

h1 {
    padding: 40px 0 0 0;
    font: normal 40px/48px Georgia, Times, serif;
    color: #3CB201;
}

h1 a, h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #3CB201;
}

h2 {
    position: relative;
    top: -5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #CADF13;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #CADF13;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    text-align: left;
}

#header {
    height: 125px;
}

#search {
    position: absolute;
    top: 41px;
    right: 0;
    padding: 20px 20px 0 20px;
    width: 292px;
    height: 48px;
    background: url(../images/search.jpg) no-repeat;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
    padding: 3px;
    width: 200px;
    font-size: 15px;
    color: #939A4A;
    background: White;
    border: 1px solid #DCE4C2;
}

#search input.submit {
    float: right;
    display: block;
    padding: 4px 0;
    width: 70px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    background: #C3E15F;
    border: 1px solid #A9D23E;
    cursor: pointer;
}
#time {
    position: absolute;
    top: 41px;
    left: 0;
    padding: 2px 20px 0 20px;
    width: 402px;
    height: 71px;
    background: url(../images/time.jpg) no-repeat;
}
#time span{
    //float: right;
    
    margin-right: 5%;
    font-weight: bolder;
    font-size: 25px;
    cursor: default;
    clear: none;
    color: green;
    text-shadow: 2px 2px 2px silver;
    //font-family: Courier;
    //font-family: 'Black Ops One', cursive;  
    font-family: 'Covered By Your Grace', cursive;
    //font-family: 'Rock Salt', cursive;
    //font-family: 'Audiowide', cursive;
    //white-space: nowrap;
    

}
.frog{
   position:absolute;
   z-index: 0;
   top:800px;
   left:655px;
   -webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
opacity: 1.0;
   
}
.frog3{
   position:absolute;
   z-index: 1;
   top:344px;
   left:265px;
   -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
opacity: 0.0;
   
}
.conteiner{
   position:absolute;
    width: 1000px;
    height: 313px;
    margin: 16px 0;
    overflow: hidden;
    
}
.frog2{
   
   margin-left: 385px;
   margin-top: 315px;//122px;
   opacity: 0.0;
   
}
.chmurka{
   margin-top:0px;
   margin-left:350px;
   position: absolute;
   opacity: 0.0;
   width: 300px; 
  text-shadow: 2px 2px 2px silver;
  font-size:20px;
  font-family: 'Covered By Your Grace', cursive;
  
   
   
}

#intro {
    position: relative;
    z-index: 5;
    width: 1000px;
    height: 330px;
    margin: 16px 0;
    background: #E6F2BD url(../images/image2.png) no-repeat;
}

#intro h3 {
    padding: 50px 0 0 100px;
    font-weight: normal;
    font-size: 47px;
    line-height: 46px;
    color: #316901;
    font-family: 'Dancing Script', cursive;
    text-shadow: 2px 2px 2px silver
}

#intro h3 span {
    font-size: 26px;
    line-height: 32px;
    color: White;
}

#intro p {
    padding: 20px 0 0 100px;
    width: 280px;
    text-align: left;
    color: #628F19;
}
#intro .zaba{
    float: right;
    position:relative;
    top:30px;
    right: 90px;    
    width:220px;
    
}
#slideshow {
    position:absolute;
    width: 1000px;
    height: 329px;
    
    overflow: hidden;
    
}

#slideshow IMG {
    position:absolute;
    top:320px;
    left:370px;
    height: 250px;
    width: 250px;
    opacity: 0;
    
    
}

#slideshow IMG.actives {
  
}

#slideshow IMG.last-active {
    opacity: 0
}

#middle {
}

#left {
    float: left;
    padding-top: 0px;
    width: 650px;
}

#left h3 {
    font: normal 26px/60px Georgia, Times, serif;
    color: #3CB201;
}

.box {
    padding-bottom: 50px;
}

.boximg {
   float: left;
    
    background: url(../images/leftbg2.jpg) repeat-y;
    border-radius: 12px
}
.boximg strong{
    color:green;
    font-family: cursive;
   font-weight: bold;
   
}
.boximg h4{
   text-align: center;    
   font-size: 20px;
   padding: 25px 0 25px 0;
   text-align: center;
   font-family: cursive;
   font-weight: bold;
   color: #A2A2A2;
}
.boximg ul{
   font-size: 15px;
   font-family: cursive;
   font-weight: bold;
   color: #A2A2A2;
   list-style:disc;
   padding-bottom: 20px;
   
}

.reg ul{
   
   list-style:none !important;
  text-indent: -7%;
  margin-left: 12px;
   
}
.reg p{
   
   text-indent: -2% !important;
    
}
.boximg img {
    display: block;
    float: left;
}

.boximg2 {
    float: left;
    width: 650px;
    height: 200px;
    background: url(../images/leftbg2.jpg) no-repeat;
    border-radius: 12px
}

.boximg2 h4 {
    font-weight: normal;
    font-size: 20px;
    padding: 14px 0 0 10px;
    text-align: center;
    font-weight: bold;
       // text-shadow: 2px 2px 2px silver;
     font-family: cursive;
    font-weight: bold;
}
.boximg p,
.boximg2 p {
    text-indent: 3%;
    padding: 10px 0 0 10px;
    font-size: 15px;
    //text-shadow: 1px 1px 1px #939A4A;
    font-family: cursive;
    font-weight: bold;
 }

p2 {
    padding: 0 0 0 10px;
    font-size: 15px;
    float: right;
    //text-shadow: 1px 1px 1px #939A4A;
    font-family: cursive;
    font-weight: bold;
    line-height: 0;
   ;

}
.boximg2 p3:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
    -webkit-transition: 1s ease-in-out;
-moz-transition: 3s ease-in-out;
-o-transition: 3s ease-in-out;
transition: 3s ease-in-out;
}

.boximg2 a {
    text-decoration: none;
}

.boximg3 {
    text-align: center;
}
.boximg3 a{
    text-decoration: none;
    color: green;
}
.boximg5{
    float:left;
    width:650px;
    font-family: cursive;
    margin-bottom: 20px;
    margin-left: 10px;
}


.active a{
  color:black;
  
}
.boximg3 a:hover{
    text-decoration: none;
    color:black;
}
.boximg4{
    text-align: center;
    line-height: 30px;
    font-family: cursive;
}
.boximg4 strong{
    color:green;
    font-size: 24px;
    
}
#sidebar {
    //font-family: cursive;
   //font-family: 'Risque', cursive;
   font-family: cursive;
   position:relative;
   z-index: 5;
   float: right;
   width: 332px;
   background: #E6F2BD url(../images/sidebar.gif) repeat-y;
   
}

#sidebar2 {
    background: url(../images/sidebar2.gif) no-repeat bottom;
}

#sidebar3 {
    padding: 15px 30px 40px 30px;
    background: url(../images/sidebar3.gif) no-repeat top;
}

#sidebar h3 {
    padding: 25px 0 8px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #628F19;
}

#sidebar ul {
    list-style: none;
    padding: 8px 0;
}

#sidebar ul li {
    padding: 10px 0 6px 30px;
    line-height: 3;
}

#sidebar ul li a {
    
    font-weight: normal;
    //color: #B7D20B;
    line-height: 26px;
     color:#399003;
     font-size: 20px;
     text-decoration: none;
}

#sidebar p {
    padding: 8px 10px 8px 30px;
    text-align: left;
    //color: #9FBD60;
}
#sidebar ul li:hover ul {
    
    //display: block;
  }
  #sidebar ul li a:hover{
      color: #000;
  }
  .active2,
  .active {
   color: #000 !important;
   //text-shadow: 1px 1px #ffffff;
   
  }
#sidebar ul ul{
    display: none;
    
}
#sidebar ul ul a{
    color:#3CB201;
    font-size: 18px;
    
}
#sidebar ul ul li{
    padding: 5px;
    padding-left:20px;
    line-height: 1;
}
#sidebar HR{
  
    border: 1px solid #FFFCCF;
    
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    width: 540px;
    border-top: 2px solid #D6EA9B;
}
     .image-block{ display:block;position: relative;}
     .image-block img{border: 1px solid #d5d5d5; border-radius: 4px 4px 4px 4px;background:#FFFFFF;padding:10px;}
     .image-block img:hover{border: 1px solid #A9CF54;box-shadow:0 0 5px #A9CF54;}
   .portfolio-area li{float: left;overflow: hidden;width: 176px;padding:10px;}
   .home-portfolio-text{margin-top:10px;}
   .portfolio-categ{
       background: #E6F2BD url(../images/sidebar.gif) repeat-y;
       border: 1px solid #d5d5d5;
       border-radius: 6px;
   } 
   .portfolio-categ  li{
        list-style: none; 
        display: inline-block; 
        padding: 10px;
        font-family: cursive;
        font-size: 14px;
        
    }
    .nr_kat{
        font: 14px Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-left:20px; 
    }
    .p_pil{
        clear: both;
    }