/*
 *  CSS - casto pouzivane styly
 *  Copyrighted by Tomas Halada, www.LTweb.info
 */

.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;}
.top {vertical-align: top;}
.note {font-size: 0.85em}
.clear {clear: both;}
.invisible {visibility: hidden; display: none;}
.uppercase {text-transform: uppercase;}

.no-underline:link, .no-underline:visited {text-decoration: none;}
.no-underline:action, .no-underline:hover {text-decoration: underline;}
.text-clanky .no-underline:action, .texty-clanky .no-underline:hover {text-decoration: underline; color: #fe5105;}
.format {width: 250px;}
.povinne {background: #f0cc86;}
.hv {color: #000000; font-size: 1.1em;}

.absolute {
	position: absolute;
}

/* FCK styly ---------------------------------------------------------------- */
.highlight {background: #ffb55d};
.small {font-size: 0.85em;}
.cite {font-style: italic;}

/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 80%;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px dashed #808080;
  text-align: center;
  font-size: 0.9em;
}
.hlaska-ok strong, .hlaska-ko strong, .hlaska-info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1em;
}
.hlaska-ok {background: #d1e9d1 url(../img/hlasky/ok.gif) no-repeat center right;}
.hlaska-ko {background: #ffffb0 url(../img/hlasky/ko.gif) no-repeat center right;}
.hlaska-info {background: #e0e0e0 url(../img/hlasky/info.gif) no-repeat center right;}

