html
{
  height: 100%;
  min-height: 100%;
}


body    
{ 
  background: #fafffa; 
  color: #000; 
  margin: 0; 
  padding: 0; 
  font: 75%/1.5 arial; 
  position: relative;
  text-align: center;
  line-height: 18px;
  height: 100%;
  min-height: 100%;
}



/* prvky viditelne jen bez pouziti css */

.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* konec: prvky viditelne jen bez pouziti css */


/* obecne elementy */
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
  }

  h2
  {
    color: #457200;
    font-size: 1.5em;
    margin: 5px 0 10px 0;
    padding-bottom: 5px;
    font-variant: small-caps;
    background: url(../images/h2.jpg) bottom left repeat-x; 
    text-align: right; 
  }

  h1
  {
    color: #457200;
    font-size: 1.5em;
    margin: 5px 0 10px 0;
    padding-bottom: 5px;
    font-variant: small-caps;
    background: url(../images/h1.jpg) bottom left no-repeat; 
  }

  ins
  {
    font-size: .8em;
    text-decoration: none;
    color: #457200;
    margin: 0;
    padding: 0;
  }


  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overlfow: hidden;
    border: none;
    border-top: 1px solid #457200;
    display: block;
    margin: 10px 0 10px 0;
  }

/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

    
  .clear_both
  {
    clear: both;
  }
  
    
  .margin-top
  {
    margin-top: 15px;  
  }

  .margin-left
  {
    margin-left: 15px;  
  }

  .red
  {
    color: #d00000;
  }  
  
  .green
  {
    color: #00aa00;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #900000;  
  }
 
    a:hover
    {
      color: #f00000;  
    }


  .hr
  {
    clear: both;
    height: 1px;
    margin: 5px 0 0 0;
  }


/* konec: obecne tridy */    


  #page
  {
    _height: 100%;
    min-height: 100%;
    width: 770px;
    padding: 0 5px 0 5px;
    margin: 0 auto;
    bottom: 0;
    text-align: left;
    background: #fff url(../images/page.jpg) left top repeat-y;
  }



  #header
  { 
    position: relative;
    height: 164px;
    background: url(../images/header.jpg) left top no-repeat;
  }   


  #middle
  {
    margin: 0;
    padding: 0 0 50px 0;
  }

  /* obsah stranky*/
    #content
    {
      float: right;
      width: 550px;
      padding: 25px 10px 0 0;
      overflow: hidden;
      text-align: justify;
    }

      
      #content ul
      {
        list-style-type: square;
        padding: 0;
        margin: 10px 0 10px 0; 
      }
      
        #content ul li
        {
          background: url(../images/blue_arrow.png) left top no-repeat;
          line-height: 15px;
          margin: 0 0 5px 20px; 
        }
        
      #content img
      {
        border: 1px solid #C8C097;
        padding: 2px;
      }
      
      #content p
      {
        padding: 10px;
        padding-left: 0;
        margin: 0;
      }
  /* konec obsah stranky */
  

  /* menu */
  #menu
  {
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 20px 0 10px 0;
    line-height: 20px;
    overflow: hidden;
    width: 195px;
    background: url(../images/left-top.jpg) left top no-repeat; 
  }    

  #menu li
  {
    float: none;
    width: 195px;
    margin: 5px 0 5px 0;
    padding: 0;
    line-height: 28px;
    background: url(../images/menu-item.jpg) left top repeat-x;
  }

    
    #menu li a
    {
      display: block;
      font-weight: bold;
      text-decoration: none;
      font-size: 1em;
      padding-left: 28px;
      margin-left: 10px;
      background: url(../images/menu-a.jpg) top left no-repeat;
      color: #43671B;
    } 
  
      #menu li a:hover
      {
        color: #FF3800;
        background: url(../images/menu-a-hover.jpg) top left no-repeat;
      }
         
 
    #menu span
    {
      display: block;
      font-weight: bold;
      text-decoration: none;
      font-size: 1em;
      padding-left: 28px;
      margin-left: 10px;
      background: url(../images/menu-a-hover.jpg) top left no-repeat;
      color: #FF3800;
    } 

  #menu ul.submenu
  {
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    width: 195px;
    overflow: hidden;
    
  }    

  #menu ul.submenu li
  {
    width: 195px;    
    margin: 0;
    height: 28px;  
    padding: 0;
    line-height: 28px;
    background: #447000 url(../images/submenu-item.jpg) left top repeat-x;;
    
  }

    
    #menu ul.submenu li a
    {
      width: 167px;    
      margin: 0;
      padding: 0;
      display: block;
      font-weight: bold;
      text-decoration: none;
      font-size: 1em;
      padding-left: 38px;
      color: #CAFD7B; 
      background: none;
    } 
  
      #menu ul.submenu li a:hover
      {
        color: #ff3800;
        background: none;
      }
          

    #menu ul.submenu li span
    {
      width: 167px;    
      margin: 0;
      padding: 0;
      display: block;
      font-weight: bold;
      text-decoration: none;
      font-size: 1em;
      padding-left: 38px;
      color: #FF3800;
      background: none;
    } 


  /* konec: menu */  
 


  /* paticka */
    #footer
    {
      clear: both;
      height: 25px;   
      background: url(../images/footer.jpg) left top repeat-x;
      line-height: 25px;
      margin: -40px auto;
      width: 730px;
      text-align: right;
      font-size: .9em;
      overflow: hidden;
      padding: 15px 20px 0 20px; 
      color: #63B403;
    }    
    

    #footer a
    {
      color: #fff;
      text-decoration: none;
    }

    #footer a:hover
    {
      text-decoration: underline;
    }

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: block;
    top: 10px;
    margin-left: 20px;
    width: 180px;
    height: 150px;
  }



  
  #gallery
  {
    padding: 0 0 0 35px;
  }

  #gallery a
  {
    display: block;
    width: 67px;
    height: 50px;
    padding: 4px;
    margin: 4px;
    text-align: center;
    float: left;
    border: 1px solid #C8C097;
  }
  
  #gallery.horizontal a
  {
    width: 48px;
  }
  
    #gallery a:hover
    {
      border: 1px solid #005826;
    }
  
    #gallery img
    {
      margin: 0;
      padding: 0;
      border: none;
    }  
    
    
  #log
  {
    width: 760px;
    text-align: left;
    padding: 0;
    margin: -15px auto;
    font-size: .9em;
    color: #fafffa;
  }

  #copyright
  {
    width: 760px;
    text-align: right;
    padding: 0;
    margin: -5px auto;
  }
  
    #copyright a
    {
      font-size: .9em;
      color: #FF7800;
      text-decoration: none;
    }

    #copyright a:hover     
    {
      text-decoration: underline;
    }
    
ul#reference
{
  list-style-type: none;
  padding: 0;
}

ul#reference li
{
  margin: 5px 0 5px 0;
  padding: 0;
  clear: both;
  line-height: 18px;
}


ul#reference li div.year
{
  float: left;
  width: 40px;
  overflow: hidden;
  font-weight: bold;
}

ul#reference li div.text
{
  float: right;
  width: 360px;
  margin-left: 5px;
  overflow: hidden;
}

#shop
{
  position: absolute;
  margin: 20px 0 0 200px;
}

  h2 a
  {
    color: #000;
  }

  h2 a:hover
  {
    color: #000;
  }



/* administrace */
#calendar_from
{
  top: 200px;   
  margin-left: 270px;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../images/calendar.gif); 
}

#calendar_to
{
  top: 225px;
  _top: 230px;
  margin-left: 270px;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../images/calendar.gif); 
}

#time_select
{
  position: absolute;
  top: 215px;
  _top: 235px;
  color: #222;
  background: #f0faf0;
  width: 250px;
  height: 305px;
  margin-left: 150px;
  text-align: center; 
  visibility: hidden;
  border: 1px solid #447000;
}

  #time_select a
  {
    color: #fff;
    text-decoration: none;
  }
  
  #time_select a:hover
  {
    text-decoration: underline; 
  }  
  

#cal_tab
{
  text-align: left;
  margin: 10px 40px 10px 40px;
}

#calendar_table
{
  text-align: center;
  width: 170px;
  height: 170px; 
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

#calendar_table th       
{
  border-right: 1px solid #aaa;
  border-bottom: 2px solid #aaa;
  height: 20px;
  width: 40px;
  font-size: .8em;
  overflow: hidden;
}


#calendar_table td
{
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  height: 20px;
  line-height: 20px;
  width: 50px;
  overflow: hidden;
}

  #calendar_table a
  {
    color: #fff;
    text-decoration: none;
  }
  
  #calendar_table a:hover
  {
    text-decoration: underline; 
  }  
  
  
#hour
{
  width: 20px;
}

#minute
{
  width: 20px;
} 

.float_left
{
  float: left;
}

.float_right
{
  float: right;
}

.margin-right
{
  margin-right: 10px;
}

form
{
  border: 1px solid #447000;
  padding: 10px;
  width: 480px; 
}

#admin_form
{
  width: 480px;
}


label
{
  display: block;
  float: left;
  width: 100px;
  margin-bottom: 5px;
  color: #000;
}
  
  input
  {
    border: 1px solid #447000;
    margin-bottom: 5px;
    background: #fafffa;
    color: #000;
  }

  select
  {
    border: 1px solid #447000;
    margin-bottom: 5px;
    background: #fafffa;
    color: #000;
  }

  
  #admin_form input
  {
    width: 150px;
  }

  .textarea
  {
    border: 1px solid #447000;
    margin-bottom: 15px;
    color: #000;
    background: #fafffa;
    width: 450px;
    height: 200px;
  }

  .radio
  {
    width: 20px;
    border: none;
    padding: 0;
    margin: 0;
  }

  .checkbox
  {
    width: 20px;
    border: none;
    padding: 0;
    margin: 0;
  }

  
.red
{
  color: #f00;
}


/* novinky */

  .news
  {
  }
  
  .news_date
  {
    color: #457200;
    font-size: .9em;
  }
  
  .news h3
  {
    color: #457200;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
  }
  
  .news img
  {
    float: left;
    border: 1px solid #655;
    padding: 5px;
  }
  
  .news_text
  {
    float: right;
    width: 420px;
  }
  
  .news_text_adm
  {
    float: right;
    width: 360px;
  }
  
  
/* konec novinky */


#news_index
{
  width: 230px;
  overflow: hidden;
  margin-left: 5px;
}

.index
{
  float: left;
  width: 310px;
}

.news_box
{
  width: 230px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #457200;
}

.news_box h4
{
  margin: 0;
  padding: 0;
}

.news_box p
{
  margin: 0;
  padding: 0;
}


.separator
{
  background: url(../images/separator.jpg) 310px 0px repeat-y;
}

  .news_text_index
  {
    float: right;
    width: 150px;
    font-size: 1em;
  }



/* seznam galerii */

  .gallery_list img
  {
    margin-right: 10px;
    border: 1px solid #655;
    padding: 5px; 
  }

  
  .gallery_list
  {
    overflow: hidden;
    text-align: left;
  }

  .gallery_list a
  {
    font-size: 1.2em;
    text-decoration: none;
  }
  
  span.time
  {
    font-size: .9em;
  }

/* konec: seznam galerii */  




  
  
/* galerie */
  
  .gallery
  {
    padding-left: 30px;
  }
  
  
    .gallery h2
    {
      color: #66bbff;
      margin: 0 0 20px 0;
    }       
    
    .gallery div.time
    {
      color: #66bbff;
    }
    
    .gallery a
    {
      display: block;
      text-align: center;
      width: 100px;
      height: 75px;
      overflow: hidden;
      padding: 2px;
      border: 1px solid #655;
      float: left;
      margin: 5px;
    }
    
    .gallery a:hover
    {
      border: 1px solid #f00;
    }
    
    
    
/* konec: galerie */


  #photo h2
  {
    color: #66bbff;
    margin: 0 0 20px 0;
  }       
   
  #photo div.time
  {
    color: #66bbff;
  }

  #photo img
  {
    border: 1px solid #655;
    padding: 5px; 
  }
  
  
  .paging
  {
    text-align: center;
    margin: 5px;
  }     



/* admin */
  .admin
  {
  }
  
  .admin_date
  {
    color: #457200;
    font-size: .9em;
  }
  
  .admin h3
  {
    color: #457200;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
  }
  
  .admin img
  {
    float: left;
    border: 1px solid #655;
    padding: 5px;
  }
  
  .admin_text
  {
    float: right;
    width: 420px;
  }
  
  .admin_text_adm
  {
    float: right;
    width: 360px;
  }
/* konec: admin */

  .pdf
  {
    padding-left: 20px;
    background: url('../images/pdf.png') left center no-repeat;
  }    
  
  .doc
  {
    padding-left: 20px;
    background: url('../images/doc.png') left center no-repeat;
  }      
  
  .pps
  {
    padding-left: 20px;
    background: url('../images/pps.png') left center no-repeat;
  }      
