/**
 * Obecne tridy
 */
.nodisplay {
  display:none;
}

/**
 * Odkazy
 */
a.color01 {
  color:rgb(190,0,0);
  color:#000;
}
a.color01:hover {
  color:rgb(230,0,0);
}
a.color02 {
  color:rgb(30,140,30);
}
a.color03 {
  color:rgb(0,100,250);
}

div.clear {
  clear:both;
  font-size:1px;
  height:1px;
}
div.h1Shadow {
  position:absolute;
  top:-6px;
  right:20px;
  margin:0;
  margin-bottom:0.8em;
  padding:0;
  padding:0;
  padding-bottom:10px;
  font-size:2.5em;
  font-weight:bold;
  font-style:italic;
  color:rgb(220,220,225);
}

/* --- Obrazky --- */
img.left,
img.vlevo,
img.floatLeft,
img.align-left,
figure.align-left {
  float:left;
  margin:0 10px 7px 0;
  position:relative;
}

img.right,
img.vpravo,
img.floatRight,
img.align-right,
figure.align-right {
  float:right;
  margin:0 0 7px 10px;
  position:relative;
}

img.bul {
  position:relative;
  top:1px;
}

/* --- Odstavce --- */
div.center, p.center, p.align-center, div.align-center {
  text-align:center !important;
}
div.left, p.left, figure.align-left {
  text-align:left !important;
}
div.right, p.right, figure.align-right {
  text-align:right !important;
}

/* --- Input text --- */
input.text {
  border:1px solid #aaa;
  padding:2px 4px;
}
input.size2 {
  width:25px;
}
input.size4 {
  width:40px;
}

/* --- Buttons --- */
input.button {
  border:1px outset rgb(230,0,0);
  background-color:rgb(230,0,0);
  border:1px outset rgb(0,180,0);
  background-color:rgb(100,184,24);
  color:white;
  font-weight:bold;
  font-size:1em;
}

/* --- Tabulky --- */
table.tab01 th, table.tab01 td {
  padding:4px 10px;
  border:1px solid rgb(214,215,222);
  background-color:rgb(250,250,255);
}
table.tab01 th {
  text-align:center;
  font-weight:bold;
  color:rgb(16,56,99);
  background-color:rgb(239,255,220);
}
table.tab01 tr.sudy th ,
table.tab01 tr.sudy td {
  background-color:rgb(239,243,255);
}

/* --- Obrazky --- */
figure {
  margin: 0px;
}

figcaption {
  margin-top:5px;
  font-size:0.9em;
  font-style:italic;
  text-align:center;
}

#odstrel {
  width:96%;
  background-color:white;
  border:5px solid red;
  font-size:15px;
  text-align:center;
  font-weight:bolder;
  margin-top:10px;
  padding:5px;
}