/* ----------------------- a hrefy ----------------------- */
a {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: #bc0000;
}

a:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  color: #bc0000;
}

a.name {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: black;
}

a.name:hover {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: black;
}

a.copyright {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: #950d0d;
}

a.copyright:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  color: #950d0d;
}

/* ----------------------- 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.otazky {
  border: 0px solid black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

table.paticka {
  border: 0px solid black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: black;
}

table.produkt-technicke-informace {
  border: 1px solid #900000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: black;
}

th {
  background: #D0D0D0;
}

th.produkt-technicke-informace {
  background: #d00000;
  color: white;
}

td.blok {
  text-align: justify;
}

/* ----------------------- 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;
}

