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

 

/* prvky viditelne jen bez pouziti css */

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

.no_print
{ 
  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
  { 
    text-align: center;    
    color: #000;
    font-size: 2em;
    padding: 0;
    font-stretch: condensed;
    font-variant: small-caps;
  }

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

  
/* konec: obecne elementy */


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

  .center
  {
    text-align: center;
  }

/* konec: obecne tridy */    

    
    

/* stranka*/
  #page
  {
    border-top: 5px solid #aaa;
    border-bottom: 5px solid #aaa;
    text-align: left;
    margin: 0 auto;
    color: #000;
    background: #fff url(../images/print-logo.png) top left no-repeat;
  }   

/* konec: stranka */

    #top-area
    {
    }


  #top-image
  {
  }

  


  /* obsah stranky*/
    
    
    #content
    {
      line-height: 1.3em;
      margin: 0;
      padding: 20px 15px 50px 15px;
      background: #fff;
      color: #000;
    }
    
      #content ul
      {
        margin-bottom: 15px;
      }
    
      #content p
      {
        text-align: justify;
        margin: 10px 0 10px 0;
      }
      
      #content a
      {
        color: #000;
      }
    
      #content a:hover
      {
        color: #000;
      }

      #content li
      {
        text-align: justify;
        margin-top: 3px;
        margin-bottom: 3px;
      }
      
        #content li label
        {
          display: block;
          float: left;
          width: 120px;
        }
      
        .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: 57px;
      margin-left: 215px;
    }
  
  
  /* konec: logo */

  



  
  
  #menu
  {
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden;
  }   
      
  #no_js_submenu
  {
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    overflow: hidden;
  }
  
    
  #copyright
  {
    position: absolute;
    margin-left: 172px;
  }
  
  #istudio
  {
    position: absolute;
    margin-left: 172px;
  }
  
    #istudio:hover
    {
    }


  #coming_soon
  {
    color: #000;
    text-align: center;
    line-height: 100px;
    font-size: 1.5em;
    font-weight: bold;
  }
  
  
  .news
  {
    border-bottom: 1px solid #440D0E;
    color: #000;
    background: #fff;
  }
  
  .news_date
  {
    color: #000;
    font-size: .9em;
  }
  
  .news h3
  {
    color: #000;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
  }
  
  .program_week
  {
    margin: 20px 0 20px 0;
    border: 1px solid #666;
    border-top: none
  }
  
  .big
  {
    font-size: 1.4em;
    line-height: 20px;
  }
  
  
  .program_day
  {
    clear: both;
    border-top: 1px solid #666;
    padding: 2px;
  }
  
  
  .program_time
  {
    float: left;
    width: 65px;
  }
  
  .program_text
  {
  }
