/*
 *  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.7em; display: block;}
.note {font-size: 0.8em; text-align: center;}
.note2 {font-size: 0.8em;}
.underline {text-decoration: underline;}
.none-underline{text-decoration: none;}

h1.invisible{padding: 0; margin: 0; font-size: 0; position: absolute; z-index: -50;}
a {color:#351506;}
a:hover, a:active {color: #c74f02;}

.bez-ramu {border:none;}
.col1 td {background: #cce288;}
.col2 td {background: #b9d072;}
.col3 td {background: #cce288;}
.col4 td {background: #b9d072;}
/* hlasky ----------------------------------------------------------------- */
.hlaska-ok, .hlaska-ko, .hlaska-info {
  width: 80%;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #000000;
  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: #2fd813; color: #ffffff; margin: 0 auto; margin-bottom: 5px; margin-top: 5px;}
.hlaska-ok a {}
.hlaska-ok a:hover, .hlaska-ok a:active {}
.hlaska-ko {background: #de2525; margin: 0 auto; color:#ffffff; margin-bottom: 5px; margin-top: 5px;}
.hlaska-ko a {color: #ffffff;}
.hlaska-ko a:hover, .hlaska-ko a:active {color: #d0e983;}
.hlaska-info {background: #9d9d9d; margin: 0 auto; margin-bottom: 5px; margin-top: 5px; color: #ffffff;}
.hlaska-info a {text-decoration: underline; color: #ffffff;}

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

/* multinote ---------------------------------------------------------------- */
.multinote {
	text-align: center;
}

