/*
 *  CSS - casto pouzivane styly
 *  Copyrighted by Tomas Halada, 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;}
.small {font-size: 0.85em;}
.f_right {float: right;}
.margin-center {margin: 0 auto; width: 602px;}

.vertical-top {
  vertical-align: top;
}

.pismo {font-family: tahoma; font-size: 0.9em;}
.inline {display: inline;}
.margin {margin: 0 auto;}
.poznamka {color: #22697a ; font-size: 0.7em; display: block;}
.note {font-size: 0.8em;}
a {text-decoration: none; color: #e64608;}
a:hover, a:active {text-decoration: underline; color: #3366cc;}
.invisible {visibility: hidden; float: left; z-index: -999999; position: absolute;}
/* 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: #8ced98 url() no-repeat center right; margin: 0 auto; margin-bottom: 5px; margin-top: 5px;}
.hlaska-ko {background: #e80000 url() no-repeat center right; margin: 0 auto; color:#ffffff; margin-bottom: 5px; margin-top: 5px;}
.hlaska-info {background: #95c6fd url() no-repeat center right; margin: 0 auto; margin-bottom: 5px; margin-top: 5px;}
.hlaska-info a {text-decoration: underline;}


.underline {text-decoration: underline;}

