/**
 * Obecne tridy
 */ 
.nodisplay {
  display:none;
}
.noMargin {
  margin:0;
}
.red {
  color:rgb(200,0,0);
}
img.bordered {
  border:1px solid #ccc;
}
div.center {
  text-align:center;
}
.pointer {
  cursor:pointer;
  cursor:hand;
}

/**
 * Ruzne
 */
br.clear {
  display:block;
}
div.clear, br.clear {
  clear:both;
  font-size:1px;
  height:1px;
}
img.floatLeft {
  float:left;
  margin:0 10px 5px 0;
}
img.floatRight {
  float:right;
  margin:0 0 5px 10px;
}
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 {
  float:left;
  margin:0 0.8em 0.5em 0;
}

img.right,
img.vpravo {
  float:right;
  margin:0 0 0.5em 0.8em;
}

/* --- Tabulky --- */
table.tab01 th, table.tab01 td {
  padding:3px 6px;
  color:rgb(49,32,114);
  border:1px solid rgb(170,170,180);
  background-color:rgb(240,240,250);
}
table.tab01 th {
  text-align:center;
  font-weight:bold;
  background-color:rgb(195,190,200);
}
table.tab01 tr.sudy th ,
table.tab01 tr.sudy td {
  background-color:#fff;
}
table.tab01 th.left {
  text-align:left;
}

