/*** hlavicka *****************************************************************/
.hlavicka_logo {
  background: url('../../img/logo.png') no-repeat top left;
  width: 139px;
  height: 58px;
  float: left;
  margin: 30px 0 0 100px;
  text-indent: -9999px;
  overflow: hidden;
}

.hlavicka_menu {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 2; 
}

.hlavicka_menu_odkaz {
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
}

.hlavicka_menu_odkaz:hover, .hlavicka_menu_odkaz.aktiv {
  background: url('../../img/menu_bg.png') repeat-x top center;
  color: #000;
}

/*** obsah home ***************************************************************/
.home_animace {
  background: url('../../img/home_animace_stin.png') no-repeat bottom center;
  padding-bottom: 39px;
  margin: 0 auto 11px;
  width: 906px;
  height: 409px;
  position: relative;
  text-align: left;
}

.home_animace_vlevo {
  background: url('../../img/home_animace_vlevo.png') no-repeat top left;
  width: 29px;
  height: 409px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.home_animace_vlevo.disabled {
  background: url('../../img/home_animace_vlevo.png') no-repeat bottom left;
}

.home_animace_vpravo {
  background: url('../../img/home_animace_vpravo.png') no-repeat top right;
  width: 29px;
  height: 409px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.home_animace_vpravo.disabled {
  background: url('../../img/home_animace_vpravo.png') no-repeat bottom right;
}

.home_animace_fotky {
  width: 848px;
  height: 409px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 29px;
}

.home_animace_obal {
  width: 99999px;
  position: absolute;
  clear: both;
}

.obal_uzky {
  width: 906px;
  margin: 0 auto;
}

.obsah.home .obal_uzky p {
  line-height: 1.7em;
}

/*** prohlidka ****************************************************************/
.odkaz_vice {
  position: absolute;
  top: -50px;
  right: 20px;
  width: 136px;
  height: 24px;
  padding-top: 18px;
  text-align: center;
  background: url('../../img/odkaz_vice_bg.png') no-repeat top left;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  z-index: 100;
}
.prohlidka {
  height: 42px;
  float: left;
  width: 100%;
  background: url('../../img/prohlidka_bg.png') repeat-x top center;
  margin-bottom: 30px; 
}

.prohlidka .odkaz {
  float: left;
  height: 42px;
  line-height: 38px;
  width: 240px; /* 258px */
  text-align: center;
  cursor: default;
}

.prohlidka_odkazy.aktiv .odkaz {
  cursor: pointer;
}

.prohlidka_odkazy.aktiv .odkaz.current {
  background: url('../../img/prohlidka_odkaz_current.png') no-repeat bottom center;
  font-weight: 700;
}

.prohlidka_odkazy.aktiv .odkaz:hover {
  font-weight: 700;
}

.prohlidka_oddelovac {
  float: left;
  height: 11px;
  margin-top: 13px;
  border-left: 1px solid #de2f2e;
  border-right: 1px solid #a81918;
}

.prohlidka_velka {
  float: left;
  clear: left;
  width: 605px;
  height: 404px;
  margin: 57px 0 0 30px;
}

.prohlidka_velka img {
  max-width: 605px;
  max-height: 404px;
  _width: expression(this.height < this.width && this.width > 605 ? 605 : true);
  _height: expression(this.height >= this.width && this.height > 404 ? 404 : true);
}

.prohlidka_velka_stin {
  background: url('../../img/prohlidka_velka_stin.png') no-repeat top left;
  float: left;
  clear: left;
  width: 100%;
  height: 30px;
}

.prohlidka_galerie {
  float: right;
  clear: right;
  width: 262px;
  margin: 0 40px 0 0;
}

.prohlidka_galerie img {
  margin-bottom: 5px;
  cursor: pointer;
  max-width: 262px;
  max-height: 97px;
  _width: expression(this.height < this.width && this.width > 262 ? 262 : true);
  _height: expression(this.height >= this.width && this.height > 97 ? 97 : true);
}

.prohlidka_galerie_vyrez {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 408px;
}

.prohlidka_galerie_obal {
  position: absolute;
  width: 100%;
  height: 99999px;
}

.prohlidka_sipka_nahoru {
  width: 15px;
  height: 15px;
  float: right;
  margin: 31px 123px 11px 0;
  background: url('../../img/prohlidka_sipky.png') no-repeat top left;
  cursor: pointer;
}

.prohlidka_sipka_nahoru.disabled {
  background: url('../../img/prohlidka_sipky.png') no-repeat top right;
}

.prohlidka_sipka_dolu {
  width: 15px;
  height: 15px;
  float: right;
  margin: 6px 123px 0 0;
  background: url('../../img/prohlidka_sipky.png') no-repeat bottom left;
  cursor: pointer;
}

.prohlidka_sipka_dolu.disabled {
  background: url('../../img/prohlidka_sipky.png') no-repeat bottom right;
}

/*** obsah ********************************************************************/
.nadpis_horni {
  font-size: 18px;
  margin: 0 0 11px;
  padding: 0;
  font-weight: 400;
}

.drobecky {
  float: left;
  margin-bottom: 20px;
  padding-bottom: 11px;
  background: url('../../img/border_bg.png') repeat-x bottom center;
  width: 100%;
}

.drobecky a {
  float: left;
  text-decoration: none;
}

.drobecky a:hover {
  text-decoration: underline;
}

.drobecky span {
  color: #fff;
  float: left;
}

.drobecky .oddelovac {
  margin: 0 5px;
}

.drobecky span.aktiv {
  font-weight: 700;
}

/*** menu *********************************************************************/

.menu_odkaz {
  float: left;
  width: 155px;
  line-height: 18px;
  background: url('../../img/menu_bg_1.png') repeat-x bottom center;
  padding: 6px 10px;
  text-decoration: none;
}

.menu_odkaz:hover, .menu_odkaz.aktiv {
  background: url('../../img/menu_bg_2.png') repeat-x bottom center;
  color: #000;
}

/*** obsah prehled ************************************************************/
.prehled_polozka {
  float: left;
  clear: both;
  width: 100%;
  text-align: justify;
  margin-bottom: 30px;
  padding-bottom: 11px;
  background: url('../../img/border_bg.png') repeat-x bottom center;
}

.prehled_nadpis {
  font-size: 13px;
  margin: 0 0 2px;
  padding: 0;
}

.prehled_nadpis a {
  text-decoration: none;
}

.prehled_podnadpis {
  font-size: 11px;
  margin: 0 0 10px;
  padding: 0 0 11px;
  background: url('../../img/border_bg.png') repeat-x bottom center;
}

.prehled_foto {
  float: left;
  margin: 0 10px 5px 0;
  max-width: 187px;
  _width: expression(this.height < this.width && this.width > 187 ? 187 : true);
}

.prehled_polozka p {
  line-height: 1.7em;
}

.prehled_vice {
  text-align: right;
}

.prehled_vice a {
  color: #000;
  float: right;
  text-decoration: none;
  font-size: 12px;
  padding: 0 30px;
  font-weight: 700;
  height: 29px;
  line-height: 29px;
  background: url('../../img/menu_bg.png') repeat-x top center;
}

.prehled_vice a:hover {
  background: url('../../img/menu_bg.png') repeat-x bottom center;
  color: #fff;
}

/*** obsah detail *************************************************************/
.detail_nadpis {
  font-size: 13px;
  margin: 0 0 2px;
  padding: 0;
}

.detail_podnadpis {
  font-size: 11px;
  margin: 0 0 10px;
  padding: 0 0 11px;
  background: url('../../img/border_bg.png') repeat-x bottom center;
}

.detail_text p {
  line-height: 1.7em;
}

.detail_text {
  clear: both;
  float: left;
  width: 100%;
  text-align: justify;
  margin-bottom: 30px;
}

.detail_fotka img {
  margin: 0 20px 5px 0;
  max-width: 286px;
  _width: expression(this.height < this.width && this.width > 286 ? 286 : true);
  float: left;
}

.detail_galerie {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.detail_galerie img {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 160px;
  _width: expression(this.height < this.width && this.width > 160 ? 160 : true);
}

.detail_soubory {
  float: left;
  width: 100%;
  clear: both;
}

a.detail_soubor {
  float: left;
  clear: both;
  margin: 0 0 20px 20px;
  text-decoration: none;
}

a.detail_soubor:hover span {
  text-decoration: underline;
}

.detail_soubor img {
  float: left;
}

.detail_soubor span {
  float: left;
  color: #fff;
  margin-left: 20px;
  max-width: 300px;
  _width: expression(this.height < this.width && this.width > 300 ? 300 : true);
}

/*** rezervace ****************************************************************/
.rezervace, .rezervace fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.formulare.vlevo {
  float: left;
  width: 350px;
  margin-right: 10px;
}

.formulare.vpravo {
  float: left;
  width: 350px;
}

.formulare table {
  width: 100%;
  margin-bottom: 11px;
}

.formulare table tr, .formulare table td {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

.formulare .popis {
  width: 30%;
}

.formulare .input {
  width: 70%;
}

.formulare .input input {
  width: 90%;
  text-align: left;
}

.formulare .input_kratsi {
  width: 20%;
}

.formulare .input_kratsi input {
  width: 90%;
  text-align: left;
}

.formulare .input_cele {
  width: 70%
}

.formulare .input_cele input {
  padding-left: 20px;
    text-align: left;
    width: 220px;
}
.formulare .input_cele_tel input {

    text-align: left;
    width: 240px;
}

.formulare input.povin {
  /*background: #fff url('../../img/hvezdicka.png') no-repeat 4px 4px;*/
  background: #fff no-repeat 4px 4px;
}

.formulare .pocet {
  width: 50%;
}

.formulare .datepicker {
  background: #fff url('../../img/kalendar.png') no-repeat 1% 50%;
}

.formulare_nadpis p {
  font-size: 12px;
  font-weight: 700;
  margin: 12px 0;
}

.formulare textarea {
  width: 100%;
  height: 100px;
}

.formulare .rezervace_odeslat {
  padding: 0 20px;
  border: 0;
  height: 29px;
  line-height: 29px;
  background: url('../../img/menu_bg.png') repeat-x top center;
  cursor: pointer;
  float: left;
  font-weight: 700; 
}
/*** paticka ******************************************************************/
.paticka_vlevo {
  float: left;
}

.paticka_menu {
  float: left;
  margin-bottom: 11px;
}

.paticka_menu a, .paticka_kontakt a {
  float: left;
  text-decoration: none;
  margin-right: 20px;
}

.paticka_kontakt {
  float: left;
  clear: both;
}

.paticka_menu a:hover, .paticka_kontakt a:hover, .paticka_mcrai a:hover, .paticka_menu a.aktiv {
  text-decoration: underline;
}

.paticka_mcrai {
  float: right;
  text-align: right;
  text-decoration: none;
}

.paticka_mcrai a {
  text-decoration: none;
}

.zpetne_odkazy a{
  text-decoration: none;
}

.zpetne_odkazy a:hover{
  text-decoration: underline;
}