 /*
 *  CSS - casto pouzivane styly
 *  Copyrighted by Michal Madlenak <madlenak@ltweb.cz>, www.LTweb.cz
 */


/* zarovnani ------------------------------------------------------------- */
.nic {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}
.bold {font-weight: bold;}
.f_left {float: left;}
.f_right {float: right;}
.block {display: block;}
.inline {display: inline;}
.vertical-top {vertical-align: top;}
.vertical-bottom {vertical-align: bottom;}
.clear {clear: both;}

/*formatovani textu ----------------------------------------------------------*/
.note {font-size: 0.85em;}
.uppercase {text-transform: uppercase;}
.invisible {
	visibility: hidden;
	z-index: -99999;
	float: left;
	position: absolute;
	display: none;
 }
.highlight {text-transform: uppercase; font-weight: bolder;}
small {font-size: 0.85em;}
cite {font-style: italic;}
/*formularove prvky ----------------------------------------------------------*/
.hv {font-size: 1.2em; color: red;}
.format {width: 250px;}

/* sediva barva apod. */
.gray {
  color: #808080;
}

/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 500px;
  padding: 5px;
  margin: 5px 0;
  margin-left: 25px;
  position: relative;
  border: 2px solid #808080;
  text-align: center;
  font-size: 1em;
}
.hlaska-ok strong, .hlaska-ko strong, .hlaska-info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1em;
}
.hlaska-ok {background: #1aa534; color: #ffffff;}
.hlaska-ok a {color: #ffffff;}
.hlaska-ok a:hover, .hlaska-ok a:active {text-decoration: none; color: #1f1a17;}

.hlaska-ko {background: #e20e19; color: #ffffff;}
.hlaska-ko a {color: #ffffff;}
.hlaska-ko a:hover, .hlaska-ko a:active {
  color: #978e8e; text-decoration: none;
}
.hlaska-info {background: #b9b9ba; color: #090909;}
.hlaska-info a {color: #000000;}
.hlaska-info a:hover, .hlaska-info a:active {color: #9b1212;}


/*formular ------------------------------------------------------------------*/
.table-form {
  width: 500px;
  font-size: 0.9em;
  border-collapse: collapse;
}
.table-form .format {
  width: 300px;
}
.table-form .format-zip {
  width: 50px;
}
.table-form .format-city {
  width: 241px;
}
.table-form .nazev {
  padding-top: 4px;
  width: 150px;
}
.table-form .top {
  vertical-align: top;
  padding-top: 3px;
}
.table-form .submit {
  font-weight: bold;
  text-align: right;
}


.highlight {
	background-color: #ffff00;
}