/*
 *  CSS - styly jednotlivych podstranek
 *  Copyrighted by Tomas Halada, www.LTweb.cz
 */
/* vypisy formatovaneho textu - popis hotelu, destinace, zeme */
.article {
  text-align: left;
  margin: 15px;
}

/* homepage -------------------------------------------------------------- */
.home-left {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 466px;
}
.home-right {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  width: 153px;
}

/* pruh --------------------------------------------------------------------- */
.garance-pruh:link, .garance-pruh:visited {
	background: #f57900;
	text-align: center;
	width: 100%;
	height: 20px;
	color: #ffffff;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
}
.garance-pruh:hover, .garance-pruh:active {
	background: #002638;
	text-align: center;
	width: 100%;
	height: 20px;
	color: #ffffff;
	display: block;
	padding-bottom: 5px;
}
.garance-pruh span {
	display: block;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* homepage strucne hledani --------------------------------------------- */
#short-search {
  background-color: #e2f1a0;
  margin-bottom: 2px;
  width: 100%;
}

#short-search h2 {
  width: 100%;
  height: 49px;
  margin: 0;
  padding: 0;
  background: #bfd40a url(../img/short-search-title.png) no-repeat top left;
}
#short-search h2 span {
  display: none;
}
#short-search h2 a {
  position: relative;
  float: right;
  right: 15px;
  top: 5px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-top: 15px;
  padding-left: 35px;
  height: 25px;
  background: url(../img/podrobne+hledani+ico.gif) no-repeat left center;
}
#short-search table {
}
#short-search label {
  color: #892929;
  display: block;
  text-align: left;
  padding-bottom: 3px;
  font-size: 0.9em;
}
#short-search .format {
  width: 125px;
  font-size: 0.85em;
} 
#short-search .format-date {
	width: 90px;
}
#short-search .vertical-middle {
	vertical-align: middle;
}
#short-search .vertical-middle img {
}
#short-search .submit {
  vertical-align: bottom;
  text-align: right;
}
#short-search .calendar-ico {
	float: left;
	margin-left: 5px;
	padding-top: 2px;
}

/* homepage novinky ------------------------------------------------------- */
.news-list {
  width: 100%;
  margin: 3px 0;
  background-color: #e2f1a0;
  border-collapse: collapse;
}
.news-list .title {
  text-align: left;
  padding: 2px 10px;
  background-color: #b8cf07;
}
.news-list .image {
  vertical-align: top;
  padding: 0;
  width: 230px;
}
.news-list .image img {
  width: 230px;
  height: 100px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #bfd40a;
}
.news-list .text {
  vertical-align: middle;
  font-size: 0.85em;
  text-align: justify;
  padding: 5px 15px;
}
.news-list .text a {
  text-decoration: none;
}


/* homepage - tipy z typu zajezdu ----------------------------------------- */
.type-tips {
  border-collapse: collapse;
}
.type-tips td {
  vertical-align: top;
}
.type-tips .left {
  padding: 2px 3px 3px 0;
}
.type-tips .right {
  padding: 2px 0 3px 3px;
}

.type-tip {
  width: 230px;
  border-collapse: collapse;
  font-size: 0.9em;
}
.type-tip td {
  padding: 0;
}
.type-tip thead td {
  height: 77px;
}
.type-tip thead td a {
  display: block;
  width: 230px;
  height: 77px;
}
.type-tip thead td strong {
  display: none;
}

.type1 thead td {background: url(../img/typy/type1bg.jpg) no-repeat top center;}
.type2 thead td {background: url(../img/typy/type2bg.jpg) no-repeat top center;}
.type3 thead td {background: url(../img/typy/type3bg.jpg) no-repeat top center;}
.type4 thead td {background: url(../img/typy/type4bg.jpg) no-repeat top center;}

.type1 .col1 {background-color: #fe8a0f;}
.type1 .col2 {background-color: #f5ce90;}
.type2 .col1 {background-color: #d0ad7f;}
.type2 .col2 {background-color: #f1d8b7;}
.type3 .col1 {background-color: #c3b794;}
.type3 .col2 {background-color: #e4dcc3;}
.type4 .col1 {background-color: #3d77bf;}
.type4 .col2 {background-color: #82c3ed;}

.type1 td {border-color: #fe8a0f;}
.type2 td {border-color: #d0ad7f;}
.type3 td {border-color: #c3b794;}
.type4 td {border-color: #3d77bf;}

.type1 .col1 a:link, .type1 .col1 a:visited, .type1 .col1 a:hover, .type1 .col1 a:active {color: #fbebd1;}
.type1 .col2 a:link, .type1 .col2 a:visited, .type1 .col2 a:hover, .type1 .col2 a:active {color: #dd7301;}
.type2 .col1 a:link, .type2 .col1 a:visited, .type2 .col1 a:hover, .type2 .col1 a:active {color: #ffffff;}
.type2 .col2 a:link, .type2 .col2 a:visited, .type2 .col2 a:hover, .type2 .col2 a:active {color: #784c12;}
.type3 .col1 a:link, .type3 .col1 a:visited, .type3 .col1 a:hover, .type3 .col1 a:active {color: #ffffff;}
.type3 .col2 a:link, .type3 .col2 a:visited, .type3 .col2 a:hover, .type3 .col2 a:active {color: #58513d;}
.type4 .col1 a:link, .type4 .col1 a:visited, .type4 .col1 a:hover, .type4 .col1 a:active {color: #b5dffa;}
.type4 .col2 a:link, .type4 .col2 a:visited, .type4 .col2 a:hover, .type4 .col2 a:active {color: #3d77bf;}

.type-tip a:link, .type-tip a:visited, .type-tip a:hover, .type-tip a:active {
  text-decoration: none;
}
.type-tip .name {
  width: 150px;
  text-align: left;
  border-left-width: 1px;
  border-left-style: solid;
}
.type-tip .name a {
  display: block;  
  padding: 3px 1px 3px 5px;
  width: 143px;
}
.type-tip .price {
  width: 80px;
  text-align: right;
  border-right-width: 1px;
  border-right-style: solid;
}
.type-tip .price a {
  display: block;
  padding: 3px 5px 3px 1px;
  width: 73px;
}
.type-tip .blank {
  border-width: 0 1px;
  border-style: solid;
  padding: 3px 0;
  text-align: center;
}

/* homepage top hotely ---------------------------------------------------- */
.margin-auto {
  margin: 0 auto;
}
#top .title {
  width: 100%;
  height: 49px;
  background: #bfd40a url(../img/top-title.png) no-repeat top left;
}
#top .title span {
  display: none;
}

#top .hotel-tip {
  border: 1px solid #bfd40a;
  margin-top: 2px;
  width: 151px;
}
#top .a-zeme {
  display: block;
  background-color: #bfd40a;
  padding: 3px 6px;
  color: #002638;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}
#top .body {
  background: url(../img/top-bg.png) repeat-x top center;
  padding: 5px 10px;
  font-size: 0.9em;
}
#top .a-hotel {
  display: block;
  text-decoration: none;
  padding-top: 5px;
}
#top img {
  display: block;
  width: 100px;
  height: 75px;
  padding: 3px;
  border: 1px solid #8e9764;
  background-color: #bfd40a;
}
#top .dest {
  padding-top: 5px;
  display: block;
  text-align: center;
}
#top .name {
  display: block;
  text-align: center;
}
#top .kateg {
  display: block;
  text-align: center;
}
#top .dates {
  display: block;
  text-align: center;
  padding: 3px 0;
  font-size: 0.85em;
}
#top .a-zajezd {
  display: block;
  text-decoration: none;
}
#top .a-zajezd strong {
  font-size: 1.2em;
  color: #892929;
}

/* prehled zemi, prehled typu zajezdu -------------------------------------- */
.full-list {
  width: 80%;
  border-collapse: collapse;
}
.full-list .smaller {
  font-size: 0.85em;
}
.full-list td {
  border-bottom: 1px solid #e0e0e0;
}
.full-list .name {
  width: 50%;
  text-align: left;
  padding: 6px 0;
}
.full-list .count {
  text-align: right;
  font-size: 0.85em;
}
.full-list .links {
  text-align: right;
  font-size: 0.85em;
}

.full-list .image {
  width: 120px;
  text-align: center;
  padding: 2px 0;
}
.full-list .image img {
  width: 100px;
  height: 75px;
  background-color: #f8f8f8;
  border: 1px solid #bfd40a;
}

.popis {
  width: 80%;
  font-size: 0.9em;
  text-align: justify;
}
.popis-wide {
  width: 88%;
  font-size: 0.9em;
  text-align: justify;
}

/* prehled hotelu -------------------------------------------------------- */
.razeni {
  float: right;
  top: 0;
  right: 0;
}

.hotel-list {
  width: 100%;
  margin: 3px 0;
  background-color: #e2f1a0;
  border-collapse: collapse;
}
.hotel-list .image {
  padding: 10px;
  width: 110px;
}
.hotel-list .image img {
  width: 100px;
  height: 75px;
  padding: 3px;
  border: 1px solid #8e9764;
  background-color: #bfd40a;
}

.hotel-list .name {
  text-align: left;
  vertical-align: top;
  padding: 10px 0 5px 0;
}
.hotel-list .name span {
  font-size: 0.85em;
  display: block;
}
.hotel-list .name strong {
  font-size: 1.1em;
  display: block;
  margin-top: 1px;
}

.hotel-list .data {
  padding: 5px 10px 3px 10px;
  text-align: right;
  vertical-align: top;
}
.hotel-list .data span {
  display: block;
  padding-bottom: 2px;
}
.hotel-list .data strong {
  font-size: 1.2em;
  color: #892929;
}

.hotel-list .text {
  font-size: 0.85em;
  text-align: justify;
  vertical-align: bottom;
  padding: 0 10px 10px 0;
}

/* prehled zajezdu ------------------------------------------------------- */
#zajezdy {
  width: 90%;
  font-size: 0.9em;
  border-collapse: collapse;
  border: 1px solid #325f74;
}
#zajezdy thead td {
  padding: 2px 5px;
  background-color: #325f74;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.95em;
}
#zajezdy tbody td {
  padding: 4px 3px;
  border: 1px solid #bfd40b;
}

#zajezdy .col1 td {
  background-color: #ffffff;
}
#zajezdy .col2 td {
  background-color: #e8edee;
}

#zajezdy .image {
  text-align: center;
  width: 60px;
}
#zajezdy .image img {
  width: 50px;
  height: 38px;
  border: 1px solid #325f74;
}

#zajezdy .date {
  display: block;
  text-align: center;
  font-weight: bold;
  width: 100px;
}
#zajezdy .days {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: #808080;
}

#zajezdy .dest {
  text-align: left;
}
#zajezdy .dest strong {
  display: block;
  font-size: 1.1em;
}
#zajezdy .dest img {
  border: none;
}
#zajezdy .dest span {
  display: block;
  font-size: 0.9em;
}

#zajezdy .info {
  font-size: 0.9em;
  text-align: center;
}
#zajezdy .info span {
  display: block;
}

#zajezdy .cena {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
#zajezdy .link {
  display: block;
  text-align: center;
  font-size: 0.9em;
}

#zajezdy .dest a:link, #zajezdy .dest a:visited,
#zajezdy a:link .cena, #zajezdy a:visited .cena {
  color: #000000;
  text-decoration: none;
}
#zajezdy .dest a:hover, #zajezdy .dest a:active,
#zajezdy a:hover .cena, #zajezdy a:active .cena {
  color: #c7180f;
  text-decoration: none;
}

/* strucny prehled zajezdu ---------------------------------------------- */
#zajezdy-short {
  width: 90%;
  font-size: 0.9em;
  border-collapse: collapse;
  border: 1px solid #325f74;
}
#zajezdy-short thead td {
  padding: 2px 5px;
  background-color: #325f74;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.95em;
}
#zajezdy-short tbody td {
  padding: 4px 5px;
  border: 1px solid #bfd40b;
}

#zajezdy-short .col1 td {
  background-color: #ffffff;
}
#zajezdy-short .col2 td {
  background-color: #e8edee;
}

#zajezdy-short .image {
  text-align: center;
  width: 60px;
}
#zajezdy-short .image img {
  width: 50px;
  height: 38px;
  border: 1px solid #325f74;
}
#zajezdy-short .date {
  text-align: center;
  font-weight: bold;
}
#zajezdy-short .days {
  text-align: center;
  font-size: 0.9em;
  color: #808080;
}
#zajezdy-short .cena {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
#zajezdy-short .link {
  text-align: center;
  font-size: 0.9em;
}

#zajezdy-short .dest a:link, #zajezdy-short .dest a:visited,
#zajezdy-short a:link .cena, #zajezdy-short a:visited .cena {
  color: #000000;
  text-decoration: none;
}
#zajezdy-short .dest a:hover, #zajezdy-short .dest a:active,
#zajezdy-short a:hover .cena, #zajezdy-short a:active .cena {
  color: #c7180f;
  text-decoration: none;
}

/* last minute --------------------------------------------------------- */
.filtr {
  font-size: 0.9em;
  margin: 5px auto;
}
.filtr select {
  width: 130px;
  font-size: 0.9em;
}

/* detail-zajezdu ------------------------------------------------------- */
#zajezd p {
  width: 90%;
  margin: 15px auto;
}

.hotel-short {
  width: 90%;
}
.hotel-short td {
  vertical-align: top;
}
.hotel-short .text {
  font-size: 0.9em;
  text-align: justify;
}
.hotel-short .image {
  text-align: right;
  width: 120px;
}
.hotel-short .image img {
  width: 100px;
  height: 75px;
  padding: 3px;
  border: 1px solid #8e9764;
  background-color: #bfd40a;
}

.table-detaily, .table-ceny {
  width: 60%;
  margin: 15px auto;
  border: 1px solid #002638;
  background-color: #f0f0f0;
}
.table-detaily td, .table-ceny td {
  border: 1px solid #e0e0e0;
  padding: 1px 5px;
  background-color: #ffffff;
}
.table-detaily .polozka, .table-ceny .polozka {
  text-align: left;
}
.table-detaily .hodnota {
  text-align: left;
  font-weight: bold;
}
.table-ceny .hodnota {
  text-align: right;
}
.note {
  text-align: center;
  font-size: 0.85em;
  color: #a0a0a0;
}

/* textove stranky -------------------------------------------------------- */
.doc p {
  text-align: justify;
  padding: 0 40px;
}
.doc ul {
  text-align: left;
  padding: 0 40px;
}

/* kontakt ---------------------------------------------------------------- */
.doc-kontakt .f_right img {
  width: 140px;
  height: 70px;
  padding: 3px;
  margin-right: 10px;
  border: 1px solid #8e9764;
  background-color: #bfd40a;
}


/* rozsireni ---------------------------------------------------------------- */
.posunuti-label label {
	padding-left: 10px;
}

.poukazky {
	width: 550px;
}
.poukazky img {
	border: none;
}

/* obrazky v textu ---------------------------------------------------------- */
.img-text {
	padding: 3px;
  border: 1px solid #8e9764;
  background-color: #bfd40a;
}


/* kalkulačka --------------------------------------------------------------- */
.table-detaily-price {
	width: 95%;
}
.table-detaily-price .polozka {
	text-align: left;
}
.partneri-odkaz a:link, .partneri-odkaz a:visited {
	color: #cbcbcb;
}
.partneri-odkaz a:hover, .partneri-odkaz a:active {
	color: #000000;
}

.title-movie {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 0 0 3px 0;
}

/* google maps ----------------------------------- */
#map1 div span {
  width: 600px;
  display: block;
  position: relative;
  overflow: hidden;
}
#map1 div span a:link, #map1 div span a:visited {
	background: none;
}
#map1 .terms-of-use-link:link, #map1 .terms-of-use-link:visited {
	background: none;
	border: none;		
}
#map1 #logocontrol a:link, #map1 #logocontrol a:visited {
	border: none;
	background: none;		
}
.informace-images img {
	padding: 2px;
	background: #68b6cb;
}
.informace-images a:hover img, .informace-images a:active img {
	background: #14526d;	
}

.example {
	width: 99%;
	margin: 5px auto;
}
.example a:link, .example a:visited {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-left: 15px;
	padding: 2px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
		
}
.example #address, .example #point, .example #query {
	width: 60%;
}
.example .jmap {
	height: 600px;
	width: 100%;
	margin:0 auto;
}

.box-images-scrolbar {
	height: 500px;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 2px solid #ddd;
}


.lm {
	color: #cd2413; 
	display: block;
	padding: 5px 0 0 0;
}
.table-detaily-price .lm {
	margin: 0;
	padding: 0;
}
a .pretisk-sz {
 	border: none;
}
.pretisk-sz {
	border: none;
	position: absolute;
	z-index: 10;
	margin-left: -152px;
	margin-top: 5px;
}

.navigace-top-popis h2 {
	margin: 0;
	padding: 0;
	background: none;
}
.navigace-top-popis ul {
	text-align: left;
 	padding: 0;
 	font-size: 0.9em;
 	margin-left: 20px;
}
