/*
 *  CSS - casto pouzivane styly
 *  www.LTweb.cz
 */


.nic {display: none;}
.left {text-align: left;}
.right {text-align: right; padding-right: 3px;}
.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;}
.margin-auto{margin: 0 auto;}
.white {color: #ffffff;}
.underline {text-decoration: underline;}
a.underline {text-decoration: underline;}

.poznamka {color: #d8de74; font-size: 0.8em; text-align: right; display: block;}
.poznamka-stred {color: #d8de74; font-size: 0.8em; text-align: center; display: block;
margin-left: 20px; margin-right: 20px;}
.poznamka-stred strong {font-size: 1.1em;}
.note {font-size: 0.8em;}
.poznamka2 {color: #366c89;}

.underline {text-decoration: underline;}
.none-underline{text-decoration: none;}

.povinne {background: #efff7d;}
.hv {color: #FFA03F; font-size: 1.4em;}

.format {width: 128px;}
.format-wide {width: 250px;}
/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 80%;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 0.95em;
}
.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: #27be59 url() no-repeat center right; margin: 0 auto; color: #012846; margin-bottom: 5px; margin-top: 5px; font-weight: bolder;}
.hlaska-ko {background: #ce2525 url() no-repeat center right; margin: 0 auto; color:#ffffff; margin-bottom: 5px; margin-top: 5px; font-weight: bolder;}
.hlaska-info {background: #95c6fd url() no-repeat center right; margin: 0 auto; color: #012846; margin-bottom: 5px; margin-top: 5px; font-weight: bolder;}
.hlaska-info a, .hlaska-ok a {color: #892929; text-decoration: underline;}
.hlaska-info a:hover, .hlaska-info a:active, .hlaska-ok a:hover, .hlaska-ok a:active {color: #892929; text-decoration: none;}
.hlaska-ko a {color: #ffffff;}

