/****************************************/
/*                                      */
/*             MS Dovolena              */
/*                                      */
/****************************************/

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none;
}
.accessibility{
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	font-size: 0px;
}
.hidden{
	display: none;
}
.clear{
	height: 0px;
	line-height: 0px;
	clear: both;
	font-size: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
a{
	color: #e01322;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
img{
	border: none;
}
.smalltext{
  font-size: 11px;
  color: #666;
  line-height: 100%;
}
.center, .nastred{
	text-align: center;
}
.right-align{
	text-align: right;
}

#container{
	position: relative;
	width: 960px;
	margin: 0 auto;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background: #e3e1e0;
}
#header{
	position: relative;
	width: 960px;
	height: 282px;
}
#language{
	position: absolute;
	padding: 6px 10px 0 0;
	top: 0;
	left: 0;
	width: 950px;
	height: 26px;
	background: url(/resource/img/public/languages_background.png) no-repeat 0 0;
	text-align: right;
}
#language img{
	margin: 0 5px;
}
#search{
	position: absolute;
	padding: 5px 0 0 5px;
	top: 50px;
	right: 10px;
	width: 232px;
	height: 36px;
	background: url(/resource/img/public/search_background.png) no-repeat 0 0;
}
#search *{
	margin: 0;
	vertical-align: top;
}
#search input.search_text{
	width: 189px;
	font-size: 15px;
	padding: 4px 0 0 4px;
	border: none;
}
#planner{
	position: absolute;
	top: 100px;
	right: 18px;
	width: 197px;
	padding: 10px 15px;
	background: #e01322;
	border-radius: 4px;
	margin: 0 0 20px 0;
}
#planner h4{
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: normal;
}
#planner a.trip, #planer div.trip{
	display: block;
	margin: 0 0 8px 0;
	text-decoration: none;
	overflow: hidden;
}
#planner span.trip_name{
	display: block;
	float: left;
	padding: 6px 10px 5px 10px;
	border-radius: 3px 0 0 3px;
	background: #fff;
	color: #e01322;
	font-weight: bold;
}
#planner span.trip_content{
	display: block;
	float: left;
	padding: 6px 10px 5px 10px;
	border-radius: 0 3px 3px 0;
	background: #eee;
	color: #000;
}
#planner a.trip:hover *{
	background: #fecc00;
	color: #fff;
}
#planner a.user{
	color: #fff;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 0 0;
	clear: both;
}
#planner span.clear{
	display: block;
}
a#logo{
	position: absolute;
	top: 12px;
	left: 15px;
	width: 277px;
	height: 137px;
	background: url(/resource/img/public/logo.png);
}
p.slogan a{
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	color: #fff;
	font-size: 25px;
	text-shadow: 1px 1px 2px #222;
	text-decoration: none;
}
p.slogan span{
	color: #e01322;
	font-weight: bold;
}
#callcentrum{
	position: absolute;
	padding: 0 0 0 30px;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 1px 1px 2px #222;
	background: url(/resource/img/public/icon_phone.png) no-repeat left bottom;
	text-decoration: none;
}
#callcentrum span{
	font-size: 25px;
}
a#callcentrum:hover{
	text-decoration: underline;
	text-shadow: 1px 1px 1px #000;
}
#navigation{
	width: 960px;
	background: #e01322;
	margin: 0 0 10px 0;
}
#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation ul li{
	float: left;
}
#navigation ul li a{
	float: left;
	padding: 12px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #f4aeb4;
}
#navigation ul li a.last{
	border-right: 0;
}
#navigation ul li a:hover, #navigation ul li.active a{
	background: #fff;
	color: #e01322;
}

#content{
	float: right;
	width: 688px;
	margin: 0 10px 0 0;
}
#slider{
	position: relative;
	background: #fff;
	border-radius: 4px 0 4px 4px;
	padding: 20px 20px 10px 20px;
	margin: 0 0px 15px 0;
	z-index: 5;
}
#slider img{
	border-radius: 3px;
}
.slider_item {
	height: 130px;
}
.slider_photo{
	float: left;
}
.slider_text{
	padding: 0 0 0 205px;
}
.slider_text h2{
	font-size: 25px;
	color: #e01322;
	margin: 5px 0 15px 0;
	font-weight: normal;
}
.slider_text h2 a{
	text-decoration: none;
}
.slider_text h2 a:hover{
	text-decoration: underline;
}
.slider_text h2 span{
	font-weight: bold;
}
.slider_text p{
	font-size: 13px;
	line-height: 150%;
}
.slider_text p.address{
	margin: 0;
}
#slider_control{
	text-align: center;
	margin: 10px 0 0 0;
	padding: 11px 0 0 0;
/*	border-top: 1px solid #ddd;*/
}
#slider_control a{
	margin: 0 3px;
}
#slider_control a.left_arrow{
	display: inline-block;
	width: 11px;
	height: 12px;
	background: url(/resource/img/public/slider_left.png) no-repeat 0 0;
}
#slider_control a.right_arrow{
	display: inline-block;
	width: 11px;
	height: 12px;
	background: url(/resource/img/public/slider_right.png) no-repeat 0 0;
}
#slider_control a.active{
	display: inline-block;
	width: 10px;
	height: 11px;
	background: url(/resource/img/public/slider_active.png) no-repeat 0 0;
}
#slider_control a.passive{
	display: inline-block;
	width: 10px;
	height: 11px;
	background: url(/resource/img/public/slider_passive.png) no-repeat 0 0;
}




.content_left{
	float: left;
	width: 425px;
}
.content_right{
	float: right;
	width: 245px;
}
#weather{
	padding-left: 20px;
}
#weather table{
	width: 100%;
}
#weather table p{
	margin: 0 0 10px 0;
}
#weather td{
	padding: 0;
	vertical-align: top;
}


#news{
	
}
.news_unit{
	border-bottom: 1px solid #d6d5d5;
	margin: 0 0 12px 0;
}
.news_photo{
	float: right;
	margin: 0 0 10px 10px;
}
.news_text{
	padding: 3px 0 0 5px;
}
.news_text h3{
	margin: 0 0 10px 0;
}
.news_text p{
	line-height: 160%;
}
.news_text p.details{
	font-size: 11px;
}
.news_text p.details a{
	color: #00b2dc;
	font-weight: bold;
}
#news .morelink{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#news .morelink:hover{
	text-decoration: underline;
}

#left_panel{
	float: left;
	width: 233px;
	margin: 0 0 0 10px;
}
#left_panel h4 a {
	color: white;
}
ul#groups{
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
ul#groups li{
	margin: 0 0 4px 0;
	position: relative;
}
ul#groups li a{
	display: block;
	padding: 5px 5px 5px 35px;
	border-radius: 3px;
	color: #000;
	text-decoration: none;
	background: #fff;
}
#groups span.locked{
	display: block;
	width: 26px;
	height: 29px;
	position: absolute;
	top: -2px;
	right: 5px;
	background: url(/resource/img/public/icon_key.png) no-repeat 0 0;
}
#groups .active span.locked{
	background: url(/resource/img/public/icon_key_active.png) no-repeat 0 0;
}
ul#groups li#group01 a{
	background: #fff url(/resource/img/public/group01.png) no-repeat left center;
}
ul#groups li#group02 a{
	background: #fff url(/resource/img/public/group02.png) no-repeat left center;
}
ul#groups li#group03 a{
	background: #fff url(/resource/img/public/group03.png) no-repeat left center;
}
ul#groups li#group04 a{
	background: #fff url(/resource/img/public/group04.png) no-repeat left center;
}
ul#groups li#group05 a{
	background: #fff url(/resource/img/public/group05.png) no-repeat left center;
}
ul#groups li#group06 a{
	background: #fff url(/resource/img/public/group06.png) no-repeat left center;
}
ul#groups li#group07 a{
	background: #fff url(/resource/img/public/group07.png) no-repeat left center;
}
ul#groups li#group08 a{
	background: #fff url(/resource/img/public/group08.png) no-repeat left center;
}
ul#groups li#group09 a{
	background: #fff url(/resource/img/public/group09.png) no-repeat left center;
}
ul#groups li#group10 a{
	background: #fff url(/resource/img/public/group10.png) no-repeat left center;
}
ul#groups li.active a{
	background-color: #e01322 !important;
	color: #fff;
	font-weight: bold;
}
ul#groups li a:hover{
	text-decoration: underline;
}
#newsletter{
	padding: 10px 15px;
	background: #fecc00;
	border-radius: 4px;
	margin: 0 0 20px 0;
}
#newsletter h4{
	font-size: 20px;
	color: #e01322;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: normal;
}
#newsletter form{
	text-align: center;
}
#newsletter form p{
	margin: 0 0 5px 0;
}
#newsletter input{
	width: 190px;
	border: none;
	border-radius: 3px;
	padding: 5px 7px;
	font-size: 14px;
	margin: 0 0 10px 0;
}
#newsletter button{
	border: none;
	border-radius: 3px;
	padding: 5px 20px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #e01322;
}
#breadcrumbs{
	margin: 0 0 10px 0;
	color: #666;
}
#breadcrumbs a{
	color: #000;
}
#handicap{
	margin-top: -8px;
	color: #000;
	float: right;
	color: #666;
}
#handicap img{
	position: relative;
	top: 5px;
}
.box{
	background: #fff;
	border-radius: 4px;
	padding: 10px 10px 0px 10px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.box table.simple{
	border-collapse: collapse;
	width: 100%;
}
.box table.simple td{
	padding: 10px 15px;
	border-top: 1px solid #d6d5d5;
}
.box table.simple th{
	padding: 10px 15px;
	text-align: left;
	border-top: 1px solid #d6d5d5;
}
.box h1{
	margin: 0 0 10px 0;
	color: #e01322;
}
.box h2{
	margin: 0 0 10px 0;
	color: #e01322;
	clear: both;
}
.box h3{
	color: #e01322;
}
.box ul, .box ol{
	padding: 0 0 0 20px;
}
.box li{
	margin: 0 0 5px 0;
}
.box p{
	line-height: 160%;
	margin: 0 0 10px 0;
}
.box.wide{
	padding: 20px;
}
.box_title{
	margin: 0 6px 0 6px;
	display: inline-block;
	padding: 8px 10px 6px 10px;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #e01322;
}
.itinerar_add_link {
	float: left;
	margin-right: 5px;
}
.event{
	padding: 0 0 0 0;
	border-bottom: 1px solid #e3e1e0;
	margin: 0 0 10px 0;
}
.event h4{
	margin: 0;
	color: #e01322 !important;
	margin: 0 0 10px 0;
	font-size: 13px;
}
.event h4 a{
	color: #e01322 !important;
	text-decoration: none;
}
.event h4 a:hover{
	text-decoration: underline;
}
.event p.date{
	font-weight: bold;
}
.event p{
	margin: 0 0 10px 0;
}
a.morelink{
	padding: 0 0 10px 0;
	display: block;
	text-align: center;
	color: #555;
}

#footer{
	padding: 20px 10px 10px 10px;
	background: #fff;
	border-radius: 4px 4px 0 0;
	margin: 40px 10px 0 10px;
	overflow: hidden;
	text-align: center;
}
table#partners{
	width: 100%;
	margin-bottom: 10px;
}
table#partners td{
	text-align: center;
}
#footer p{
	margin: 20px 0 10px 0;
}

.listArrows {
	margin: 0px auto;
	margin-top: 40px;
	text-align: center;

}

	.listArrow p.total {
        border-top: 1px solid #cecece; 
		font-weight: bold;
	}

	.listArrows .numbers {
		margin: 0px auto;
		padding: 0px;
		list-style-type: none;
	}

	.listArrows li {
		background: none;
		background-image: none;
		margin: 2px 5px;
		width: 20px;
		float: left;
		padding: 1px 4px;
		border: #cecece 1px solid;
	}

	.listArrows li.current {
		font-weight: bold;
		border: black 1px solid;
	}
	
	
.strediska_tabs {
	font-size: 12px !important;
}

.strediska_content {
	font-size: 11px !important;
}
.strediska_content h4{
  font-size: 16px;
  clear: both;
}
	

 div.closerinfo {
 	position: relative;
	margin: 1px 20px 10px 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
/*  position: relative;*/
 }

 div.closerimage {
	/*min-height: 160px;*/
 }

 div.closerinfo img {
/* position:relative;*/
/*	max-height: 100px;*/
 }
.closerimage img{
 	float: left;
 	margin: 0 10px 5px 0;
}
.closerinfo_image{
	float: left;
}
.closerinfo_image img{
	float: none;
	margin: 0;
}
.closerinfo_text{
	padding: 0 0 0 100px;
}
.closerinfo_text em{
	display: block;
	margin: 10px 0;
}

div.closerinfo img.star {
	float: none;
	vertical-align: -50%;
	border: none;
/*	width: 25px;
	height: 21px;*/
}

div.closerinfo img.logo {
  	position: absolute;
	top: -15px;
	right: 5px;
}

div.closerinfo img.ikonka {
  	float: none;
  	vertical-align: middle;
}

div.closerinfo p {
	margin-left: 2px;

}

div.closerinfo a {
	font-weight: normal;
}
div.rezervace{
	clear: both;
	margin: 5px 0 0 0;
}
a.rezervace img{
	margin: 2px 5px 0 0;
}
a.nazev_objektu{
	display: inline-block;
	margin: 0 0 5px 0;
}

li.itinerar_add {
    clear: left;
      list-style-type: none;       
      background-image: none !important;
}

li.itinerar_add .itinerar_add_link {
	margin-left: -30px;
	margin-right: 10px;
	
}
li.itinerar_add .itinerar_add_link img{
	position: relative;
	top: 5px;
}
ul.styleless li{
	background: none;
}
.kalendar_akce{
	width: 98%;
	border-collapse: collapse;
}
.kalendar_akce td{
	width: 50%;
	padding: 8px 5px 8px 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.kalendar_akce_item td.pencil_link{
	width: 40px;
	text-align: center;
}
/*alendar_akce td a{
	font-size: 120%;
}*/
.kalendar_akce_item{
	
}

#druh_id li {
	padding-left: 0px;
	margin-left: 0px;
}

#druh_id ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}
#druh_id td {
	padding-left: 0px;
	margin-left: 0px;
}

.itinerar_add span {
	font-size: 14px;
	font-weight: bold;
}

#maploader {
  z-index: 1000;
  position: relative;
  background-image: url(/resource/img/public/loader.gif);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 3px 3px 3px 23px;
  background-color: white;
  left: 305px;
  top: 210px;
  border: 1px solid gray;
  line-height: 15px;
  cursor: pointer;
}

#gps_height, #gps_text {
  font-size: 90%;
  float: left;
  line-height: 20px;
}

#map_wrapper{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
div.map {	
	width: 95%;
	margin-left: 5px;
	height: 25px;
	border: 1px solid black;
	background: url('/resource/img/public/loader.gif') 50% 50% no-repeat;
}
.gmap-info-window, .card-body {
	width: 200px;
	background-color:#ffffff;
}

.gmap-info-window a, .card-body a {
	display: block;
}

.gmap-info-window img, .card-body img {
	display: block;
}
.gmap-info-window .icons, .bubble .icons, .card-body .icons {
	position: relative;
}
.gmap-info-window .icons img, .gmap-info-window .icons a, .bubble .icons img, , .bubble .icons a, .card-body .icons img , .card-body .icons a {
	display: inline !important;
}
.gmap-info-window .icons select, .bubble .icons select, .card-body .icons select {
	position: absolute;
	top: 2px;
	left: 25px;
}
/*
.gmap-info-window .icons img {
	float: left;
}*/

.map-label {
	background-color:#ffffff;
	font-weight:bold;
	border:2px #006699 solid;
}

/***********************************/
.skrtat {
	text-decoration: line-through;
	display: inline;
}


.mappart {
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #A8B8C9;
	font-size: 90%;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.mappart_typy {
	background-color: #E4EBF2;
	padding: 0px 1px 1px 1px;
}

.mappart_typ {
	float: left;
	padding: 3px 3px 0px 3px;
	color: black;
	height: 17px;
	width: 68px;
	cursor: pointer;
	background-color: #E4EBF2;
	font-weight: bold;
	text-align: center;
}

.mappart_typ_selected {
	float: left;
	padding: 3px 3px 0px 3px;
	color: white;
	font-weight: bold;
	width: 68px;
	height: 17px;
	background: url('/resource/img/public/map_tlacitko_pozadi.jpg') repeat-x;
	cursor: pointer;
	text-align: center;
}

.mappart p {
	clear: both;	
	margin: 0px;
	padding: 10px 10px 5px 5px;
	background: url('/resource/img/public/map_pozadi.jpg') repeat-x;
}

.mappart #upozorneni {
	margin: 0px 0px 7px 10px;
	padding: 0px;
	color: #4682B4;
	width: 100px;
}

.mappart p label {
	cursor: pointer;
}

div.wgs {
  margin: 13px 6px 0px 10px;
  border: 1px solid #1366B5; 
  width: 35em;
  text-align: right; 
  position:relative; 
  height: 1.45em;	
  float: right;
}

div.wgs div.pop {
	float: left;
	font-weight: bold;
	font-size: 95%;
	color: #135BA0;
	padding-top: 2px;
	margin-right: 5px;
}

div.wgs div.cl {
  height:1px; 
  clear:left;
  position:absolute;
}

div#coords_height, div#coords_lat, div#coords_lng {
	text-align: center; 
	float: left;
	font-weight: bold;
	font-size: 95%;
	padding-top: 2px;
}
div#coords_height {
	width: 8em; 
}

div#coords_lat{
	width: 9em; 
}

div#coords_lng{
	width: 9em; 
}

	table.formular input.button_new, table.formular input.button, table.formular a.button_new, table.formular a.button, form.formular input.button_new, form.formular input.button, button.button_new, button.button, a.button_new, a.button {
/*    border: 1px solid black;*/
    background-color: #e01322;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
  }

  table.formular input{
  	margin: 0 5px 0 0;
  }
  .description br{
  	margin: 0 0 5px 0;
  	display: block;
  }
  table.formular td{
  	padding: 5px 10px 5px 0;
  }
  table.formular{
  	border-collapse: collapse;
  }
  table.formular table{
  	border-collapse: collapse;
  }
  table.formular table td{
  	padding: 0 10px 0 0;
  	vertical-align: top;
  }
  table.formular ul{
  	padding: 0 0 0 20px;
  }
  table.formular table ul{
  	margin: 0px;
  }
  .formular #ac_cas_od, .formular #ac_cas_do{
  	width: 65px;
  }
  .formular #ac_datum{
  	margin: 0 10px 0 0;
  }
  .formular #nazev{
  	width: 200px;
  }

  #content a.button_new, #content a.button, .komentar .answer a {
	/*display: -moz-inline-box;
	display: inline-block;
	padding: 2px;*/
	border: 1px solid #e01322;
    background-color: #e01322;
	font-weight: bold;
	text-decoration: none;
	color: white;
    text-transform: uppercase;
  }

	#content a.button_new:hover, #content a.button:hover, .komentar .answer a:hover {
		color: white;
	    cursor: default;
	}
  
	
.gallery .image, .slider_gallery .image{
	float: left;
	margin: 0 20px 0 0;
	width: 90px;
	height: 90px;
}
.gallery .image {
	height: 150px;
}
.gallery .image img, .slider_gallery .image img{
/*	border-radius: 6px;*/
}
.gallery .image{
	margin: 0 10px 10px 0;
}
.slider_gallery_wrapper{
	float: left;
	position: relative;
	width: 265px;
	padding: 0 0 15px;
}
.slider_gallery_select select {
	width: 240px;
}
.slider_gallery .photo_large{
	width: 252px;
	height: 254px;
	margin: 0 0 0 0px;
}
.slider_gallery .photo_large img{
/*	border-radius: 8px;*/
}
.accommodation_detail .logo{
  margin-left: 5px;
  margin-bottom: 5px;
}
.accommodation_detail .text{
	width: 350px;
	float: left;
}
.accommodation_detail .text p{
	margin: 0 0 10px 0;
}
.accommodation_detail .akce_text{
	width: 100% !important;
	float: none;
}
.accommodation_detail .contact{
	font-size: 1em;
}
table.rooms{
	width: 90%;
	margin: 0 auto;
/*	background: url(/resource/img/public/content_box_background.png) repeat-x bottom;*/
	border-collapse: collapse;
	border-top: none;
	border: 1px solid #c9c9c9;
}
table.rooms td, table.rooms th{
	padding: 5px 10px;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #c9c9c9;
	text-align: left;
}
table.rooms th {
	vertical-align: top;
}

.rooms h3, .box h3 {
	background-image:none !important;
	padding-left: 0;
	margin: 0 0 10px 0;
}
table.rooms td select{
	width: 100%;
}
table.rooms td.bed_count1{
	background: url(/resource/img/public/icon_beds1.gif) no-repeat 95% center;
}
table.rooms td.bed_count2{
	background: url(/resource/img/public/icon_beds2.gif) no-repeat 95% center;
}
table.rooms td.bed_count3{
	background: url(/resource/img/public/icon_beds3.gif) no-repeat 95% center;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 240px;
	height:240px;
	float: left;
}
.scrollable .photo_slider{
	width:20000em;
	position:absolute;
}
.slider_gallery .disabled {
	visibility: hidden;
}
.slider_gallery .arrow_left, .slider_gallery .arrow_right{
	z-index: 100;
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 26px;
	display: block;
/*	border-radius: 4px;*/
}
.slider_gallery .arrow_left{
	background: url(/resource/img/public/arrow_left.png) no-repeat center center;
	left: 0;
	top: 105px;
}
.slider_gallery .arrow_right{
	background: url(/resource/img/public/arrow_right.png) no-repeat center center;
	right: 26px;
	top: 105px;
}
.slider_gallery .arrow_left:hover, .slider_gallery .arrow_right:hover{
	background-position: center center;
}
.slider_gallery .image{
/*	margin: 0 5px;*/
	width: 240px;
	float: left;
}

.seznamAkciNaDetailuStrediska {
	width: 100% !important;
	border-collapse: collapse;
	border: 1px solid black;
}

.seznamAkciNaDetailuStrediska td {
	padding: 3px;
}
.seznamAkciNaDetailuStrediska td.akce_first {
	width: 300px;
}

.seznamAkciNaDetailuStrediska td.akce_second {
	width: 200px;
}


.gallery .image{
	float: left;
	padding: 13px 0 0 0px;
	width: 150px;
	margin: 0 20px 10px 0;
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.kongresovysal {
	display:none;
}

.card td {
	border:0!important;
}

#depandance, #partneri ul {
	list-style: none;
}

#depandance li, #partneri ul li {
	padding-left: 20px;
}

.pinhead_grey {
	background: url(/resource/img/public/pinhead_grey.png) no-repeat 0 3px;
}
.pinhead_green {
	background: url(/resource/img/public/pinhead_green.png) no-repeat 0 3px;
}

#hlavni_budova {
	background: url(/resource/img/public/pinhead_red.png) no-repeat 0 0;
	padding-left: 20px;
}

.icon_plus{
	padding-left: 20px;
	background: url(/resource/img/public/icon_plus.jpg) no-repeat !important;
}
.icon_minus{
	padding-left: 20px;
	background: url(/resource/img/public/icon_minus.jpg) no-repeat !important;
}

.map_small {
	height: 300px !important;
	border-radius: 4px;
}

.panely {
	display:none;
}

#panel_informace {
	display: block;
}

#panel div.iframe iframe {
	border:0;
    height: 600px; 
    width:100%; 
    margin: 0 0 10px 0;
}
#panel_wrapper{
  clear: both;
  padding: 10px 10px 10px 10px;
  border: 1px solid #E3E1E0;
  border-radius: 0 0 5px 5px;
}
ul#zalozky{
  list-style: none !important;
  margin: 0;
  padding: 0;
}
ul#zalozky li{
  
}
ul#zalozky li a{
  float: left;
  display: block;
  padding: 5px 10px;
  background: #E3E1E0;
  border: 1px solid #E3E1E0;
  border-bottom: none;
  margin: 0 1px 0 0;
  border-radius: 5px 5px 0 0;
  color: #000;
  text-decoration: none;
}
#panel_wrapper h2{
  background: none;
}
ul#zalozky li.zalozka_active a{
  background: #fff;
  position: relative;
  top: 1px;
  color: #E01322;
  font-weight: bold;
  text-decoration: none;
}

#map_objects {
  position: absolute;
  padding: 3px 7px 2px 3px;
  top: 20px;
  left: 70px;
  background: #fff url(/pic/map_pozadi.jpg) repeat-x;
  z-index: 10;
  font-size: 0.7em;
  border: 1px solid #A8B8C9;
  width: 410px;
}
/*#map_objects_akce {
  position: absolute;
  padding: 3px 7px 2px 3px;
  bottom: 30px;
  left: 10px;
  background: #fff url(/pic/map_pozadi.jpg) repeat-x;
  z-index: 10;
  font-size: 0.7em;
  border: 1px solid #A8B8C9;
  width: 620px;
}*/
#map_objects_akce {
  position: relative;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
#map_objects_akce .druh_akce td {
  padding-left: 17px;
}
#map_objects_akce .druh_akce input {
  margin-left: -17px;
}
#map_objects select, #map_objects_akce select{
  margin-right: 10px;
  font-size: 12px;
}
#map_objects input, #map_objects table, #map_objects_akce input, #map_objects_akce table{
  font-size: 12px;
}
#map_objects table td, #map_objects_akce table td{
  padding-right: 5px;
}
#map_objects_button{
  margin-left: 10px;
  font-size: 1em;
  background: url('/pic/map_tlacitko_pozadi.jpg') repeat-x;
  color: white;
}
#map_objects_button_akce{
  margin-left: 2px;
  font-size: 1em;
  background: url('/pic/map_tlacitko_pozadi.jpg') repeat-x;
  color: white;
}
#print_link_akce{
  position: absolute;
  bottom: -5px;
  right: 0px;
  z-index: 10;
}
#print_link{
  position: absolute;
  top: 30px;
  right: 16px;
  z-index: 10;
}
#print_link_google{
  position: absolute;
  bottom: 50px;
  left: 16px;
}
#print_link a,
#print_link_akce a,
#print_link_google a{
  display: block;
  width: 44px;
  height: 40px;
  background: url(../img/icon_printer.png) no-repeat 0px 0px;
}
#print_link a:hover,
#print_link_akce a:hover,
#print_link_google a:hover{
    background: url(../img/icon_printer.png) no-repeat 0px -40px;
}

#iframe_map {
  width: 650px;
  height: 418px;
  float:left;
  background-color: #ffffff;
  border: 1px solid #fff;
}

#iframe_right {
  width: 275px;
  height: 418px;
  float: left;
  font-size: 83%;
  background-color: #d2e5ea;
  overflow-y: auto; 
  overflow: -moz-scrollbars-vertical;
  border: 1px solid #fff;
  position: relative;
}
#iframe_right .interest_text{
  width: 155px;
}
#iframe_right h3.icon_plus, #iframe_right h3.icon_minus{
  position: relative;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  font-size: 110%;
  color: #fff;
  background: #3195b2 url(../img/box_title_background.jpg) repeat-x;
}
#iframe_right h3.icon_plus a, #iframe_right h3.icon_minus a{
  display: block;
  padding: 1px 10px 1px 28px;
  color: #fff;
  text-decoration: none;
  background: url(../img/icon_plus_title.jpg) 5px 1px no-repeat;
}
#iframe_right h3.icon_minus a{
  background: url(../img/icon_minus_title.jpg) 5px 1px no-repeat;
}
#iframe_right h3.icon_plus a:hover, #iframe_right h3.icon_minus a:hover{
  color: #fff;
}
#iframe_right h5{
  margin: 5px 5px 3px 3px;
  font-size: 110%;
}
.interest ul{
  padding: 0px;
  margin: 0px 0px 0px 25px;
  list-style: square;
}
.interest ul li{
  margin: 0px 0px 3px 0px;
} 

.logo {
	float: right;
}

table.cenik{
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
}
table.cenik .center{
	text-align: left;
}
table.cenik tr{
	border: 1px solid #C9C9C9;
}
table.cenik th{
	padding: 2px 5px 2px 5px;
	text-align: left;
	border: 1px solid #C9C9C9;
}
table.cenik td{
	padding: 2px 5px 2px 5px;
	border: 1px solid #C9C9C9;
}

table.cenik .obrsal {
	width: 90px;
}



.cenik_vybaveni {
  font-style: italic;
  font-size: 90%;
}

.cenik_cena {
 color: #a06e01;
 font-weight: bold;
}

.cenik_typ {
  background-color: #f5f5f5;
}

.box_price{
	
}
.box_price h2{
	padding: 10px 0 10px 15px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	background-position: 0 -20px;
	font-size: 16px;
}
.box_price h3{
	margin: 0; 
	padding: 5px 0 5px 5px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	background-position: 0 -20px;
	font-size: 12px;
	background-color: #f7f7f7;
}


p.system_error, p.system_message{
	position: relative;
	top: 5px;
	margin: 0px 20px 20px 20px;
	padding: 10px 20px 10px 60px;
	color: #0c90b5;
	border: 1px solid #0c90b5;
	background: url(http://www.czecot.com/redesign/img/system_message_ok.gif) no-repeat 15px 4px;
}
p.system_error{
	color: #da1d28;
	border: 1px solid #da1d28;
	background: url(http://www.czecot.com/redesign/img/system_message.gif) no-repeat 10px 8px;
}

.vstupenka {
	float: right;
}

#poptavka {
	margin-bottom: 30px;
}

#poptavka_form {
	margin-left: 30px;
}

.no_link {
	font-weight: bold;
}	

.klacr {
	float: right !important;
	margin-left: 3px;
	margin-bottom: 3px;
}
#zaskrtavaci_minimap{
	width: 193px;
	height: 177px;
}
#zaskrtavaci_minimap img{
	position: absolute;
}
#transparent_map{
	z-index: 10;
}
#minimap_cr{
	width: 85px;
	height: 50px;
	z-index: 10;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(/resource/img/public/minimap_cr.png) no-repeat 0 0;
}
.obrazek_vpravo{
	float: right;
	margin: 0 0 10px 10px;
}
.obrazek_vlevo{
	float: left;
	margin: 0 10px 10px 0;
}
#regions{
	text-align: center;
}
#navigation_oblast{
	margin: 0 0 15px 0;
}
#navigation_oblast a{
	font-weight: bold;
	text-decoration: none;
}
#navigation_oblast a:hover{
	text-decoration: underline;
}
li#navigation_oblast_9, li#navigation_oblast_9 a, #label_region_9{
	color: #6d9717;
	font-weight: bold;
}
li#navigation_oblast_14, li#navigation_oblast_14 a, #label_region_14{
	color: #045927;
	font-weight: bold;
}
li#navigation_oblast_12, li#navigation_oblast_12 a, #label_region_12{
	color: #b80a1b;
	font-weight: bold;
}
li#navigation_oblast_10, li#navigation_oblast_10 a, #label_region_10{
	color: #006ba8;
	font-weight: bold;
}
li#navigation_oblast_11, li#navigation_oblast_11 a, #label_region_11{
	color: #004990;
	font-weight: bold;
}
li#navigation_oblast_13, li#navigation_oblast_13 a, #label_region_13{
	color: #fab600;
	font-weight: bold;
}
#minimap{
	overflow: hidden;
	position: relative;
}
.external, a.popup{
	padding-right: 9px;
	background: url(/resource/img/public/external3_hover.gif) no-repeat 100% 5px;
}
.external:hover, a.popup:hover{
	background: url(/resource/img/public/external3_hover.gif) no-repeat 100% 5px;
}


  .objekty ul {
    
  } 
.sluzby ul{
	list-style: none;
	padding: 0;
}
  .objekty li {
    margin: 0;
    list-style-type: none;    
  }
  .sluzby li, .objekty li{
  	clear: both;
  	margin: 0 0 5px 0;
  }
   .sluzby li input, .objekty li input{
   	 float: left;
   } 

  .sluzby li label, .objekty li label{
  	float: left;
  	width: 140px;
  	margin: 0 0 5px 0;
  }
  .dvasloupce .objekty li label{
  	width: 250px !important;
  }
  .objekty li *{
  	vertical-align: top;
  }
 
  
  .objekty .objekty_vse, .objekty .objekty_nadpis {
  	color: #e01322;
  	font-size: 120%;
  	margin-bottom: 2px;
  }
  
  .objekty .objekty_nadpis {
  	padding-top: 5px;
  	border-top: 1px solid red;
  }
  
  table.lyzarska-strediska {
	width: 100%;
	border-collapse: collapse; 	
}


table.lyzarska-strediska th {
	font-weight: bold;
	background-color: #00B2DC;
	text-align:center;
	border: 1px solid #fff;
	padding: 3px;
	color: #fff;
}

table.lyzarska-strediska td {
	border-bottom: 1px solid #ccc;
	padding: 3px;
	color: #444;
}
table.lyzarska-strediska td strong{
	color: #0091b3;
}

table.lyzarska-strediska td a {
	font-weight: bold;
}

table.lyzarska-strediska tr.podminky {
	background-color: #e9f4f6;
}

table.lyzarska-strediska .aktualizace {
	font-size: 80%;
}

table.lyzarska-strediska .oblast_nazev {
	color: #e01322;
	padding-top: 10px;
	font-size: 120%;
	text-align: left;
	background-color: #fff;
}

.highlight{
	width: 250px;
	float: right;
	margin: 0 0 10px 20px;
	padding: 10px 15px 0px 15px;
	background: #00a6cd;
	border-radius: 5px;
}
.highlight h4{
	font-size: 20px;
	color: #fff;
	margin: 0 0 5px 0;
}
.highlight p{
	margin: 0 0 10px 0;
	color: #fff;
}

.column_left{
	width: 48%;
	float: left;
}
.column_right{
	width: 48%;
	float: right;
}

.handicapovani {
	margin: 0 auto;
	height: 100px;
	width: 340px;
}

.handicapovani div {
	float: left;
	margin: 10px;
	text-align: center;
	width: 150px;
	cursor: pointer;
}

#footer_menu {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	line-height: 160%;
}
#footer_menu th {
	width: 120px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

#footer_menu td{
	text-align: left;
}
#spodni_menu{
	text-align: left;
	padding: 0 0 0 136px;
}

.info{
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
	background: #E01322;
	display: inline-block;
	font-size: 13px;
}
.info a{
	color: #E01322;
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 5px 10px;
	background: #fff;
	border-radius: 3px;
}
ul#AdOb_4, ul#AdOb_8{
	list-style: none;
	padding: 0;
}
ul#AdOb_4 li *, ul#AdOb_8 li *{
	vertical-align: top;
}
.highslide-credits {
  display:none !important;
}


	#navigace_strediska{
		margin: 0 10px 10px 10px;
	}
	#navigace_strediska ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
  }
  #navigace_strediska li span.parent{
    width: 16px;
    height: 7px;
    background: url(/resource/img/public/menu_parent.png) no-repeat center 0;
    position: absolute;
    width: 100%;
    top: 41px;
    border: 0;
  }
	#navigace_strediska ul li{
		width: 24%;
		margin: 0 1% 0 0;
		float: left;
		padding: 0;
		position: relative;
	}
	#navigace_strediska ul li a, #navigace_strediska ul li span{
		float: left;
		display: block;
		width: 100%;
		padding: 10px 0;
		background: #e01322;
		color: white;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
		border-radius: 4px;
		border: 1px solid #e01322;
	}
	#navigace_strediska ul li a:hover, #navigace_strediska ul li span:hover{
		background: white;
		color: #e01322;
	}
	#navigace_strediska ul ul{
		display: none;
		position: absolute;
		top: 37px;
		z-index: 300;
		width: 200px;
	}
  #navigace_strediska li.last ul{
    right: -4px;
  }
  #navigace_strediska ul ul ul{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
  }
	#navigace_strediska li:hover ul{
		display: block;
	}
	#navigace_strediska li li{
		float: left;
		width: 200px;
    margin: 0 !important;
	}
	#navigace_strediska ul ul a{
		float: none;
		width: 180px;
		display: block;
		z-index: 300;
		font-size: 12px;
		border-radius: 0;
		text-align: left;
		padding: 8px;
		border-top: 1px solid #fff;
    border-right: 1px solid #fff;
	}

  #navigace_strediska ul ul a.external{
    background-image: url(/resource/img/public/menu_external.png);
    background-position: 175px 8px;
    background-repeat: no-repeat;
  }
  
  #navigace_strediska ul ul ul a{
    padding: 5px 8px 5px 20px;
    width: 168px;
	background: #e05555;
  }
  
  #popis_full {
  	display: none;
  }
  
  .disabled {
  	visibility: hidden;
  }
  
  #panel_zpet, #panel_zpet2 {
  	display:none;
  	float: right;
    background: #e01322 url(/resource/img/public/button_back.png) no-repeat 7px 8px;
    color: white;
    padding: 5px 10px 5px 24px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    text-decoration: none;
  }
  #panel_zpet:hover, #panel_zpet2:hover{
  	text-decoration: underline;
  }
  #navigace_strediska ul ul a.external{
    background-image: url(/resource/img/public/menu_external.png);
    background-position: 175px 8px;
    background-repeat: no-repeat;
  }
  
  .kratky {
  	width: 50px;
  }
  .obrazek_stred {
	display: block;
	margin: 5px auto;
}

.upoutavka_ohranicena img {
	border: 5px solid #fff;
	border-radius: 4px;

}

.card-body .icons img {
	display: inline !important;
}.card-body .icons img {
	display: inline !important;
}

#postizeniparametry ul {
	list-style-type: none;
}

.stredisko_icons {
	margin-bottom: 10px;
}

.stredisko_icons img {
	margin-right: 5px;
	height: 25px;
}
#facebook_like {
	float: right;
	margin-top: 7px;
	height: 32px !important;
}

#facebook_like_box {
	margin-left: 0;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	width: 198px;
}

.phono-phone-button {
	font-size: 12px;
}
.phono-digit {
	font-size: 11px !important;
	color: #e01322 !important;
}
#datumy_wrapper {
	display: inline;
}

#player_container_wrapper {
	margin-bottom: 10px;
}


#wmp_bar, #language, #search, #planner, #callcentrum, #navigation, #left_panel, #slider, .content_right, #footer_menum, #facebook_comment_box, #facebook_like {
	display: none!important;
}

#header, .content_left, #container {
	background: none !important;
}

#content, .content_left {
	width: 100%;
}

#header {
	height: 200px;
}

#logo .accessibility {
	display: block;
}