/*
 *  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;}
.f_right {float: right;}
.block {display: block;}
.inline {display: inline;}

.pismo {font-family: tahoma; font-size: 0.9em;}
.margin {margin: 0 auto;}
.poznamka {color: #351506 ; font-size: 0.85em; display: block;}
.note {font-size: 0.8em; text-align: center;}
.note1 {font-size: 0.85em; text-align: left;}
.underline {text-decoration: underline;}
.none-underline{text-decoration: none;}

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

.bez-ramu {border:none;}
.white-background {
  background: #ffffff;
  width: 100%;
  min-height: 100px;  
}
/* 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: #04d90e url() no-repeat center right; margin: 0 auto; margin-bottom: 5px; margin-top: 5px; color:#e6e7e6;}
.hlaska-ko {background: #e80000 url() no-repeat center right; margin: 0 auto; color:#ffffff; margin-bottom: 5px; margin-top: 5px;}
.hlaska-ko a {color: #ffffff; text-decoration: underline;}
.hlaska-ko a:hover, .hlaska-ko a:active {color: #000000;  text-decoration: underline;}
.hlaska-info {background: #c9c9c9; margin: 0 auto; margin-bottom: 5px; margin-top: 5px; color: #45413d;}
.hlaska-info a {text-decoration: underline;}

/*vlastni styly*/
.margin-vypnout {
  margin: 0;
}
