
/*formular rezervace*/
.form-rezervace {
}

.form-rezervace .fr-row {
  margin-top:5px;
}

.odeslat-button {
  text-align:right;
  margin-right:20px;
  margin-top:5px;
}

.odeslat-button .submit-button {
  margin-top:10px;
}

.odeslat-button .submit-button input {
  cursor:pointer;
}

.wysiwyg table thead tr th {
 background:#eef5f4;
 border-bottom:1px solid #ADCDCA;
}

.wysiwyg table tbody tr td {
 border:1px solid #ADCDCA;
}

.wysiwyg table {
 margin-bottom:15px;
 margin-right:5px;
}


.wysiwyg ul {
 margin-left:0px;
 padding-left:0px;
}

.wysiwyg ul li {
  list-style:disc;
  margin-left:15px;
  margin-bottom:5px;
}

.wysiwyg h2 {
  margin-bottom:5px;
}

.wysiwyg h3 {
  margin-top:10px;
  font-weight:bold;
  font-size:130%;
  margin-bottom:5px;
}

.ticker {
  background:red;
}

/*aktuality*/

#aktuality {
  background-color:#27736C;
}

/*menu*/

#menu-center {
  background-color:#5A8175;
}

#two-menu ul li a {
  color:#005A31;
}

/*inputy focus*/

input:focus, textarea:focus {
  color:#000;
  font-weight:bold;
  background:#F9FF9A !important;
}

/*externi linky*/

a.extlink {
  padding-right:20px;
  background:url('../img/extlink.gif') no-repeat right center;
}

.marque {
  float:left;
  padding-left:15px;
  padding-right:10px;
  list-style:none;
  background:url('../img/sipkax.gif') no-repeat left center;
}