/* CSS Document */

@import "uploader/uploadify.css";
@import "lightbox/css/lightbox.css";
 
/*Hlavní styly - stránka + pozicování divů apod.*/
  body, html{
   background-image: url('supernova.jpg');
   background-repeat: no-repeat;
   background-color: #000000;
   color: #FF9050;
   scrollbar-base-color: #000000;
  }
  a:link{color: #FF9050;}
  a:visited{color: #FF8040;}
  a img{border: none;}
  
  div.vrchni{
   position: absolute; 
   width: 990px; 
   height: 100px; 
   z-index: 1; 
   left:0px; 
   top:0px; 
   padding-left:4px; 
   padding-right:4px; 
   padding-top:1px; 
   padding-bottom:1px;
   background-image: url('nadpis.gif');
   background-repeat: no-repeat;
   background-position: right center;
  }
  
  div.navigace{
   position: absolute; 
   width: 200px; 
   z-index: 1; 
   left: 0px; 
   top: 120px; 
   padding-left:4px;
   padding-right:4px; 
   padding-top:1px; 
   padding-bottom:1px;
  }
  
  div.hlavni{
   position: absolute; 
   width: 800px; 
   z-index: 1; 
   left: 200px; 
   top: 120px; 
   padding-left:4px; 
   padding-right:4px; 
   padding-top:1px; 
   padding-bottom:1px;
  }
  
  div.stranka{
   position: relative; 
   width: 1000px; 
   height: 100%;
   z-index: 0;  

  }


/*    Navigace      */

  div.navigace a{
   font-weight: bold;
   text-decoration: none;  
  }
  div.navigace a:hover{
   font-style: italic;  
  }



/*    Formuláře     */
  
  input, select{
   background-color: black;
   color: #FF9050;
   border: 1px solid #FF9050;
  }
  
  textarea{
    background-color: black;
    color: #FF9050;
    border: 1px solid #FF9050;
  }
  
  .tlacitko{
   color: #FF9050;
   font-weight: bold;
   font-style: italic;
   font-family: Bookman Old Style;
   background-color: black;
   border: 2px solid #FF9050;
  }
  
  input.pocitani{
   font-weight: bold;
   font-family: Georgia;
   background-color: #000000;
   border: none;    
  }
  legend{
    font-weight: bold;
    font-style: italic;
    color: #FF9050;
  }
  fieldset{
    border-color: #FF9050;
  }
  

/*    Galerie     */

  div.galerie a{
   font-family: Georgia;
   font-size: 20px;
   font-weight: bold;
   text-decoration: none;
  }
  
  div.galerie{
   text-align: left;
   margin-left: 50px;
  }
  
  div.galerie a:hover{
   font-weight: normal;
   font-style: italic;
  }
  
/*    Chat    */
  td.vzkaz{
   font-family: Arial;
   font-size: 13px;
   font-style: italic;
  }
  
  div.vzkazy{
    width: 100%;
    float: left;
  }
  
  div.form{
    float: left;
    margin-top: 30px;
  }
  
  #work{
    margin-left: 10px;
    display: none;
  }
  
/*    Kalendář    */
  .kalendar{
    border: 1px solid #FF8040;
    border-collapse: collapse;
    padding-left: 2px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
  }
  .minulost{
    font-style: italic;
  }
  .dnes{
    font-style: italic;
    font-weight: bold;
  }
  .minikalendar{
    border-collapse: collapse;
    text-align: center;
  }
  .minikalendar td{
    border: 1px solid #FF8040;
    padding: 2px;
  }
  .udalost{
    background-image: url('ruzek.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  td.udalost a{
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
  }
  td.udalost a:hover{
    text-decoration:none;
    font-style: italic;
  }
/*    Novinky   */
  div.novinky{

    position: absolute; 
    left: 480px;
    top: 375px;
    height: 250px;
    width: 250px;
    text-align: left;
    border: 2px groove #C0C0C0;
    padding-left: 5px;
    padding-right: 5px;
    
  }
  table.novinky{
    font-size: 13px;
  }
  td.novinky{
    border-bottom: 1px dashed #FF8040;
  }

/*    Nápověda    */
  div.napoveda{
    position: absolute;
    background-image: url('drevo.png'); 
    display: none; 
    border: 1px solid #FF8040;
    font-size: 12px;
    padding: 2px;
    color: #dddddd;
    z-index: 2;
  }

/*    Zpěvník   */
  .akord{
    position: relative;
    top: -6px;
    left: 0px;
    color: white;
    font-weight: bold;
  }
  
/*    Download    */
  td.download{
    border: 1px solid #FF8040;
    padding-left: 2px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
  }
  table.download{
    border-collapse: collapse;
  }

/*   Styly pro Modrou knížku */
   img.stranka {
    border: thin solid #000055;
   }
   a.knoflik {
    text-decoration: none;
   }
   a:active.knoflik {
    text-decoration: none;
    color: #FF0000;
   }
