/*
 *  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;}

.format {width: 350px;}
.povinne {background: #f0cc86;}
.hv {color: #000000; font-size: 1.1em;}

.absolute {
	position: absolute;
}
/* 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.85em;
}
.hlaska-ok strong, .hlaska-ko strong, .hlaska-info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.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;}


