html
{
  min-height: 100%;
}
   
body    
{
  color: #eee; 
  margin: 0; 
  padding: 0; 
  font: 66% sans-serif; 
  text-align: center; 
  position: relative;
  min-height: 100%;
  background: #00001A;  
  line-height: 15px;
  padding-top: 30px;
}

 

/* prvky viditelne jen bez pouziti css */

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

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


/* obecne elementy */
  h2
  {
    margin: 10px 0 15px 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
  }

  h3
  {
    margin: 15px 0 5px 0;
    font-size: 1.1em;
    font-weight: bold;
  }

  h1
  { 
    position: absolute;
    color: #fff;
    font-size: 1em;
    padding: 0;
    margin: 0;
    top: 300px;
    text-align: left;
    width: 130px;
    line-height: 20px;
    padding-left: 20px;
    text-align: right;
  }

  h1 span
  { 
    float: right;
    display: block;
    background: url(../images/h1.gif) 0px 5px no-repeat;
    padding-left: 15px;
    line-height: 20px;
    text-align: right;
  }

  a
  {
    border: 0;
  }
  
  img
  {
    border: none;
  }
  
  .blue
  {
    color: #fff;
    
  }
  
  .align_right
  {
    text-align: right;
  }

  .margin_top
  {
    margin-top: 30px;
  }
  
  .bold
  {
    font-weight: bold;
  }
  
/* konec: obecne elementy */


/* obecne tridy */      
   
  .clear_both
  {
    clear: both;
  }
  
  .float_left
  {
    float: left;
  }

  .center
  {
    text-align: center;
  }

  .hr
  {
    clear: both;
    height: 20px;
    border-bottom: 1px solid #3F8BB1;
    margin: 0 0 20px 0;
  }

  .margin_bottom
  {
    margin-bottom: 30px;
  }

/* konec: obecne tridy */    

    
    

/* stranka*/
  #page
  {
    width: 765px;
    text-align: left;
    margin: 0 auto;
    padding-top: 230px;
    background: url(../images/header.jpg) top left no-repeat;
    padding: 0 0 0 5px;
  }   

/* konec: stranka */

    #top_area
    {
      width: 765px;
      height: 295px;
      margin: 0;
      padding: 0;
      text-align: left;
    }


  #top-image
  {
    width: 550px;
    height: 229px;
    border: 1px solid #f00;
    margin: 0 0 0 210px;
  }

  


  /* obsah stranky*/
    
    
    #content
    {
      float: right;
      line-height: 1.3em;
      width: 445px;
      overflow: hidden;
      padding: 70px 160px 50px 5px;
    }
    
    #left
    {
      float: left;
      width: 150px;
      padding-top: 380px;
    }
    
      #content ul
      {
        margin: 0 0 15px 0;
        padding: 0 0 0 10px;
        list-style-type: square;
      }
      
        #content ul li
        {
          padding: 0;
          margin: 0 0 0 10px;
        }
    
      #content p
      {
        text-align: justify;
        margin: 10px 0 10px 0;
      }
      
      #content a
      {
        color: #3F8BB1;
        text-decoration: none;
      }
    
      #content a:hover
      {
        color: #f00;
      }

        .letter
        {
          list-style-type: lower-roman; 
        }

        .square
        {
          list-style-type: square; 
          margin: 0;
        }
  /* konec obsah stranky */
  
  



  /* logo */
    #logo
    {
      position: absolute;
      display: block;
      width: 208px;
      height: 29px;
      top: 87px;
      margin-left: 215px;
    }
  
  
  /* konec: logo */

  



  
  
  #menu
  {
    list-style-type: none;
    position: absolute;
    top: 246px;
    height: 27px;
    line-height: 27px;
    padding: 0;
    margin: 0;
    width: 620px;
  }   
  
    #menu li
    {
      float: left;
      margin: 0;
      padding: 0;
      afont-weight: bold;
      text-align: right;
      color: #fff; 
      display: block;
      margin: 0;
      line-height: 27px;
      height: 27px;
      padding: 0 14px 1px 0;
    }


      #menu li span
      {
        padding-left: 0px;
        color: #fff;
        cursor: pointer;
      }

      #menu li a
      {
        padding-left: 0px;
        color: #ED1A3A;
        text-decoration: none;
        
      }
      
      #menu li a:hover
      {
        color: #fff;
      }      
      


  #menu li ul.submenu
  {
    position: absolute;
    left: 155px;   
    margin: 0;
    top: 51px;
    padding: 9px 0 3px 0;
    width: 135px;
    visibility: hidden;   
  }
  
    #menu li ul.submenu li
    {
      list-style-type: none;
      width: 135px;
      padding: 0;
      text-align: left;
      border: none;
      height: 19px;
      overflow: hidden;
      background: #003149;
    }
    
      #menu li ul.submenu li a
      {
        display: block;
        height: 18px;
        line-height: 18px;
        padding: 0 8px;
        color: #ED1A3A;
        text-align: left;
      }

      #menu li ul.submenu li a:hover
      {
        color: #fff;
        background: #ED1A3A;
      }
      
      #menu li ul.submenu li span
      {
        display: block;
        height: 18px;
        line-height: 18px;
        color: #fff;
        text-align: left;
        padding: 0 8px;
      }
      
  #no_js_submenu
  {
    position: absolute;
    top: 210px;  
    margin: 0 0 0 300px;
    list-style-type: none;
    padding: 2px 20px;
    width: 410px;
    overflow: hidden;
    height: 15px;
    line-height: 15px;
    background: #000;
  }
  
    #no_js_submenu li
    {
      float: right;
      padding: 0;
      margin: 0;
    }
    
    #no_js_submenu li a
    {
      font-weight: bold;
      color: #BDBDBD;
      margin-left: 15px;
      text-decoration: none;
    }

    #no_js_submenu li span
    {
      font-weight: bold;
      color: #fff;
      margin-left: 15px;
      text-decoration: none;
      cursor: pointer;  
    }
    
    #no_js_submenu li a:hover
    {
      color: #fff;
    }       
    
    
  #copyright
  {
    position: absolute;
    margin-left: 172px;
  }
  
  #istudio
  {
    abackground: url(../images/istudio.png) top left no-repeat;       
    position: absolute;
    margin-left: 172px;
  }
  
    #istudio:hover
    {
      abackground: url(../images/istudio-hover.png) top left no-repeat;       
    }


  #coming_soon
  {
    color: #FFBF65;
    text-align: center;
    margin-top: 150px;
    line-height: 100px;
    font-size: 1.5em;
    font-weight: bold;
  }
  
  



/* novinky */

  .news
  {
    
  }
  
  .news_date
  {
    color: #ccc;
    font-size: .9em;
    text-align: right;
  }
  
  h3
  {
    color: #fff;
    font-size: 1.4em;
    text-align: right;
    margin: 0;
    width: 460px;
    padding: 2px 0;
  }
  
  form h3
  {
    text-align: left;
  }
  
  #news img
  {
    display: block;
    awidth: 460px;
    padding: 5px 0;
  }
  
  .news_text
  {
    padding-bottom: 50px;
    width: 460px;
  }
  
  .news_text_adm
  {
    float: right;
    width: 360px;
  }
  
  
/* konec novinky */





  
  .program_week
  {
    margin: 20px 0 20px 0;
    border: 1px solid #3F8BB1;
    border-top: none
  }
  
  .big
  {
    font-size: 1.4em;
    line-height: 20px;
  }
  
  
  .program_day
  {
    clear: both;
    border-top: 1px solid #3F8BB1;
    padding: 2px;   
  }
  
  
  .program_time
  {
    float: left;
    width: 65px;
  }
  
  .program_text
  {
    float: right;
    width: 425px;
  }




/* seznam galerii */

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

  
  .gallery_list
  {
    line-height: 95px;
    height: 95px;
    overflow: hidden;
  }

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

/* konec: seznam galerii */  




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


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

  #photo img
  {
    border: 1px solid #3F8BB1;
    padding: 5px; 
  }
  
  
  .paging
  {
    text-align: center;
    padding: 10px;
  }     


  #banner
  {
    position: absolute;
    top: 430px;
    margin: 0;
    display: block;
    width: 145px;
    line-height: 20x;
    color: #fff;
    text-decoration: none;
    text-align: center;
    afont-weight: bold;
  }


    #banner:hover
    {
      color: #E6174B;
    }
    

  #banner-left
  {
  
    position: absolute;
    top: 487px;
    margin: 0;
    display: block;
    width: 155px;
    height: 46px;
    border: none;
  }


  #reservation
  {
    position: absolute;
    top: 650px;
    margin: 0;
    color: #ccc;
    font-weight: bold;
  }









.news_item
{
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.news_text
{
  text-align: justify;
}

#news_image
{
  float: right;
  margin: 0 10px 0 10px;
  padding: 10px;
  border: 1px solid #ddd;
}

.clear_both
{
  clear: both;
}

.termin
{
  font-size: .8em;
  margin: -10px 0 10px 0;
  font-weight: bold;
}

.center
{
  text-align: center; 
}

.paging
{
  text-align: center;
}













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

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

#time_select
{
  position: absolute;
  top: 355px;
  _top: 375px;
  color: #eee;
  background: #222;
  width: 250px;
  height: 285px;
  margin-left: 150px;
  text-align: center; 
  visibility: hidden;
  border: 1px solid #3F8BB1;
}

  #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 #3F8BB1;
  padding: 10px;
  width: 430px;
}

#admin_form
{
  width: 460px;
  border: none;
}


label
{
  display: block;
  float: left;
  width: 100px;
  margin-bottom: 5px;
  color: #ddd;
}
  
  input
  {
    border: 1px solid #3F8BB1;
    margin-bottom: 5px;
    background: #000;
    color: #ddd;
  }
  
  #admin_form input
  {
    width: 150px;
  }

  .textarea
  {
    border: 1px solid #3F8BB1;
    margin-bottom: 15px;
    color: #ddd;
    background: #000;
    width: 320px;
    height: 200px;
  }

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

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

  
.red
{
  color: #f00;
}



#forum_tree
{
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
    width: 410px;
  overflow: hidden;

}

#forum_tree li
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#forum_tree ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: url(../images/tree.jpg) left top repeat-y;
}

#forum_tree li.child
{
  padding: 0 0 0 20px;
  margin: 0;
  background: url(../images/child.jpg) left top no-repeat;
}


#forum_tree li.last
{
  background: url(../images/child-last.jpg) left top no-repeat;
}

#forum_tree li.disc-full
{
  margin: 10px 0 30px 0;
  padding: 0;
  background: none;
}

#forum_tree li.disc-full ul
{
  background: none;
  margin: 5px 0 0 0;
  padding-left: 15px;
  background: url(../images/child-last.jpg) top left no-repeat;
}

#forum_tree li.disc-full div
{
  padding: 0 10px;
}

#forum_tree li.disc-full p
{
  padding: 5px;
  margin: 0;
  border: 1px solid #333;
}

#forum_tree li.disc-full h3
{
  margin: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 1em;
  background: #333;
    width: auto;
  
}



div.disc-full 
{
  background: none;
  margin-bottom: 20px;
  width: 420px;
  overflow: hidden;

}

.disc-full ul
{
  background: none;
}

.disc-full div
{
  padding: 0 10px;
}

.disc-full p
{
  padding: 10px;
  border: 1px solid #3F8BB1;
}

.disc-full h3
{
  margin: 0;
  padding: 10px;
  background: #333;
}

#map
{
  display: block;
  margin: 20px;
  width: 464px;
  height: 310px; 
  background: url(../images/map-small.jpg) top left no-repeat;
  border: 1px solid #000;
}

  #map:hover
  {
    border: 1px solid #d00000;
  }


  .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;
  }      

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

  .exe
  {
    padding-left: 20px;
    background: url('../images/exe.gif') left center no-repeat;
  }      

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

  .jpg
  {
    padding-left: 20px;
    background: url('../images/jpg.gif') left center no-repeat;
  }      

  .jpeg
  {
    padding-left: 20px;
    background: url('../images/jpeg.gif') left center no-repeat;
  }      

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

  .bmp
  {
    padding-left: 20px;
    background: url('../images/bmp.gif') left center no-repeat;
  }      

  .avi
  {
    padding-left: 20px;
    background: url('../images/avi.gif') left center no-repeat;
  }      

  .mov
  {
    padding-left: 20px;
    background: url('../images/mov.gif') left center no-repeat;
  }      

  .mpg
  {
    padding-left: 20px;
    background: url('../images/mpg.gif') left center no-repeat;
  }      

  .mpeg
  {
    padding-left: 20px;
    background: url('../images/mpeg.gif') left center no-repeat;
  }      

  .mp3
  {
    padding-left: 20px;
    background: url('../images/mp3.gif') left center no-repeat;
  }      

  .mid
  {
    padding-left: 20px;
    background: url('../images/mid.gif') left center no-repeat;
  }      

  .wav
  {
    padding-left: 20px;
    background: url('../images/wav.gif') left center no-repeat;
  }      

  .rar
  {
    padding-left: 20px;
    background: url('../images/rar.gif') left center no-repeat;
  }      

  .tar
  {
    padding-left: 20px;
    background: url('../images/tar.gif') left center no-repeat;
  }      

  .gz
  {
    padding-left: 20px;
    background: url('../images/gz.gif') left center no-repeat;
  }      

  .zip
  {
    padding-left: 20px;
    background: url('../images/zip.gif') left center no-repeat;
  }      

.no_border
{
  border: none;
}

.banner-big
{
  position: absolute;
  top: 276px;
  margin-left: 159px;
  width: 430px;
  height: 80px;
}

#shit-on-off
{
  display: block;
  top: 80px;
  position: absolute;
  margin-left: 0px;
  color: #d00;
  font-weight: bold;
  text-decoration: none;
  height: 15px;
  width: 110px;
}

#partners-logo
{
  width: 200px;
  float: right;
}

#toptep
{
  display: block;
  background: url(../images/toptep.png) top right no-repeat;
  width: 200px;
  height: 195px;
}

#kamvbrne
{
  display: block;
  background: url(../images/kamvbrne.png) top right no-repeat;
  margin-top: 20px;
  width: 200px;
  height: 50px;
}


#clockhouse-1
{
  position: absolute;
  display: block;
  width: 150px;
  height: 32px;
  background: url(../images/clockhouse2.jpg) center center no-repeat;
  top: 640px;

  border-top: 1px solid #000; 
}

#rta
{
  position: absolute;
  display: block;
  width: 150px;
  height: 51px;
  background: url(../images/rta.jpg) center center no-repeat;
  top: 640px;

  border-top: 1px solid #000; 
}

#krokodyl
{
  display: block;
  background: url(../images/krokodyl.jpg) top right no-repeat;
  width: 200px;
  height: 156px;
}

#kult
{
  margin-top: 20px;
  display: block;
  background: url(../images/kult.jpg) top right no-repeat;
  width: 200px;
  height: 41px;
}
