/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 12px;
  line-height: 15px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #666666;
  background: repeat-x left top url('../images/web_body_bg.gif') #FFFFFF;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #666666;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  text-decoration: underline;
  color: #ffbf00;
}
a:hover {
  text-decoration: underline;
  color: #009cdd;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em { /* oprava bugu MS IE 6 */
  _text-indent: 2px;
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
h1 * , h2 * , h3 * , h4 * , h5 * , h6 * {
}
h1 {
}
h1 , h1 * {
  color: #5db4e5;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
h2 {
  padding-top: 4px;
}
h2 , h2 * {
  color: #5db4e5;
  font-size: 15px;
  line-height: 18px;
}
h3 {
  padding-top: 6px;
}
h3 , h3 * {
  color: #5db4e5;
  font-size: 13px;
  line-height: 18px;
}
h4 {
  padding-top: 6px;
}
h4 , h4 * {
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}
h5 {
  padding-top: 4px;
}
h5 , h5 * {
  color: #ffbf00;
  font-size: 15px;
  line-height: 18px;
}
h6 {
  padding-top: 4px;
}
h6 , h6 * {
  color: #666666;
  font-size: 15px;
  line-height: 18px;
}
sub {
}
sup {
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  display: none;
}
.dataframe-hidden {
  display: none;
}
.float-clear , .f-clear , .f-c , .clear {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-none , .f-none , .f-n {
  float: none !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-right , .f-right , .f-r {
  float: right !important;
}
.float-auto , .f-auto , .f-a {
  margin: auto !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.text-justify , .t-justify , .t-j {
  text-align: justify !important;
}
.text-top , .t-top , .t-t {
  vertical-align: top !important;
}
.text-middle , .t-middle , .t-m {
  vertical-align: middle !important;
}
.text-bottom , .t-bottom , .t-b {
  vertical-align: bottom !important;
}
.error , .error * {
  color: #C00000 !important;
}
.error input {
  border: 1px solid #C00000 !important;
}
tr.error td {
  border: 0px none !important;
  border-top: 1px solid #C00000 !important;
  border-bottom: 1px solid #C00000 !important;
}
.ready , .ready * {
  color: #00C000 !important;
}
.ready input {
  border: 1px solid #00C000 !important;
}
tr.ready td {
  border: 0px none !important;
  border-top: 1px solid #00C000 !important;
  border-bottom: 1px solid #00C000 !important;
}
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.print {
  display: none !important;
}
.noprint {
}
.invisible {
  visibility: hidden !important;
}
/* --- form --- */
/*
.formtext {
  border: 1px solid #C0C0C0;
  background-color: #FFFFFF;
  height: 16px;
  padding: 1px 2px 0px 2px;
  margin: 0px;
}
.button {
  border: 2px solid #C61328;
  background-color: #1C67A8;
  color: #FFFFFF;
  line-height: 12px;
  _height: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
*/
/* --- mask --- */
div.web-all {
  width: 960px;
  margin: auto;
  text-align: left;
}
div.web-top {
  background: no-repeat left top url('../images/web_top_bg.gif');
  height: 288px;
  cursor: default;
  position: relative;
}
div.web-menu {
  background: no-repeat center bottom url('../images/web_menu_bg.gif') #FFFFFF;
  padding: 0px 0px 31px 40px;
  height: 41px;
  cursor: default;
}
div.web-main {
  background: none #FFFFFF;
  padding: 18px 20px 36px 20px;
}
div.main-content-one {
  background: none #FFFFFF;
  padding: 0px 20px 0px 20px;
}
div.main-content-two {
  background: repeat-y center top url('../images/web_content_bg.gif') #FFFFFF;
}
div.main-content-left {
  padding: 0px 0px 0px 20px;
  width: 420px; /*460px;*/
  float: left;
}
div.main-content-right {
  padding: 0px 20px 0px 0px;
  width: 420px; /*460px;*/
  float: right;
}
form.recommend-form {
  background: none #FFFFFF;
  padding: 0px 20px 0px 20px;
  display: block;
  overflow: hidden;
}
div.web-foot {
  background: no-repeat left top url('../images/web_foot_bg.gif');
  padding: 8px 40px 0px 40px;
  /*height: 42px; *//*50px;*/
  color: #ffffff;
  cursor: default;
}
/* --- web-top --- */
img.web-logo {
  margin: 13px 0px 0px 20px;
  float: left;
}
/*div.banner-duhovevanoce {
  background: no-repeat left top url('../images/duhove_vanoce.gif');
  position: absolute;
  top: 83px;
  right: -40px;
  width: 230px;
  height: 200px;
}
div.banner-duhovevanoce a {
  margin: 20px 20px 0px 0px;
  display: block;
  float: right;
}*/
div.banner-duhovevanoce2 {
  background: no-repeat left top url('../images/duhove_vanoce2.gif');
  position: absolute;
  top: 83px;
  right: -90px;
  width: 238px;
  height: 200px;
}
div.banner-duhovevanoce2 a {
  margin: 20px 20px 0px 0px;
  display: block;
  float: right;
}
/* --- web-menu --- */
div.web-menu span , div.web-menu a {
  font-size: 13px;
  line-height: 22px;
  color: #ffbf00;
  float: left;
}
div.web-menu span {
  font-size: 16px;
  line-height: 20px;
  padding: 0px 8px 0px 8px;
}
div.web-menu a {
  font-weight: bold;
  padding-bottom: 5px;
  text-decoration: none;
  color: #000000;
}
div.web-menu a:hover {
  border-bottom: 5px solid #ffffff;
  text-decoration: none;
  color: #009cdd;
}
div.web-menu a.active , div.web-menu a.active:hover {
  border-bottom: 5px solid #009cdd;
  color: #009cdd;
}
/* --- recommend-form --- */
form.recommend-form div.recommend-heading { /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
  background: no-repeat center bottom url('../images/web_recommend_bg.gif') #FFFFFF;
  font-weight: bold;
  padding: 5px 20px 5px 20px;
  line-height: 21px;
  height: 21px; /*31px;*/
  color: #FFFFFF;
}
form.recommend-form div.recommend-message {
  background: none #ffc000;
  padding: 5px 20px 5px 20px;
  color: #666666;
}
form.recommend-form div.recommend-inputs {
  background: none #fff6dd;
  padding: 5px 20px 5px 20px;
}
form.recommend-form div.recommend-inputs table {
  width: 100%;
}
form.recommend-form div.recommend-inputs table td {
  white-space: nowrap;
  color: #666666;
}
form.recommend-form div.recommend-inputs table td:first-child {
  white-space: normal;
  width: 90px;
}
/* --- web-foot --- */
div.web-foot-menu {
  color: #ffcf40;
  float: right;
}
div.web-foot-center {
  text-align: center;
}
div.web-foot-copyright {
  float: left;
}
div.web-foot-powered {
  text-align: right;
  padding: 20px 0px 12px 0px;
  color: #c0c0c0;
}
div.web-foot a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
div.web-foot a:hover {
  text-decoration: underline;
  color: #ffffff;
}
div.web-foot-powered a {
  font-weight: normal;
  color: #ffbf00;
}
div.web-foot-powered a:hover {
  color: #ffbf00;
}
/* --- main-content --- */
div.reservation-control {
  padding: 0px 0px 15px 20px;
  line-height: 24px;
  float: left;
}
div.reservation-control input , div.reservation-control select {
  vertical-align: middle;
}
table.reservation {
  width: 100%;
  margin: 0px;
  cursor: default;
  border: 5px solid #e8e8e8;
}
table.reservation th {
  background: none #e8e8e8;
  border: 1px solid #ffffff;
  text-align: center;
  vertical-align: top;
  padding: 0px 0px 3px 0px;
  width: 14%;
  color: #666666;
}
table.reservation td {
  background: none #ffffff;
  border: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: top;
  padding: 3px 0px 3px 0px;
  width: 14%;
}
table.reservation td.weekend , table.reservation tr.two td {
  background: none #f8f8f8;
}
table.reservation tr.two td.weekend {
  background: none #f0f0f0;
}
table.reservation td.state0 {
  color: #e0e0e0;
}
table.reservation td.state1 {
  color: #666666;
}
table.reservation td.state2 {
  color: #e06666;
}
table.reservation td.state3 {
  color: #009cdd;
}
table.reservation td.state4 {
  color: #9c669c;
}
table.gallery {
  width: 100%;
  margin: 0px;
  cursor: default;
}
table.gallery td.img {
  padding: 0px 0px 12px 0px;
  text-align: center;
  vertical-align: top;
}
table.gallery td.txt {
  padding: 0px 0px 12px 0px;
  text-align: left;
  vertical-align: top;
}
table.photos {
  width: 100%;
  margin: 0px;
  cursor: default;
}
table.photos td {
  padding: 6px 0px 6px 0px;
  text-align: center;
  vertical-align: top;
}
table.gallery a img , table.photos a img {
  border: 3px solid #e8e8e8;
  padding: 1px;
  margin: auto;
  text-align: center;
  display: block;
}
table.gallery a:hover img , table.photos a:hover img {
  border: 3px solid #ffcf40;
}
div.content table.gallery , div.content table.photos { /* photogallery nested in raw content */
  margin: 0px 0px 0px 14px !important;
}
table.duhovevanoce {
  width: 100%;
  margin: 0px;
  cursor: default;
  border: 5px solid #e8e8e8;
}
table.duhovevanoce th {
  background: none #e8e8e8;
  border: 1px solid #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 0px 3px 3px 3px;
  color: #666666;
}
table.duhovevanoce td {
  background: none #ffffff;
  border: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: middle;
  padding: 3px;
}
table.duhovevanoce tr.state0 td {
  color: #666666;
}
table.duhovevanoce tr.state1 td {
  color: #9c669c;
}
table.duhovevanoce tr.state2 td {
  color: #e06666;
}
table.duhovevanoce tr.active td {
  border-top: 3px solid #e8e8e8;
}
table.duhovevanoce tr.form td {
  border-bottom: 3px solid #e8e8e8;
  padding: 6px 3px 6px 3px;
}
table.duhovevanoce tr.form td table {
  width: 100%;
  margin: 0px;
  cursor: default;
  border: 0px none;
}
table.duhovevanoce tr.form td table tr td {
  border: 0px none;
  border-bottom: 0px none;
  padding: 0px;
}
a.back {
  text-transform: lowercase;
  font-weight: bold;
  text-decoration: none;
}
a.back:hover {
  text-decoration: none;
}
a.next {
  text-transform: lowercase;
  font-weight: bold;
  text-decoration: none;
}
a.next:hover {
  text-decoration: none;
}
/* --- end --- */
div#preloader {
	display: none;
	position: relative;
}
div#preloader img {
	position: absolute;
	top: -40px;
	left: 225px;
}
