/*
 *  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: bolder;}
.f_left {float: left;}
.f_right {float: right;}

.invisible {
	position: absolute;
	visibility: hidden;
}
.pismo {font-family: tahoma; font-size: 0.9em;}
.margin {margin: 0 auto;}
.poznamka {color: #22697a ; font-size: 0.7em;}

a {color: #822b0d; text-decoration: none;}
a:hover, all-odkazy a:active {text-decoration: underline; color: #da4715;}

.note {font-size: 0.85em;}
.multinote {text-align: center; padding: 3px 5px; margin: 0;}
.taxes-note {font-size: 0.85em; color: #636363;}
.block {display: block;}

.underline {text-decoration: underline;}

p a {text-decoration: underline;}
p a:hover, p a:active {text-decoration: none;}
/* 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-left: 100px;}
.hlaska-ko {background: #f7b413 url() no-repeat center right; margin-left: 60px; color: #000000;}
.hlaska-info {background: #e9dab6 url() no-repeat center right; margin-left: 50px;}


