/**
 * 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 {
  float:left;
  margin:0 10px 7px 0;
  position:relative;
}

img.right,
img.vpravo,
img.floatRight {
  float:right;
  margin:0 0 7px 10px;
  position:relative;
}

img.bul {
  position:relative;
  top:1px;
}

/* --- Odstavce --- */
div.center, p.center {
  text-align:center !important;
}
div.left, p.left {
  text-align:left !important;
}
div.right, p.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);
}

