/*
 *  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;}
.povinne {background: #c6d163;}
.hv {color: #c6d163;}
.border {
  border: 1px solid #000000;
}
.note {font-size: 0.85em}

/* 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;}

