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


body    
{ 
  background: #fff; 
  color: #000; 
  margin: 0; 
  padding: 0; 
  font: 70% arial; 
  position: relative;
  line-height: 1.2;
  height: 100%;
  min-height: 100%;
}



/* prvky viditelne jen bez pouziti css */

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

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


/* obecne elementy */

  h1
  {
    padding: 8px 0;
    margin: 0;
    font-size: 1.7em;
    font-weight: bold;
  }

  h1.hidden{
    display:none;
  }

  h4
  {
    padding:0;
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    display:block;
  }
  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overflow: hidden;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px dotted #5B1B00;
  }

  h2
  {
    text-align: left;
    font-size: 1.3em;
    padding: 25px 0 5px 0;
    margin: 0;
    background: url(../images/gradient-line.jpg) bottom center no-repeat;
  }
  
  h3
  {
    text-align: left;
    font-size: 1.2em;
    padding: 5px 0;
    margin: 0;
    background: url(../images/gradient-line.jpg) bottom center no-repeat;
  }




/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

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

  .margin-bottom
  {
    margin-bottom: 15px;  
  }

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

  .red
  {
    color: #d00000;
    font-weight: bold;
  }  
  
  .green
  {
    color: teal;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #900000;  
  }
 
  a:hover
  {
    color: #f00000;  
  }
  .rightimg {
	  float: right;
	  margin: 0 0 5px 5px;
  }
  .leftimg {
	  left: left;
	  margin: 0 5px 5px 0;
  }

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


/* konec: obecne tridy */    

  #header
  { 
    display: none;
  }   

  
  #page-1
  {
    _height: 100%;
    min-height: 100%;
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }


  #page-2
  {
    height: 100%;
    min-height: 100%;
    width: 800px;
    padding: 0 0 0 0;
    margin: 0 auto;
  }

  #page-3
  {
    height: 100%;
    min-height: 100%;
    width: 800px;
    padding: 0 0 0 0;
    margin: 0 auto;
  }


  #page
  {
    _height: 100%;
    min-height: 100%;
    width: 800px;
    padding: 0 0 90px 0;
    top: 0;
    text-align: left;
  }


  #left
  {
    float: left;
    width: 220px;
  }


  #right
  {
    float: right;
    width: 197px;
    text-align: left;
    overflow: hidden;
  }

  #right_boxes
  {
    float: right;
    text-align: left;
    overflow: hidden;
    width:  140px;
    
  }
  
  #left_boxes{
    float: left;
    width: 650px;
  }

  #middle
  {
    padding-top: 72px;
  }

  #content
  {
    float: right;
    width: 395px;
    padding: 20px 10px;
    
  }

    #content ul li
    {
      list-style-image: url(../images/li.jpg);
    }


  #menu-bottom
  {
    display: none;
  }

  #menu
  {
    display: none;
  }


      
  #no-js-submenu 
  {
    display: none;
  }

  #footer
  {
    display: none;
    width: 800px;
    height: 80px;
    border-top: 1px solid #000;
    text-align: center;  
  }

    #footer a
    {
      color: #000;
    }

  
  #virtual-tour-href
  {
    display: none;
  }


  #right-news
  {
    display: none;
  }


  #left-gallery
  {
    text-align: center;
  }
  
  #flash
  {
    display: none;
  }


  #left-gallery img
  {
    display: block;
    width: 145px;
    height: 100px;
    padding: 5px;
    margin: 0 auto 15px 60px; 
    background: url(../images/left-image-frame.jpg) center center no-repeat;
  } 

  #address
  {
    position: absolute;
    margin-left: 420px;
    top: 29px;
    color: #FFEE92;
    text-align: left;
    width: 190px;
    height: 50px;
    overflow: hidden;
  }
  
    #address a
    {
      color: #000;
      text-decoration: none;
      font-weight: bold;
    }
    
  #phones
  {
    position: absolute;
    margin-left: 620px;
    top: 29px;
    color: #FFEE92;
    text-align: left;
    width: 190px;
    height: 50px;
    overflow: hidden;
  }
  
    #phones a
    {
      color: #000;
      text-decoration: none;
      font-weight: bold;
    }
    
    
    #logo
    {
      position: absolute;
      width: 250px;
      height: 75px;
      top: 0;
      margin-left: 0px;
    }    


  #virtual-content
  {
    display: block;
    width: 400px;
    font-size: 1.4em;
    padding: 40px 0;
    text-align: center;
    font-weight: bold;
    
  }
  
  .images
  {
    margin: 0;
    padding: 0px 0;
    text-align: center;
  }

  .images img
  {
    margin: 5px;
  }  
  
  .listek p {
	  padding: 0 0 0 50px;
  }
  .listek p b {
	  display: block;
	  position: relative;
	  left: -50px;
  }
  .listek p span.price {
	  display: block;
	  text-align: right;
	  padding: 10px 30px 0 0;
  }
  .slistek .price {
	  display: block;
	  text-align: right;
	  float: right;
	  margin: 0;
	  padding: 0;
  }


.reservation-class
{
  border: 1px solid #5B1B00;
  margin: 5px 0;
  padding: 5px;
}

label
{
  float: left;
  display: block;
  width: 100px;
}

.reservation-class-header
{
  font-weight: bold;
  margin: 5px 0 10px 0;
  width: 380px;
}

div.input
{
  margin: 1px 0;
}

input
{
  border: 1px solid #5B1B00;
  padding: 0 5px;
}


  #langs     
  {
    display: none;
  }
  
    #langs li
    {
      float: left;
    }

    #langs a
    {
      float: left;
      border: none;
      margin-bottom: 5px;
      display: block;
      width: 22px;
      height: 15px;
      padding: 2px;
    }

  
    #langs a.cz
    {
      background: url(../images/flag-cz.png) center center no-repeat;
    }
      
    #langs a.de
    {
      background: url(../images/flag-de.png) center center no-repeat;
    }
      
    #langs a.en
    {
      background: url(../images/flag-en.png) center center no-repeat;
    }
      
  
    #langs a:hover
    {
    }
    
hr.cl {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
.left-box {
    float: left;
    width: 190px;
}
.right-box {
    float: right;
    width: 190px;
}
div.left-box, div.right-box {
    margin: 0;
    padding: 0;
}
.right-box ul {
    margin: 0;
    padding: 0 0 0 15px;
}

#print-logo
{
  position: absolute;
  top: 20px;
  margin-left: 70px;
  width: 158px;
  height: 25px;
} 
