/*
 *  CSS - často používané styly
 *  Copyrighted by Tomáš Halada, www.LTweb.info
 */


/* 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;}
.note {font-size: 0.85em; font-style: italic;}
.link-back {display: block; text-align: center; margin-top: 100px;}

/* hlasky ----------------------------------------------------------------- */
.hlaska {
  width: 100%;
  background: #fd7f19 url(../img/rightmenu/pozadi-nadpis.jpg) repeat-x top;
  border-top: 2px #ffffff solid;
  border-bottom: 2px #ffffff solid;
}
.hlaska-ko, .hlaska-ok {
  margin-top: 2px;
  width: 90%;
  text-align: center;
  font-size: 1em;
  /*height: 18px;*/
  padding: 2px;
  font-weight: bolder;
}
.hlaska-ok strong, .hlaska-ko strong, .hlaska-info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1em;
}
.hlaska-ok {background: #0a6615; color: #ffffff; border: 1px #cdcdcd solid;}
.hlaska-ok a {color: #ffffff;}
.hlaska-ok a:hover, .hlaska-ok a:active {text-decoration: none; color: #d2d4fa;}
.hlaska-ko {background: #660c0a; color: #ffffff; border: 1px #cdcdcd solid;}
.hlaska-ko a {color: #ffffff;}
.hlaska-ko a:hover, .hlaska-ko a:active {text-decoration: none; color: #d2d4fa;}
