/* ----------------------- a hrefy ----------------------- */
a {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: red;
}

a:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  color: red;
}

a.copyright {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: black;
}

a.copyright:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  color: black;
}

/* ----------------------- komentare ----------------------- */

h1.nadpis {
  background: url(../images/ikonky/sipka.png) 1px 20% no-repeat;
  padding-left: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 13px;
  color: #881417;
}

/* ----------------------- tabulky ----------------------- */

table.hlavni {
  border: 0px solid black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: black;
}

table.paticka {
  border: 0px solid black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: black;
}

th {
  background: #D0D0D0;
}

/* ----------------------- obrazky ----------------------- */

img.ramec {
  border: 1px solid black;
}

/* ----------------------- formularove pole ----------------------- */

input {
  border: 1px solid black;
  font-size: 11px;
  background-color: #e3e3e3;
}

textarea {
  border: 1px solid black;
  font-size: 11px;
  background-color: #e3e3e3;
}

select {
  border: 1px solid black;
  font-size: 11px;
  background-color: #e3e3e3;
}

