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


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

#song

{
position:relative;
left:55px;
top:10px;


}

/* 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;
  }

  
  h1
  {
    font-size: 1.4em;
    padding: 0 0 0 20px;
    margin: 0 0 15px -20px;
    font-weight: bold;
    line-height: 27px;
    font-weight: normal;
    color: #fff;
  }

  h2
  {
    font-size: 1.2em;
    padding: 5px 0;
    margin: 0 0 0 0;
    font-weight: bold;
    text-align: left;
  }

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

  strong
  {
    font-weight: normal;
  }

  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overflow: hidden;
    border: none;
    border-top: 1px dashed #999;
    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;  
  }

  .margin-rigth
  {
    margin-right: 15px;  
  }

  .red
  {
    color: #ff8866;
    font-weight: bold;
  }  
  
  .green
  {
    color: #00aa00;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #f7e701;  
  }
 
    a:hover
    {
      color: #f7e701;
      text-decoration: underline;  
    }


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


  .odd
  {
    background: #eee;
  }
  
/* konec: obecne tridy */    


  #page
  {
    min-height: 100%;
    width: 945px;
    padding: 0;
    margin: 0 auto;
    bottom: 0;
    _height: 100%;
    text-align: left;
 
  }

  


  /* hlavicka */

  #header
  { 
    top: 0;
    height: 327px;
  }   

  /* konec: hlavicka */
  

 #podklad {
  background: url(../images/podklad.jpg) bottom  no-repeat;
  width:683px;
  height:406px; 
  margin-top:-20px; 
  margin-left:-15px;
 /* padding: 15px 0 0px 20px;*/
 }

  #middle
  {
    padding: 0 0 20px 0;
   
  }

  #left
  {
    float: left;
    width: 244px;
    padding: 400px 0 0 0;
    overflow: hidden;
    background: url(../images/bio.jpg) top left no-repeat;
  }

  /* obsah stranky*/
    #content
    {
      float: right;
      width: 660px;
      padding: 20px 10px 10px 20px;
      text-align: left;
    }

      
      #content ul
      {
        list-style-type: square;
        padding: 0;
        margin: 10px 0 10px 20px; 
      }
      
        #content ul li
        {
          list-style-type: square;
          line-height: 15px;
          margin: 0 0 5px 20px; 
        }
        
      #content img
      {
        padding: 2px;
        margin: 0 0 5px 4px;
        #margin: 0 0 9px 4px;
      }
      
      #content #gallery-main-image img
      {
        border: 1px solid #C8C097;
      }
      
      #content #news img
      {
        border: 1px solid #C8C097;
        padding: 2px;
        margin: 0 15px 0 0;
      }

      #content p
      {
        padding: 10px 0;
        margin: 0;
      }
  /* konec obsah stranky */
  
  
  /* leva cast stranky */

  
    #left h2
    {
      background: url(../images/left-h2.jpg) left bottom repeat-x;
      line-height: 35px;
      padding: 22px 0 0 0;
      color: #00659D;
      font-size: 1.2em;
      text-align: center;
    }

    #left p
    {
      padding: 5px;
    }

  /* konec: leva cast stranky */





  /* menu */
  #menu
  {
    position: absolute;
    float: left;
    top: 295px;
    width: 945px;
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
      height: 33px;
    overflow: hidden;
    font-weight: bold;
  }    

  #menu li
  {
    margin: 0;
    padding: 0;
    float: left;
  }

    
    #menu li a
    {
      float: left;
      display: block;
      text-decoration: none;
      line-height: 33px;
      height: 33px;
      overflow: hidden;
      text-align: center;
      color: #1c4c70;
      width: 157px;
      background-image: url(../images/menu-item.gif);
      background-repeat: no-repeat;
      background-position:  top left;
    } 
  
    #menu li a:hover
    {
      background-position: top right;
    }  

    #menu li a.active
    {
      background-position: top right;
    }  


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

    
    #menu ul.submenu li a
    {
      width: 167px;    
      margin: 0;
      padding: 0;
      display: block;
      text-decoration: none;
      font-weight: bold;
      font-size: 11px;
      padding-left: 10px;
      color: #eee; 
      background: none;
    } 
  
      #menu ul.submenu li a:hover
      {
        color: #0A5787;
      }

      #menu ul.submenu li a.active
      {
        color: #0A5787;
      }          

    #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;
      position: relative;
      height: 65px;   
      
      margin: -65px 0 0 0;
      text-align: center;
      overflow: hidden;
      padding: 12px 0 0 0;
      font-size:9px;
      border-top: 2px solid #fff; 
      background: url(../images/footer.jpg) top left repeat-x;
      color: #fff;
    }    
      
      #footer div
      {
        width: 905px;
        padding: 0 20px;
        margin: 0 auto;
        text-align: right;
      }
    

    #footer a
    {
      font-weight: bold;
      text-decoration: none;
    }

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

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: block;
    top: 0;
    margin: 0;
    width: 942px;
    height: 292px;
  }



  
  #content #gallery-menu{
    position: absolute;
    width: 160px;
    overflow: hidden;
    margin: 0 0 0 -190px;
    padding: 0;
    list-style-type: none;
    top: 390px;    
  }

  #content #gallery-menu li
  {
    list-style-type: none;
    padding: 0;
    margin: 0 0 2px 0;
  }

  #content #gallery-menu a
  {
    width:  160px;
    text-decoration: none;
    background-color: #5D8EAC;
    display:  block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #f7e701;
    background: #323232;
    margin:0;
  }
  #content #gallery-menu a.active{
    color: #fff;
    font-weight: bold;
  }
  
  #content #gallery-menu a:hover
  {
    background: #666;
  }
  
  #gallery a
  {
    display: block;
    width: 67px;
    height: 50px;
    padding: 2px;
    margin: 2px;
    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;
  }





  
  

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


  label
  {
    display: block;
    padding-top: 10px;
  }

  input
  {
    border: 1px solid #0A5687;
    display: block;
    background: #7FA6BE; 
  }
  
  input.button
  {
    background: #0A5787;
    color: #82B6D6;
  }
  
  
  .textarea
  {
    border: 1px solid #0A5687;
    background: #7FA6BE; 
    width: 500px;
    height: 200px;
  }



/* kde nas najdete */

  #location-left
  {
    width: 250px;
    float: left;
    line-height: 20px;
  }

    #location-left div
    {
      background: url(../images/prodejna.jpg) center bottom no-repeat;
      height: 180px;
      text-align: center;
    }

    #location-left a
    {
      margin-top: 20px;
      display: block;
      background: url(../images/mapa_prodejny1.png) center bottom no-repeat;
      height: 100px;
      text-align: center;
    }


  #location-right
  {
    width: 250px;
    float: right;
    line-height: 20px;
  }

    #location-right div
    {
      background: url(../images/hlavni.jpg) center bottom no-repeat;
      height: 180px;
      text-align: center;
    }

    #location-right a
    {
      margin-top: 20px;
      display: block;
      background: url(../images/mapa_sklad1.png) center bottom no-repeat;
      height: 100px;
      text-align: center;
    }
    
/* konec: kde nas najdete */



  #colorstudio
  {
    padding-top: 70px;
    background: url(../images/colorstudio.jpg) center top no-repeat;
  }
  
  #colorstudio a
  {
    margin: 0 6px;
    padding: 0 6px;
    text-decoration: none;
  }


/* sluzby */

.services
{
  line-height: 60px;
  
}

.services img
{
  margin-right: 20px;
}

/* konec: sluzby */





/* michani barev */


#mixing
{
  background: url(../images/michan3a.jpg) top left no-repeat;
  padding: 0 0 0 160px;
}

#mixing div.float
{
  width: 165px;
  float: left;
  text-align: left;
  padding: 0 5px;
  overflow: hidden;
}


#auto1
{
  width: 250px;
  padding-bottom: 150px;
  background: url(../images/michani2a.jpg) center bottom no-repeat;
  text-align: center;
  float: left;
}

#auto2
{
  width: 200px;
  padding-bottom: 200px;
  background: url(../images/michan3a.jpg) center bottom no-repeat;
  text-align: center;
  float: right;
}



/* konec: michani barev */




/* vyrobci barev */

#manufacturers td
{
  text-align: left;
  padding: 2px 5px;
}

#manufacturers th
{
  font-weight: bold;
  padding: 5px;
  background: #999;
  color: #fff;
  
}

#manufacturers tr.odd
{
  background: #eee;
}

/* konec: vyrobci barev */





/* volby odstinu */

#shade1
{
  background: url(../images/michani1a.jpg) top right no-repeat;
  padding-right: 210px;
  padding-top: 20px;
  height: 140px;
}

#shade2
{
  background: url(../images/fotometr1.gif) top left no-repeat;
  padding-left: 210px;
  padding-top: 20px;
  height: 160px;
  text-align: left;
}

#shade3
{
  background: url(../images/lesonal_vzor.jpg) top right no-repeat;
  padding-top: 20px;
  padding-right: 210px;
  height: 140px;
}


/* konec: volby odstinu */

.input
{
  padding: 5px 0;
}


.input label
{
  display: block;
  float: left;
  width: 150px;
  padding: 0;
}

.input input
{
  width: 150px;
  float: left;
}


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

      .gallery
      {
        
      }
    
        .gallery a
        {
          padding: 10px;
          display: block;
          float: left;
        }

        img.gallery-image
        {
          width: 100px;
          height: 80px;          
	        padding: 2px;
	        border: 1px solid #96939a;
        }
        

#contact-map
{
  display: block;
  width: 410px;
  height: 30px;
  padding-top: 300px;
  margin: 0 10px;
  text-align: center;
  background: url(../images/map.jpg) top left no-repeat; 
}

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

#meal-menu h2
{
  margin-bottom: 20px;
}

#meal-menu li
{
  padding: 0;
  margin: 0 0 20px 0;
  list-style-type: none;
}

#meal-menu h3
{
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
}

#meal-menu li span.name
{
  display: block;
}

#meal-menu li div.price
{
  text-align: right;
}

.news_item
{
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #999;
}

.news_item h3, #new_detail h3
{
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 0 0 0;
  margin: 0;
}

.news_inserted
{
  font-style: italic;
  font-size: .9em;
  margin-bottom: 10px;
}

.news_item img, #new_detail img
{
  float: left;
  margin-right: 10px;
}

#newsletter-form
{
  background: url(../images/newsletter.jpg) top left repeat-x;
  padding: 15px 9px;
  height: 41px;
  overflow: hidden;
}

  #newsletter-form input
  {
    background: #7FA6BE;
    float: left;
    width: 120px;
    #width: 115px;
    margin-right: 2px;
    #margin-right: 1px;
    height: 16px;
    line-height: 16px;
  }
  
  #newsletter-form label
  {
    display: block;
    font-size: .9em;
    color: #DBF0FC;
    padding: 5px 0 0 5px;
    padding: 0;
    margin: 0;
  }
  
  #newsletter-form input.button
  {
    height: 20px;
    line-height: 20px;
    font-size: .9em;
    background: #0A5787;
    color: #82B6D6;
    width: 100px;
    #line-height: 16px;
  }

#news
{
  width: 630px;
}

#gallery-main-image img
{
  width: 100px;
  height: 80px;
}

#gallery-main-image a
{
  text-decoration: none;
}
#gallery-main-image{
  margin-top:10px;
}
#gallery-main-image #main-gallery-image
{
  float: left;
  width: 320px;
  height: 270px;
  overflow: hidden;
}


#order_form input
{
  float: left;
}

#order
{
  display: block;
  width: 224px;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  font-weight: bold;
  background: url(../images/gifts.jpg) center center no-repeat;
  text-decoration: none;
}

#virtual
{
  display: block;
  width: 224px;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  font-weight: bold;
  background: url(../img/virtual.jpg) center center no-repeat;
  text-decoration: none;
}
#career
{
  display: block;
  width: 224px;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  font-weight: bold;
  background: url(../img/kariera.jpg) center center no-repeat;
  text-decoration: none;
}

#facebook{
  display: block;
  width: 135px;
  height: 34px;
  text-align: center;
  
  font-weight: bold;
  background: url(../img/facebook2.jpg) center center no-repeat;
  text-decoration: none;
  margin:15px 0 0 55px;

}
#left form
{
  margin: 0;
}

#virtual-run
{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 30px 0;
}

.admin
{
  
}
.center {
	text-align: center;
}
.paging{
  text-align: center;
  margin-top: 5px;
}
.paging a {
  text-decoration: none;
}




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

#content #premises li
{
  list-style-type: none;
}

#content #premises li a
{
  text-decoration: none;
  display: block;
  height: 45px;
  line-height: 45px;
  padding-left: 150px;
  text-decoration: underline;  
}

#content #premises li a:hover
{
  text-decoration: underline;  
}


#content #deserts-menu
{
  list-style-type: none;
}

#content #deserts-menu li
{
  list-style-type: none;
  width: 280px;
  text-align: center;
  float: left;
  padding-bottom: 40px;
  height: 250px;
}


#content #deserts-menu li div
{
  text-align: left;
}

#content #deserts-menu li div.price
{
  text-align: center;
  font-weight: bold;

}

#flash
{
  position: absolute;
  top: 0;
  width: 950px;
  height: 295px;
  background: url(../images/header-1.jpg) left top no-repeat; 
}

#kridla {
width: 250px;
height: 100px;
float:right;



}


a.shaken-drink{
  margin:0;
  padding:0;
  text-decoration: none;
  margin: 0 50px;
}
a.shaken-drink:hover{
  text-decoration: none;
}
a.shaken-drink img{
 border: 1px solid #C8C097;
}

.google {
float:left;
margin-left:55px;

}



