/* ------------ obecne definice ---------------- */

a img {
  border: 0;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #3775BB;
}

a:hover, a:active {
  text-decoration: none;
  color: #3775BB;
}

a.reverse {  /* obecny odkaz naruby */
  text-decoration: none;
}

a.reverse:hover, a.reverse:active {
  text-decoration: underline;
}

table {
  padding: 0;
  margin: 0;
}

.hidden {
  display: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}
