/*
 *  CSS - casto pouzivane styly
 *  Copyrighted by Tomas Halada, www.LTweb.cz
 */

.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 {color: #6d290d; font-weight: bolder; font-size: 0.85em; text-align: center;}
.invisible {
	visibility: hidden;
	position: absolute;
	z-index: -999999;
	float: left;
	width: 10px;
}
.italic {
	font-style: italic;
}


.border {
  border: 1px solid #000000;
}

img.f_right {
  margin-left: 10px;
  margin-bottom: 5px;
  /*border: 1px solid #909090;*/
  padding: 1px;
  background-color: #2c070e; /*#e8e8e8*/
}

.vertical-top {
  vertical-align: top;
}


/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 500px;
  padding: 5px;
  margin: 5px 0;
  margin-left: 25px;
  position: relative;
  border: 2px solid #808080;
  text-align: center;
  font-size: 1em;
}
.hlaska-ok strong, .hlaska-ko strong, .hlaska-info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1em;
}
.hlaska-ok {background: #1aa534; color: #ffffff;}
.hlaska-ok a {color: #ffffff;}
.hlaska-ok a:hover, .hlaska-ok a:active {text-decoration: none; color: #1f1a17;}

.hlaska-ko {background: #e20e19; color: #ffffff;}
.hlaska-ko a {color: #ffffff;}
.hlaska-ko a:hover, .hlaska-ko a:active {
  color: #978e8e; text-decoration: none;
}
.hlaska-info {background: #b9b9ba; color: #090909;}
.hlaska-info a {color: #000000;}
.hlaska-info a:hover, .hlaska-info a:active {color: #9b1212;}
