
form.mce, .prihlaseni fieldset {
  /*width: 100%;*/
  height: 100%;
  background-color: #F0EDE2;
  border: 1px solid gray;
  padding: 10px;
  font-family: Tahoma;
  font-size: 12px;
  vertical-align: middle;
}

form.mce span.form_text {
  font-weight: bold;
}

fomr.mce input {
  font-family: Tahoma;
}

form.mce input.form_text, .prihlaseni fieldset input {
  width: 100%;
  border: 1px solid #CCCCCC;
}


/* login.php */
.prihlaseni fieldset {
  font-size: 12px;
  width: 220px;
}
/* */


/* uploag_image.php */
form.upl_image {
  background-color: #F0EDE2;
  width: 100%;
  height: 100%;
}

form.upl_image input {
  width: 100%;
  border: 1px solid #CCCCCC;
}

form.upl_image span.form_text {
  font-weight: bold;
}

form.upl_image span.info {
  font-style: italic;
  font-size: 10px;
}

.body_upload_image {
  background-color: #F0EDE2;
  padding: 10px;
  font-family: Tahoma;
  font-size: 12px;
}
/* */

body.mceContentBody, textarea.mceBody {
  font-size: 12px;
  font-family: Tahoma;
  display: block;
  width: 100%;
}

button, button.off {
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #ACA899;
  background-color: #F4F4F0;
  color: black;
  font-size: 14px;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 5px;
  /*font-weight: bold;*/
  font-variant: small-caps;
}

button.on {
  text-decoration: none;
  border: 1px solid black;
  background-color: #2F6AC6;
  color: white;
  cursor: Pointer;
}

button.btn_img, button.btn_img_on {
  margin-top: 15px;
  height: 60px;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  float: right;
  border: 0px;
  background-color: #F0EDE2;
}

button.btn_img_on {
  border: 1px solid #ACA899;
}

.chyba {
  color: white;
  font-weight: bold;
  background-color: red;
  border: 1px solid darkred;
  padding: 2px;
  display: block;
  width: 100%;
}

.uspech {
  color: white;
  font-weight: bold;
  background-color: green;
  border: 1px solid darkgreen;
  padding: 2px;
  display: block;
  width: 100%;
}



.sede {
  background-color: #F5F5F5;
  /*background-image: url('admin/bg.gif');*/
}

.aktualita {
  /*font-family: Book Antiqua;*/
  /*font-family: Tahoma;*/
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #00386A;
  margin-bottom: 20px;

}

.aktualita .nadpis {
  padding-left: 10px;
  font-size: 21px;
  color: #00386A;
  font-weight: bold;
  font-variant: small-caps;
  width: 100%;
}

.aktualita .info {
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  color: gray;
}

.aktualita .info .aktualizace {
  color: #B97900;
}

.aktualita .zprava {
  text-align: justify;
  /*text-indent: 15px; /* odsazení prvního řádku */
  font-size: 12px;
  color: black;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
