html
{
  background: #fff url(../images/footer.jpg) bottom center repeat-x;
}

body    
{ 
  color: #000; 
  margin: 0; 
  padding: 0; 
  font: 66%/1.5 tahoma, verdana, arial; 
  position: relative;
  text-align: center;
  height: 100%;
  min-height: 100%;
  background: url(../images/background.jpg) top left repeat-x;
}



/* 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 */
  h1
  {
    font-size: 1.9em;
    margin: 0;
    padding: 0 0 10px 20px;
    font-variant: small-caps;
    text-align: left;
  }
  
  
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
  }

  h2
  {
    color: #000;
    margin: 0 0 10px 0; 
    padding: 0;
    text-align: left;
    font-size: 1.2em;
  }


  img
  {
    border: none;
  }

/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left
  }

    
  .float_right     
  {
    float: right;
  }    

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

  .red
  {
    color: #900000;
    font-weight: bold;
  }  
  
  .right
  {
    text-align: right;
  }
  
  .orange
  {
    color: #d50;
  }  

  .green
  {
    color: #00aa00;
  }
  
  .bgred
  {
    background: #fba;
  }  
  
  .bgorange
  {
   background: #fda;
  }  

  .bggreen
  {
    background: #cfc;
  }
  
  .center
  {
    text-align: center;
  }
  
  .highlight
  {
    font-weight: bold;
  }

  a
  {
    color: #D52F2F;  
  }
 
    a:hover
    {
      color: #FF7070;  
    }


  hr
  {
    border: none;
    border-top: 1px dotted #ccc;
  }



/* konec: obecne tridy */    


  #page
  {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    background: url(../images/header.jpg) top left no-repeat;
    _height: 100%;
    min-height: 100%;
    padding: 0;
  }



  #header
  { 
    padding: 0 10px;
    color: #fff;
    height: 60px;
    border-top: none;
    border-right: none;
    background: #D4380F;
  }   


  #middle
  {
    padding: 470px 0 200px 0;
  }

  #middle-left
  {
    width: 805px;
    float: left;
  }


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


    

      
      #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 ul#install
      {
        list-style-type: decimal;
      }
        
      #content img
      {
        border: none;
        padding: 2px;
        margin: 0 10px 0 0;
      }
      
      #content p
      {
        margin: 20px 0 20px 0;
      }
  /* konec obsah stranky */
  

  #right
  {
    float: right;
    width: 150px;
    padding: 0px 20px 0 0;
  }
  

  

  #left
  {
    float: left;
    width: 200px;
    padding: 10px;
    text-align: left;
  }    
  
  #left h2
  {
    margin: 0;
    padding: 0;
  }
  
  
    #left img
    {
      border: none;
    }


  /* menu */

  #main-menu
  {
    position: absolute;
    width: 430px;
    height: 80px;
    padding: 10px 0 0 0;
    margin: 0;
    top: 10px;
    margin-left: 350px;
    list-style-type: none;
    overflow: hidden;
  }
  
    #main-menu li
    {
      padding: 0;
      margin: 0;
      list-style-type: none;
      float: left;
    }

      #main-menu li a
      {
        display: block;
        float: left;
        height: 25px;
        line-height: 25px;
        text-align: left;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        width: 120px;
        padding: 0 10px;
        border-right: 1px dotted #679e64;
      }

        #main-menu li a:hover, #main-menu li a.active
        {
          text-decoration: underline;
        }







  #menu
  {
    background: none;
    position: absolute; 
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 150px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    width: 120px;
    color: #fff;
    padding: 0 10px;
  }

    
    #menu a
    {
      line-height: 20x;    
      display: block;
      border-bottom: 1px solid #966;
      height: 20x;
      color: #fff;
      text-decoration: none;
      overflow: hidden;
      text-align: center;
    } 

    #menu a.last
    {
      aborder: none;
    }   
    
      #menu a:hover
      {
        color: #d00;
      }
         
      #menu a.last
      {
        border: none;
      }
         
    #menu span
    {
      float: left;
      line-height: 20px;    
      display: block;
      height: 20px;
      padding: 0 10px 0 10px
      font-size: 15px;
      font-weight: bold;
      color: #fff;
    } 
  /* konec: menu */  
 

  #menu li ul.submenu
  {
    float: none;
    position: absolute;
    margin: 20px 0 0 -1px;
    list-style-type: none;
    background: #f7f7ff;
    padding: 0;
    border-bottom: none;
    _width: 0;
    overflow: visible;
    line-height: 22px;
    border-bottom: none;
    border-top: 1px solid #fff;
    visibility: hidden;
  }
  
    #menu li ul.submenu li
    {
      float: none;
      margin: 0;
      padding: 0;
    }

      #menu li ul.submenu li a
      {
      float: none;
        height: 22px;
        line-height: 22px;
        background: url(../images/menu-a.jpg) 5px center no-repeat;
        color: #000;
        float: none;
        border: none;
        border: 1px solid #7893CA;
        border-top: none;
        padding-left: 16px;
        font-size: 11px;
        width: 100px;
      }

      #menu li ul.submenu li a:hover
      {
        background: #5673AC url(../images/menu-a-hover.jpg) 5px center no-repeat;
        color: #fff;
      }
      
      

      
  /* paticka */
    #footer
    {
      width: 1000px;
      height: 125px;
      color: #fff;
      line-height: 14px;
      margin: -185px auto 0 auto;
      overflow: hidden;
      text-align: center;
      padding: 60px 10px 0 10px;
      clear: both;
    }    

    #footer p
    {
      margin: 6px 0;
    }


  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: block;
    top: 0;
    margin-left: 5px;
    width: 780px;
    height: 60px;
  }
  
  
/* uvodni stranka */
  
  #products
  {
    list-style-type: none;
  }
  
    #products li
    {
      list-style-type: none;
      width: 300px;
      height: 300px;
      float: left;
    }
  
    #products li a
    {
      display: block;
      width: 300px;
      height: 300px;
      float: left;
    }
    
    #products li a.a9
    {
      background: url(../images/a9-big-mc.jpg) center no-repeat;
    }  
  
    #products li a.emp600
    {
      background: url(../images/emp600-big-mc.jpg) center no-repeat;
    }  
    
    #products li a.a9:hover
    {
      background: url(../images/a9-big.jpg) center no-repeat;
    }  
  
    #products li a.emp600:hover
    {
      background: url(../images/emp600-big.jpg) center no-repeat;
    }  
  
    .preloader.a9
    {
      background: url(../images/a9-big.jpg) center no-repeat;
    }  
  
    .preloader.emp600
    {
      background: url(../images/emp600-big.jpg) center no-repeat;
    }  
    
  
  
  
  
  
  
  
  
  
  
  
  
  
/* konec: uvodni stranka */


  
     .gallery
      {
        
      }
    
        .gallery a
        {
          padding: 10px;
          display: block;
          float: left;
          margin: 5px;
          border: 2px solid #666;
          padding: 5px;
          overflow: hidden;
          width: 100px;
          height: 80px;
        }

        #content img.gallery-image
        {
          overflow: hidden;
          width: 100px;
          height: 80px;
          padding: 0;
          margin: 0;
	        border: 1px solid #666;
        }
        
    .gallery a:hover
    {
      border: 2px solid #d26;
    }
    
  #copyright
  {
    width: 700px;
    text-align: right;
    padding: 0 30px 0 30px;
    margin: -5px auto;
  }
  
    #copyright a
    {
      font-size: .9em;
      color: #000;
      text-decoration: none;
    }

    #copyright a:hover
    {
      text-decoration: underline;
    }
    
#ad-ff
{
  width: 180px;
  height: 52px;
  background: url(../images/ad-ff.jpg);
}


  #links
  {
    
    list-style-type: none;
    padding: 0;
    margin: 10px 0 10px 0;
    line-height: 15px;
    aoverflow: hidden;
} 

    #links li
    {
    padding: 0;
    margin: 0;
    }
    
    #links a
    {
      afloat: left;
      height: 15px;
      line-height: 15px;    
      display: block;
      awidth: 143px; 
      padding: 0 10px 0 10px;
      acolor: #44c;
      atext-decoration: none;
      margin: 0;
      overflow: hidden;
    } 
  
      #links a:hover
      {
        atext-decoration: underline;
      }
         
      #menu a.last
      {
        border: none;
      }

  #no_js_submenu
  {
    position: absolute;
    list-style-type: none;
    padding: 0;
    top: 175px;
    margin: 0;
    padding: 0 25px 0 25px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    width: 710px;
    background: #fa5;
} 

    #no_js_submenu li
    {
      float: left;
      padding: 0;
      margin: 0;
    }
    
    #no_js_submenu a
    {
      float: left;
      height: 20px;
      line-height: 20px;    
      display: block;
      awidth: 143px; 
      padding: 0 25px 0 0;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      margin: 0;
      overflow: hidden;
    } 
  
      #no_js_submenu a:hover
      {
        text-decoration: underline;
      }





/* novinky */

  .news
  {
    border-bottom: 1px solid #ccddff;
  }
  
  .news_date
  {
    font-size: .9em;
  }
  
  .news h3
  {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
  }
  
  .news img
  {
    float: left;
    border: 1px solid #655;
    padding: 5px;
  }
  
  .news_text
  {
    afloat: right;
    awidth: 380px;
  }
  
  .news_text_adm
  {
    afloat: right;
    awidth: 360px;
  }
  
  
/* konec novinky */





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




/* seznam galerii */

  
  span.time
  {
    font-size: .9em;
  }

/* konec: seznam galerii */  




  
  
/* galerie */
  
  .gallery
  {
  }
  
    .gallery h2
    {
      color: #666;
      margin: 0 0 20px 0;
    }       
    
    
    
/* konec: galerie */


  #photo h2
  {
    color: #666;
    margin: 0 0 20px 0;
  }       
   
    .gallery div.time
    {
      color: #666;
      font-size: .9em;
    }


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


  #banner
  {
    position: absolute;
    top: 340px;
    margin: 0;
    display: block;
    width: 155px;
    height: 46px;
    background: url(../download/banner.gif);
  }









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

.paging a, .paging span
{
  padding: 2px 4px;
  font-weight: bold;
  text-decoration: none;
  color: #5b94ac;
}


.paging a:hover,  .paging span
{
  color: #fff;
  background: #5b94ac;
}








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

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

#time_select
{
  position: absolute;
  top: 0;
  color: #222;
  background: #fafaff;
  font-size: 1.2em;
  width: 220px;
  height: 255px;
  padding: 10px;
  margin-left: 0;
  text-align: center; 
  visibility: hidden;
  border: 1px solid #666;
}

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

#cal_tab
{
  width: 200px;
  padding: 10px;
}

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


#calendar_table th       
{
  border-right: 1px solid #999;
  border-bottom: 2px solid #999;
  background: #0771A5;
  color: #fff;
  padding: 0 5px;
  height: 20px;
  width: 40px;
  font-size: .8em;
  overflow: hidden;
}


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



#calendar_table td.weekend
{
  background: #f0f0f0;
}

#calendar_table td.today
{
  background: #79c1f5;
  color: #fff;
}


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


#month_year_select
{
  padding-left: 15px;
}

#month_year_select span
{
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: block;
  float: left;
}

#month_year_select span.month_select
{
  width: 100px;
}

#month_year_select span.year_select
{
  width: 50px;
}

#month_year_select span.right_arrow
{
  width: 25px;
  background: url(../images/cal-arrow-right.jpg) center no-repeat;
}
  
#month_year_select span.left_arrow
{
  width: 25px;
  background: url(../images/cal-arrow-left.jpg) right center no-repeat;
}

#month_year_select span.left_long_arrow
{
  width: 40px;
  background: url(../images/cal-long-arrow-left.jpg) center no-repeat;
}


#month_year_select span.right_long_arrow
{
  width: 40px;
  background: url(../images/cal-long-arrow-right.jpg) center no-repeat;
}
  
#hour
{
  width: 20px;
}

#minute
{
  width: 20px;

} 

.float_left
{
  float: left;
}

.float_right
{
  float: right;
}

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

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




  
.red
{
  color: #f00;
} 


form
{
  background: #fff;
  padding: 10px;
}



.form_docs
{
  padding-top: 20px;
  
}

form div.input
{
  clear: both;
  width: 100%;
  padding: 1px 0;
}

.form_docs input
{
  float: none;
}

.admin-help
{
  position: absolute;
  visibility: hidden;
  background: #FFE8C1;
  border: 2px solid #000;
  font-weight: bold;
  padding: 10px;
  margin-left: 160px;
  overflow: hidden;
}

input.button
{
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  background: #aaa;
  color: #fff;
  width: 130px;
  border: 1px solid #000;
  height: 17px;
  line-height: 15px;
  overflow: hidden;
  font-weight: bold;
}

label
{
  display: block;
  float: left;
  clear: both;
  width: 80px;
  margin-bottom: 5px;
  color: #444;
}
  
  input
  {
    
    border: 1px solid #ccc;
    margin-bottom: 5px;
    background: #fff;
    padding: 1px 5px;
    color: #444;
    width: 150px;
  }
  
  input.readonly
  {
    border: none;
    margin-bottom: 5px;
    background: #fafafa;
    padding: 1px 5px;
    color: #444;
    float: left;
  }

  .select
  {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    background: #fff;
    padding: 1px 5px;
    color: #444;
    width: 130px;
    float: left;
  }
  
  .admin_form input
  {
    width: 200px;
  }

  .textarea
  {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    color: #444;
    background: #fff;
    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;
}



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

#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
{
  border-top: 1px solid #B82E0A;
  margin: 10px 0 40px 0;
  padding: 0;
  background: none;
}

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

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

#forum_tree li.disc-full p
{
  padding: 10px;
  border: 1px solid #B82E0A;
}

#forum_tree li.disc-full h3
{
  margin: 0;
  padding: 10px;
  background: #B82E0A;
  color: #fff;
}



div.disc-full 
{
  background: none;
  margin-bottom: 40px;
}

.disc-full ul
{
  background: none;
}

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

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

.disc-full h3
{
  margin: 0;
  padding: 5px 10px;
  background: #B82E0A;
  color: #fff;
}


#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 #D4380F;
  }


  .pdf
  { 
    padding-left: 20px;
    line-height: 30px;
    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;
  }      

.member-full
{
  float: left;
  width: 240px;
  padding-right: 10px;
  overflow: hidden;
}

.member
{
  width: 210px;
  text-align: left;
  padding-right: 10px;
}

.odd
{
  width: 220px;
  padding: 0 10px 0 10px; 
  background: #f0f0ff;
  text-align: left;
}

.even
{
  width: 220px;
  padding: 0 10px 0 10px; 
  background: #ddf;
  text-align: left;
}

.admin-list-table
{
  width: 510px;
  clear: both;
  margin-top: 20px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}

.admin-list-table td
{
  padding: 1px 5px;
  text-align: left;
}

.admin-list-table td.inactive
{
  color: #aaa;
}

.admin-list-table td.inactive a
{
  color: #daa;
}

.admin-list-table th
{
  padding: 1px 5px;
  border-bottom: 1px solid #666;
  text-align: left;
}



.admin-list-table .dark
{
  background: #eee;
}


td.admin-icons
{
  width: 70px;
}

.admin-icons a
{
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 1px;
}


.admin-icon-edit
{
  background: url(../images/edit.gif) no-repeat;
}

.admin-icon-delete
{
  background: url(../images/delete.gif) no-repeat;
}

.admin-icon-back
{
  background: url(../images/back.gif) no-repeat;
}

.admin-icon-deactive
{
  background: url(../images/deactive.gif) no-repeat;
}

.admin-icon-active
{
  background: url(../images/active.gif) no-repeat;
}

.admin-icon-new
{
  background: url(../images/new.gif) no-repeat;
}
/* pronajem nemovitosti - kalendar */

table.tasks
{
  border: 1px solid #F4DA00;
  float: left;
  margin-right: 10px;
  border-top: none;
  border-right: none;
  font-size: 12px;
  font-weight: bold;
}

table.tasks th
{
  height: 20px;
  line-height: 20px;
  background: #F4DA00;
  border-top: 1px solid #F4DA00;
  border-right: 1px solid #F4DA00;
  text-align: center;
  padding: 2px 4px;
  color: #136500;
}

table.tasks td
{
  width: 25px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  border-top: 1px solid #F4DA00;
  border-right: 1px solid #F4DA00;
}

table.tasks td.actual_week
{
  background: #ccc;
}


table.tasks td a
{
  text-decoration: none;
  display: block;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
}

table.tasks td a.selected
{
  background: #E798B0;
}

table.tasks td.reserved
{
  background: #ddd;
}

table.tasks th a
{
  text-decoration: none;
  display: block;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #fff;
}

table.tasks td a.week
{
  background: #eefaff;
  color: #666;
}

table.tasks td a.week:hover
{
  background: #aaa;
  color: #666;
}


table.tasks td a:hover
{
  background: none;
}

table.tasks th a:hover
{
  background: #7C364B;
}


.cal_arrow
{
  line-height: 190px;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}




.rent_admin_list_item
{
  padding: 5px 10px;
}


/* konec: pronajem nemovitosti - kalendar */




#content input.no_border
{
  border: none;
  background: none;
  width: 15px;
}


a.button
{
  display: block;
  float: left;
  clear: left;
  background: #aaa;
  color: #fff;
  padding: 0 5px;
  margin: 1px;
  text-decoration: none;
  border: 1px solid #000;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  font-weight: bold;
  
}

#header a
{
  background: #F4DA00;
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
  margin: 0 5px;
}

a.button:hover
{
  background: #000;
}

#header a:hover;
{
  background: #000;

} 


.order-action
{
  clear: both;
  border: 2px solid #ffa040;
  background: #fff0e0;
  padding: 10px;
  overflow: hidden;
  margin: 10px 0;
  float: left;
  width: 450px;
  overflow: hidden;
}

.main_form
{
  width: 700px;
  padding: 10px;
  overflow: hidden;
  background: #8a1;
}

.form-left
{
  width: 450px;
  float: left;

}

.form-right
{
  width: 450px;
  float: right;

}

/* planovaci kalendar na tyden */

#sheduler-week
{
  border: 1px solid #000;
  margin: 10px 0;
  font-size: 11px;
}

#sheduler-week th
{
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #ccc;
  background: #eee;
  overflow: hidden;
}

#sheduler-week td
{
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  padding: 2px;
  width: 31px;
  overflow: hidden;
}


#sheduler-week td.day
{
  font-weight: bold;
  background: #eee;
  width: 35px;
  overflow: hidden;
}

#sheduler-week td a.hour
{
  display: block;
  font-weight: bold;
  width: 100%;
  height: 20px;
  overflow: hidden;
  background: #fff;
  padding: 0;
  margin: 0;
}

#sheduler-week td a.used
{
  background: #F4DA00;
}


.shedule-info
{
  position: absolute;
  left: 360px;
  top: 200px;
  width: 300px;
  height: 110px;
  background: #fda;
  border: 1px solid #a93;
  padding: 10px;
  visibility: hidden;
}

/* konec: planovaci kalendar na tyden */





/* casovy navrh - tabulka */

#timetable-table
{
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  background: #fff;
}


#timetable-table th
{
  padding: 2px 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #666;
  background: #eee;
}

#timetable-table td
{
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  padding: 2px 10px;
}

#timetable-table input
{
  width: 20px;
  border: 1px solid #000;
}


















/* konec: casovy navrh - tabulka */

















/* diskuze u zakazky */


.orders-discussion
{
  padding: 5px;
  overflow: hidden;
}

.disc-item
{
  border: 1px solid #ddd;
}

.disc-item h3
{
  background: #eee;
  padding: 2px 5px;
  margin: 0;
  font-size: 1em;
  color: #fff;
}

.disc-item div.message
{
  padding: 5px;
  margin: 0;
}

/* konec: diskuze u zakazky */



#orders-actions li
{
  border-top: 1px solid #ccc;
  padding: 0; 
  margin: 0;
  list-style-type: none;
}

#orders-actions li h3
{
  cursor: pointer;
}


.admin
{
  border: 2px solid #800;
  width: 530px;
  padding: 10px;
  overflow: hidden;

}

.admin h2.form-title
{
  background: #800;
  color: #fff;
  padding: 0 10px;
  height: 20px;
  overflow: hidden;
}

.tasks-table
{
  width: 720px;
}

.tasks-table tr
{
  background: #ffd;
}

.tasks-table tr.dark
{
  background: #f6f6d6;
}

.tasks-table tr.off
{
  background: #fff0d0;
  color: #600;
}

.tasks-table td
{
  border: 1px solid #f0f0d0;
  padding: 0 10px;
}

.tasks-table th
{
  background: #f0f0d0;
  border: 1px solid #f0f0d0;
  padding: 0 10px;
}

.total-tasks
{
  margin-bottom: 20px;
  font-weight: bold;
}




/* vypis clanku */

  #articles
  {
    padding: 10px;
  }
  
  #articles h3
  {
    font-size: 1.2em;
    padding: 10px 0 0 0;
    margin: 0;
  }
  
  
  
  
  div.articles_inserted
  {
    font-size: .8em;
    padding-bottom: 10px;
  }

  div.articles_item
  {
    border-bottom: 1px dotted #C0D6E3;
    padding-bottom: 10px;
  }


  .articles_category
  {
    padding: 20px 10px;
  }



/* konec: vypis clanku */


#answer
{
  font-weight: bold;
  margin: 10px 0;
    border: 2px solid #000;
    padding: 10px;
    background: #fff;

}


#people-list
{
  float: right;
  width: 200px;
  text-align: left;
}

#volleyball-list li
{
  cursor: pointer;
}

.user-info
{
  background: #fc2;
  padding: 10px;
  position: absolute;
  width: 260px;
  border: 1px solid #950;
  top: 300px;
  overflow: hidden;
  visibility: hidden;
}


.users_item
{
  border: 2px dotted #a40;
  padding: 5px;
  width: 225px;
  float: left;
  margin: 5px;
  height: 120px;
  overflow: hidden;
}

.users_item p
{
  width: 120px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

.users_item img
{
  padding: 0 !important;
  margin: 0 !important;
}

.survey-graph
{
  background: #0066FF;
  height: 10px;
  margin-bottom: 10px;
  line-height: 10px;
  padding: 0;
  overflow: hidden;
  float: left;
}

.survey-count
{
  overflow: hidden;
  width: 15px;
  height: 10px;
  margin-bottom: 10px;
  float: right;
  font-size: 10px;
  line-height: 10px;
  text-align: right;
  font-weight: bold;
}

#survey
{
  padding: 10px;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
  text-align: left;
  width: 200px;
  overflow: hidden;
  background: #fff url(http://assets.dynamicgraphics.com/dgmfigures/14890.jpg) center center repeat;
  color: #000;
  font-weight: bold;
  border: 2px solid #200040;
}

.over-limit
{
  border-top: 4px solid #000;
  padding-top: 15px;
}

#users h3
{
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
}


.font
{
  display: block;
  width: 520px;
  height: 40px;
  margin: 5px 0;
  border: 1px solid #ccc;
}

.attr
{
  display: block;
  width: 420px;
  font-weight: bold;
}

  .attr div.label
  {
    float: left;
    font-weight: bold;
    width: 100px;
  }
  
  .attr div.value
  {
    float: right;
    width: 300px;
    font-weight: normal;
  }  



.font-list-item
{
  border: 1px solid #ccc;
  padding: 0;
  margin: 10px 0 20px 0;
}

.font-list-item-header
{
  background: #4d4d4d;
  color: #bebd65;
  height: 20px;
  line-height: 20px;
  padding: 0 20px;
}

.font-list-item-header span.header
{
  display: block;
  float: left;
  width: 270px;
  font-size: 1.3em;
}


.font-list-item-header a
{
  color: #6196b7;
  text-decoration: none;
}

.font-list-item-header a:hover
{
  text-decoration: underline;
}

.font-list-item-header span.rank
{
  display: block;
  float: left;
  width: 75px;
  overflow: hidden;
  height: 20px;
  background: url(../images/star-dark.jpg) center left repeat-x;
}

.font-list-item-header span.rank span
{
  display: block;
  height: 20px;
  background: url(../images/star-bright.jpg) center left repeat-x;
}

.font-list-item-header div
{
  float: right;
  width: 150px;
}

.font-list-item-footer
{
  background: #efefef;
  color: #979797;
  height: 17px;
  line-height: 17px;
  padding: 0 10px;
}

.font-list-item-footer span
{
  color: #bebd65;
  margin-left: 10px;
}

  #content div.font-list-item a
  {
    border: none;
  }

  #content div.font-list-item a.preview
  {
    border: none;
    height: 50px;
    display: block;
  }
  
.label-i
{
  font-style: italic;
  color: #888;
}


.chars-preview
{
  clear: both;
  margin-top: 50px;

}

#content div.chars-preview div
{
  float: left;
  margin: 0;
  width: 50px;
  height: 50px;
  color: #ddd;
  font-weight: bold;
  font-size: 1.2em;
}

#content div.chars-preview div:hover
{
  color: #d00;
}

#left ul
{
  margin: 10px 0 0 0;
  padding: 0 0 0 40px;
  list-style-type: square;
}

.left-box
{
  margin: 0px 0;
}

#content #alphabet
{
    border: 1px solid #fff;

  margin: 0 0 20px 5px;
  padding: 0;
}

  #content #alphabet li
  {
    list-style-type: none;
    margin: 0;
    padding: 0 1px 0 0;
    float: left;
  }
  
    #content #alphabet li a
    {
      display: block;
      float: left;
      line-height: 20px;
      height: 20px;
      width: 19px;
      text-align: center;
      background: #aaa;
      color: #fff;
      overflow: hidden;
      text-decoration: none;
      font-weight: bold;
    }

    #content #alphabet li a.active
    {
      background: #900;
    }
    
    #content #alphabet li a:hover
    {
      color: #900;
    }
    

.question
{
  color: #fff;
  cursor: pointer;
  padding: 0 2px;
  font-weight: bold;
  background: #000;
}
    
    
#total, div.black-box, div.gray-box
{
  width: 160px;
  height: 30px;
  background: #3A3A3A;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-bottom: 5px;
  margin-left: 10px;
}

div.gray-box
{
  background: #999;
}

div.black-box a, div.gray-box a
{
  color: #fff;
}

div.black-box a:hover, div.gray-box a:hover
{
  color: #d00;
}


#custom-preview
{
  width: 550px;
  height: 50px;
  overflow: hidden;
}


#rate-form input.radio
{
  width: 25px;
  margin: 0 5px;
}

#rate-form a.star
{
  display: block;
  text-decoration: none;
  float: left;
  width: 23px;
  height: 21px;
  background: url(../images/star-inactive.jpg) center center no-repeat;
}

#rate-form a.star:hover
{
  background: url(../images/star-active.jpg) center center no-repeat;
}

#rate-bg
{
  width: 115px;
  height: 21px;
  background: url(../images/star-inactive.jpg) left center repeat-x;
  float: left;
  margin-right: 10px;
}

#rate
{
  height: 21px;
  background: url(../images/star-active.jpg) left center repeat-x;
  float: left;
}


#search-small
{
	position: absolute;
  top: 113px;
  margin: 0 0 0 20px;
  width: 170px;
  overflow: hidden;
  background: none;
  height: 20px;
	padding: 0;
}

#search-small label
{
	display: none;
}


#search-small input
{
  width: 110px;
  display: block;
  float: none;
  height: 14px;
  line-height: 14px;
  background: #e3e3e3;
  overflow: hidden;
  border: none;
  float: left;

}

#search-small input.button
{
  display: block;
  float: left;
  height: 16px;
  width: 25px;
  overflow: hidden;
  padding: 26px 0 0 20px;
  margin-left: 20px;
  cursor: pointer;
  background: url(../images/blank.gif);
}

#search-label
{
	position: absolute;
	display: block;
  top: 110px;
  margin: 0 0 0 200px;
  width: 70px;
  overflow: hidden;
  background: none;
  height: 24px;
  line-height: 24px;
	padding: 0;
	overflow: hidden;
	color: #6b6b6b;
	text-decoration: none;
	text-align: center;
}


#search-by-author
{
	position: absolute;
	display: block;
  top: 110px;
  margin: 0 0 0 277px;
  width: 100px;
  overflow: hidden;
  background: none;
  height: 24px;
  line-height: 24px;
	padding: 0;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	text-align: center;
}


#search-by-alphabet
{
  
	position: absolute;
	display: block;
  top: 110px;
  margin: 0 0 0 382px;
  width: 100px;
  overflow: hidden;
  background: none;
  height: 24px;
  line-height: 24px;
	padding: 0;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.left-form
{
  padding: 0;
  margin: 0;
  width: 180px;
  overflow: hidden;
}

.left-form .select
{
  width: 180px;
  border: 1px solid #ccc;
}

#alert
{
  position: absolute;
  top: 425px;
  font-weight: bold;
  color: #d00;
  text-align: center;
  border: 2px solid #d00;
  width: 550px;
  padding: 5px 0;
}


/* statistiky */

#stats
{
	position: absolute;
	top: 23px;
	width: 140px;
	height: 70px;
	margin-left: 830px;
	line-height: 23px;
	padding: 0 20px;
	color: #fff;
}

#stats span
{
	display: block;
	width: 90px;
	float: left;
	color: #aded1a;
	text-align: right;
	padding-right: 10px;
}



/* abeceda */

#alphabet-top
{
	position: absolute;
	width: 485px;
	height: 21px;
  margin: 0 0 0 484px;
  padding: 0 10px;
  overflow: hidden;
  abackground: #393939 url(../images/alphabet.jpg) top left no-repeat;
  top: 112px;

}

  #alphabet-top li
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 21px;
    height: 21px;
    float: left;
  }
  
    #alphabet-top li a
    {
      display: block;
      float: left;
      line-height: 21px;
      height: 21px;
      width: 17px;
      text-align: center;
      background: #393939;
      color: #fff;
      overflow: hidden;
      text-decoration: none;
      font-weight: bold;
    }

    #alphabet-top li a.active
    {
      background: #8a8a8a;
    }
    
    #alphabet-top li a:hover
    {
      background: #8a8a8a;
    }


#alphabet-top-blue
{
	position: absolute;
	width: 485px;
	height: 21px;
  margin: 0 0 0 484px;
  padding: 0 10px;
  overflow: hidden;
  background: url(../images/alphabet-blue.jpg) top left no-repeat;
  top: 112px;
}

  #alphabet-top-blue li
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 21px;
    height: 21px;
    float: left;
  }
  
    #alphabet-top-blue li a
    {
      display: block;
      float: left;
      line-height: 21px;
      height: 21px;
      width: 17px;
      text-align: center;
      background: #426e85;
      color: #fff;
      overflow: hidden;
      text-decoration: none;
      font-weight: bold;
    }

    #alphabet-top-blue li a.active
    {
      background: #85b8d2;
    }
    
    #alphabet-top-blue li a:hover
    {
      background: #85b8d2;
    }


#filter
{
	position: absolute;
	top: 150px;
	width: 1000px;
	color: #000;
	background: url(../images/filter-top.jpg) top left no-repeat;
	padding: 10px 0 0 0;
}

#filter a
{
  color: #000;
  text-decoration: none;
}

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


#filter-pop
{
  display: block;
  height: 15px;
  line-height: 8px;
  color: #416e85;
  font-weight: bold;
  text-align: right;
  background: #ececec;
  padding: 0 20px;
  cursor: pointer;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}


.filter-column
{
	width: 143px;
	float: left;
	background: #ececec url(../images/filter-bottom.jpg) center bottom no-repeat;
	height: 260px;
	padding-bottom: 10px;

}

.filter-column div
{
	border-right: 1px solid #fff;
	line-height: 10px;
}


.filter-column.last
{
	background: #ececec url(../images/filter-bottom.jpg) right bottom no-repeat;
}

.filter-column.last div
{
	border-right: 1px solid #dcdcdc;
}

.filter-column.first
{
	width: 142px;
	background: #ececec url(../images/filter-bottom.jpg) left bottom no-repeat;
}

.filter-column.first div
{
	border-left: 1px solid #dcdcdc;
}

.filter-column div
{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.filter-header
{
	padding-left: 26px;
	color: #349f35;
	font-weight: bold;
}

#filter-button
{
	width: 92px;
	height: 22px;
	padding: 25px 0 0 92px;
	overflow: hidden;
	background: #fafafa url(../images/filter-button.jpg) top left no-repeat;
	float: right;
	margin-right: 40px;
	border: none;
	cursor: pointer;
}


.authors-list
{
	font-size: .9em;
	display: none;
	position: absolute;
	top: 0;
	line-height: 10px;
}


#summary-box
{
  width: 185px;
  height: 100px;
  overflow: hidden;
  background: url(../images/summary.jpg) top left no-repeat;
  line-height: 33px;
  padding: 0 20px;
  margin-bottom: 20px;
}

#summary-box a
{
  color: #404040;
  text-decoration: none;
}

#summary-box a:hover
{
  text-decoration: underline;
}


/* novinky */

#news-top
{
  width: 185px;
  height: 30px;
  line-height: 25px;
  padding: 0 20px;
  background: url(../images/news-top.jpg) top left no-repeat;
}


#news
{
  width: 185px;
  padding: 10px 20px;
  background: url(../images/news-middle.jpg) top left repeat-y;
}


#news-bottom
{
  width: 225px;
  height: 8px;
  margin-bottom: 20px;
  background: url(../images/news-bottom.jpg) top left no-repeat;
}



.rank a.star
{
  display: block;
  text-decoration: none;
  float: left;
  width: 15px;
  height: 20px;
  background: url(../images/star-dark.jpg) center center no-repeat;
}

.rank a.star:hover
{
  background: url(../images/star-bright.jpg) center center no-repeat;
}

.rate-small-bg
{
  width: 115px;
  height: 21px;
  background: url(../images/star-dark.jpg) left center repeat-x;
  float: left;
  margin-right: 10px;
}

.author-column
{
  width: 168px;
  padding: 0 5px;
  text-align: left;
  float: left;
}

#GAF_projects_vertical_box {
	border: 0px solid #5D5E91; 
	background-color: white;
}
