/* Spolecne definice */
div.zpet {
	text-align: right;
	margin: 10px 0 30px 0;
	}

div.zpet img {
	text-align: center;
	margin-right: 5px;
	vertical-align: middle;
	}

/* Vypis vyhledanych objektu */
div.vypis_objektu h1 {
	color: #EB2428;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.7em;
	}

div.vypis_objektu table.polozka {
	border-collapse: collapse;
	border: none;
	margin: 0 0 20px 0;
	}

div.vypis_objektu table.polozka th {
	background-color: #D0E9FF;
	border-bottom: 10px solid #ffffff;
	padding: 3px 5px;
	color: #0437A1;
	font-size: 1.1em;
	font-weight: normal;
	}

div.vypis_objektu table.polozka td.obrazek {
	width: 126px;
	vertical-align: top;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	border-left: none;
	padding: 0 9px 0 0;
	}

div.vypis_objektu table.polozka td.text {
	width: 378px;
	vertical-align: top;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: none;
	border-right: none;
	background-color: #EFF7FF;
	padding: 2px 6px;
	vertical-align: middle;
	color: #0437A1;
	}

div.vypis_objektu table.polozka td.legenda {
	width: 65px;
	vertical-align: top;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	border-left: none;
	padding: 0 0 0 5px;
	}

div.vypis_objektu table.polozka td.legenda img {
	margin: 0 0 4px 5px;
	}

div.vypis_objektu table.polozka td.paticka {
	background: #ffffff url('img/pozadi_q.gif') bottom left repeat-x;
	overflow: hidden;
	height: 18px;
	padding: 0;
	}

/* Vypis detailu objektu */
div.detail_objektu_zaklad {
	color: #0437A1;
}

div.detail_objektu_zaklad * {
	color: inherit;
}

div.detail_objektu_zaklad h1 {
	color: #EB2428;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.4em;
	padding: 0;
	}

div.detail_objektu_zaklad h2 {
	color: #0437A1;
	background-color: #E4F7FF;
	padding: 4px 3px;
	font-size: 1em;
	margin: 0 0 2.5em 0;
	}

div.detail_objektu_zaklad h3 {
	color: #0437A1;
	font-size: 1em;
	margin: 2em 0 0.7em 0;
	}

div.detail_objektu_zaklad h4 {
	color: #EB2428;
	font-size: 1em;
	margin: 2em 0 0.7em 0;
	}

div.detail_objektu_zaklad table.foto {
	width: 100%;
	margin: 0 0 10px 0;
	}

div.detail_objektu_zaklad table.foto td.foto1, div.detail_objektu_zaklad table.foto td.foto2 {
	width: 50%;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	}

div.detail_objektu_zaklad table.foto td.text1, div.detail_objektu_zaklad table.foto td.text2 {
	width: 50%;
	padding: 10px 0 20px 0;
	text-align: center;
	}

div.detail_objektu_zaklad div.objekt_zalozky {
	background-color: #EFF3F7;
	text-align: center;
	margin-bottom: 30px;
	padding: 4px 5px 5px 5px;
	}

div.detail_objektu_zaklad div.objekt_zalozky div.polozka {
	display: inline;
	margin-right: 13px;
	white-space: nowrap;
	}

div.detail_objektu_zaklad div.objekt_zalozky div.polozka img {
	text-align: center;
	margin-right: 5px;
	vertical-align: middle;
	}

div.detail_objektu_zaklad table.vyhody_nevyhody {
	width: 595px;
	border-collapse: collapse;
	margin: 0;
	}

div.detail_objektu_zaklad table.vyhody_nevyhody ul {
	margin: 0;
	}

div.detail_objektu_zaklad table.vyhody_nevyhody th.vyhody {
	width: 257px;
	background-color: #56AEE3;
	color: #ffffff;
	padding: 3px 10px;
	border: 1px solid #56AEE3;
	}

div.detail_objektu_zaklad table.vyhody_nevyhody td.vyhody {
	width: 270px;
	background-color: #E1F3FE;
	padding: 5px 10px;
	border: 1px solid #56AEE3;
	}

div.detail_objektu_zaklad table.vyhody_nevyhody td.vyhody li {
  padding: 0 0 0.4em 15px;
  list-style: none;
  background: url('../img/list_vyh.gif') 0 0.4em no-repeat;
  line-height: 120%;
	}

div.detail_objektu_zaklad table.vyhody_nevyhody th.nevyhody {
	background-color: #EFBB6C;
	color: #ffffff;
	padding: 3px 10px;
	border: 1px solid #EFBB6C;
	}

div.detail_objektu_zaklad table.vyhody_nevyhody td.nevyhody {
	background-color: #FDF5E9;
	padding: 5px 10px;
	border: 1px solid #EFBB6C;
	}

div.detail_objektu_zaklad table.vyhody_nevyhody td.nevyhody li {
  padding: 0 0 0.4em 15px;
  list-style: none;
  background: url('../img/list_nev.gif') 0 0.55em no-repeat;
  line-height: 120%;
	}

div.detail_objektu_zaklad table.vyhody_nevyhody td.mezera {
	width: 20px;
	}

div.detail_objektu_zaklad table.objekt_info {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	}

table.objekt_info th {
	background-color: #FFCF00;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	}

table.objekt_info td.bunka1 {
	width: 25%;
	background: #FFF3BD url('../img/objekt_i.gif') bottom left repeat-x;
	padding: 3px 3px 3px 10px;
	text-align: top;
	}

table.objekt_info td.bunka2 {
	width: 75%;
	background: #FFF3BD url('../img/objekt_i.gif') bottom left repeat-x;
	padding: 3px;
	text-align: top;
	}


table.ubytovaci_jednotka {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	}

table.ubytovaci_jednotka th.bunka1 {
	background-color: #63CF63;
	color: #ffffff;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: left;
	}

table.ubytovaci_jednotka th.bunka2 {
	background-color: #63CF63;
	color: #ffffff;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: right;
	}

table.ubytovaci_jednotka td.bunka1 {
	width: 25%;
	background: #DEFFC6 url('../img/ubytovac.gif') bottom left repeat-x;
	padding: 3px;
	text-align: left;
	}

table.ubytovaci_jednotka td.bunka2 {
	width: 75%;
	background: #DEFFC6 url('../img/ubytovac.gif') bottom left repeat-x;
	padding: 3px 3px 3px 10px;
	text-align: left;
	}


table.ubytovaci_jednotka td.bunka1 {
	text-align: left;
	}

table.ubytovaci_jednotka td.paticka {
	background-color: #EFF3F7;
	padding: 3px;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #D4DFEC;
	text-align: center;
	}

table.ubytovaci_jednotka td.akce {
	width:100%;
	text-align: center;
}

table.ubytovaci_jednotka div.polozka {
	display: inline;
	margin-right: 20px;
	white-space: nowrap;
	width:100%;
	}

table.ubytovaci_jednotka div.polozka img {
	margin-right: 5px;
	vertical-align: middle;
	text-align: center;
	}

/* Fotogalerie */
div.detail_objektu_fotogalerie table.foto {
	width: 100%;
	margin: 0 0 10px 0;
	}

div.detail_objektu_fotogalerie table.foto td.foto1, div.detail_objektu_fotogalerie table.foto td.foto2 {
	width: 50%;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	}

div.detail_objektu_fotogalerie table.foto td.text1, div.detail_objektu_fotogalerie table.foto td.text2 {
	width: 50%;
	padding: 10px 0 20px 0;
	text-align: center;
	}

/* Vyhledavani mapa */
div.vyhledavani_mapa {

	}

/* Vyhledavani podle pozadavku */
div.vyhledavani_pozadavky table.vyhledavani_formular_pozadavky th, div.vyhledavani_pozadavky table.vyhledavani_formular_pozadavky td {
	padding-right: 15px;
	}

div.vyhledavani_pozadavky table th, div.vyhledavani_pozadavky table td {
	padding-right: 15px;
	}

/* Vyhledavani podle oblasti */
div.vyhledavani_oblasti div.oblasti_uroven1 {
	margin-left: 15px;
  padding: 0.4em 0 0 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #013C9F;
  }

div.vyhledavani_oblasti div.oblasti_uroven1 a, div.vyhledavani_oblasti div.oblasti_uroven1 a:hover, div.vyhledavani_oblasti div.oblasti_uroven1 a:visited {
  text-decoration: none;
  }
div.vyhledavani_oblasti div.oblasti_uroven1 a:hover {
  text-decoration: underline;
  }

div.vyhledavani_oblasti div.oblasti_uroven2 {
	margin-left: 15px;
  background: url('../img/sipka000.gif') 5px 0.25em no-repeat;
  padding: 0.4em 0 0 25px;
  color: #013C9F;
  font-weight: normal;
  }

div.vyhledavani_oblasti div.oblasti_uroven2 a, div.vyhledavani_oblasti div.oblasti_uroven2 a:hover, div.vyhledavani_oblasti div.oblasti_uroven2 a:visited {
  text-decoration: none;
  }
div.vyhledavani_oblasti div.oblasti_uroven2 a:hover {
  text-decoration: underline;
  }

div.vyhledavani_oblasti div.oblasti_uroven3 {
  background: url('../img/sipka000.gif') 30px 0.25em no-repeat;
	margin-left: 15px;
  padding: 0.4em 0 0 50px;
  color: #013C9F;
  }

div.vyhledavani_oblasti div.oblasti_uroven3 a, div.vyhledavani_oblasti div.oblasti_uroven3 a:hover, div.vyhledavani_oblasti div.oblasti_uroven3 a:visited {
  text-decoration: none;
  }
div.vyhledavani_oblasti div.oblasti_uroven3 a:hover {
  text-decoration: underline;
  }

div.vyhledavani_oblasti div.oblasti_uroven4 {
  background: url('../img/sipka000.gif') 55px 0.25em no-repeat;
	margin-left: 15px;
  padding: 0.4em 0 0 75px;
  color: #013C9F;
  }

div.vyhledavani_oblasti div.oblasti_uroven4 a, div.vyhledavani_oblasti div.oblasti_uroven4 a:hover, div.vyhledavani_oblasti div.oblasti_uroven4 a:visited {
  text-decoration: none;
  }
div.vyhledavani_oblasti div.oblasti_uroven4 a:hover {
  text-decoration: underline;
  }

/* Prehled rezervaci */
div.prehled_rezervaci div.rezervace_poznamky {
	color: #3D649B;
	}

div.rezervace {
	overflow-x: scroll;
	}

div.rezervace table.rezervace td {
	width: 16px;
	height: 16px;
	border: 1px solid #98A1AB;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	}

div.rezervace table.rezervace td.mesic {
	width: auto;
	padding: 0 5px 0 2px;
	text-align: left;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #EFF3F7;
	}

div.rezervace table.rezervace tr.dny td {
	background-color: #EFF3F7;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}

div.rezervace table.rezervace td.ww {
	background: #ffffff url('../img/R_ww0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.wg {
	background: #ffffff url('../img/R_wg0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.we {
	background: #ffffff url('../img/R_we0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.wb {
	background: #ffffff url('../img/R_wb0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.wr {
	background: #ffffff url('../img/R_wr0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.gw {
	background: #ffffff url('../img/R_gw0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.ew {
	background: #ffffff url('../img/R_ew0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.bw {
	background: #ffffff url('../img/R_bw0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.rw {
	background: #ffffff url('../img/R_rw0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.gg {
	background-color: #66FF33;
	}

div.rezervace table.rezervace td.ge {
	background: #ffffff url('../img/R_ge0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.gb {
	background: #ffffff url('../img/R_gb0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.gr {
	background: #ffffff url('../img/R_gr0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.eg {
	background: #ffffff url('../img/R_eg0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.bg {
	background: #ffffff url('../img/R_bg0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.rg {
	background: #ffffff url('../img/R_rg0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.bb {
	background: #ffffff url('../img/R_bb0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.be {
	background: #ffffff url('../img/R_be0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.br {
	background: #ffffff url('../img/R_br0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.eb {
	background: #ffffff url('../img/R_eb0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.rb {
	background: #ffffff url('../img/R_rb0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.rr {
	background: #ffffff url('../img/R_rr0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.re {
	background: #ffffff url('../img/R_re0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.er {
	background: #ffffff url('../img/R_er0000.gif') center center no-repeat;
	}

div.rezervace table.rezervace td.ee {
	background: #ffffff url('../img/R_ee0000.gif') center center no-repeat;
	}

/* Cenik sluzeb */
div.cenik_sluzeb table.cenik {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	}

div.cenik_sluzeb table.cenik th {
	background-color: #E2BFE8;
	color: #ffffff;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: left;
	}

div.cenik_sluzeb table.akce th {
	background-color: #B6BCF0;
	}


div.cenik_sluzeb table.cenik td {
	background: #FFEAFF url('../img/cenik_sl.gif') top left repeat-x;
	padding: 3px;
	text-align: center;
	}

div.cenik_sluzeb table.cenik tr.datum td {
	background-image: none;
	background-color: #EFF3F7;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	}

div.cenik_sluzeb table.cenik td.bunka1 {
	text-align: left;
	}


div.cenik_sluzeb table.cenik_priplatku {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	}

div.cenik_sluzeb table.cenik_priplatku th {
	background-color: #E2BFE8;
	color: #ffffff;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: left;
	}

div.cenik_sluzeb table.cenik_priplatku td {
	background: #FFEAFF url('../img/cenik_sl.gif') top left repeat-x;
	padding: 3px;
	text-align: center;
	}

div.cenik_sluzeb table.cenik_priplatku tr.datum td {
	background-image: none;
	background-color: #EFF3F7;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	}

div.cenik_sluzeb table.cenik_priplatku td.bunka1 {
	text-align: left;
	}


div.cenik_sluzeb table.cenik_last_minute {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	}

div.cenik_sluzeb table.cenik_last_minute th {
	background-color: #B6BCF0;
	color: #ffffff;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: left;
	}

div.cenik_sluzeb table.cenik_last_minute td {
	background: #FFD4D4 url('../img/cenik_sl.gif') top left repeat-x;
	padding: 3px;
	text-align: center;
	color: #333333
	}

div.cenik_sluzeb table.cenik_last_minute tr.datum td {
	background-image: none;
	background-color: #EFF3F7;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	}

div.cenik_sluzeb table.cenik_last_minute td.bunka1 {
	text-align: left;
	}


div.cenik_sluzeb table.cenik_akce {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	}

div.cenik_sluzeb table.cenik_akce th {
	background-color: #E2BFE8;
	color: #ffffff;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: left;
	}

div.cenik_sluzeb table.cenik_akce td {
	background: #FFEAFF url('../img/cenik_sl.gif') top left repeat-x;
	padding: 3px;
	text-align: center;
	}

div.cenik_sluzeb table.cenik_akce tr.datum td {
	background-image: none;
	background-color: #EFF3F7;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	}

div.cenik_sluzeb table.cenik_akce td.bunka1 {
	text-align: left;
	}

div.cenik_sluzeb h4 {
	color: #EB2428;
	font-size: 1em;
	margin: 2em 0 0.7em 0;
	}

/* Objednavka pobytu */
div.objednavka_pobytu div.objednavka {
	background-color: #DEFFC6;
	padding: 10px 25px;
	}

div.objednavka_pobytu div.objednavka table.objednavkovy_formular th {
	padding-right: 10px;
	}

/* Prehled fotogalerii */
div.prehled_fotogalerii table.fotogalerie_vypis {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	}

div.prehled_fotogalerii table.fotogalerie_vypis th {
	padding: 3px;
	background-color: #D4DFEC;
	color: #0437A1;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	}

div.prehled_fotogalerii table.fotogalerie_vypis td {
	padding: 3px;
	background-color: #EFF3F7;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	}

/* Vypis letovisek */
div.vypis_letovisek table.prehled_letovisek {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	}

div.vypis_letovisek table.prehled_letovisek th {
	font-size: 1.1em;
	padding-bottom: 5px;
	}

div.vypis_letovisek table.prehled_letovisek td.oblast {
	padding: 3px;
	background-color: #D4DFEC;
	color: #0437A1;
	border-top: 5px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	font-weight: bold;
	}

div.vypis_letovisek table.prehled_letovisek td {
	padding: 3px;
	background-color: #EFF3F7;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	}
