/* ----------------------- a hrefy ----------------------- */
a {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: #db2b2d;
}

a:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  color: #db2b2d;
}

a.copyright {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: #03193e;
}

a.copyright:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  color: #03193e;
}

/* ----------------------- h1 ----------------------- */

h1.nadpis {
  font-size: 13px;
  display: inline;
}

h1.text {
  font-size: 11px;
  display: inline;
}

/* ----------------------- tabulky ----------------------- */

table.hlavni {
  border: 0px solid black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: black;
}

table.formular {
  border: 0px solid black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: black;
  line-height: 10px;
}

table.white_11 {
  border: 0px solid black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: white;
}

table.black_11 {
  border: 0px solid black;
  font-size: 11px;
}

table.black_13 {
  border: 0px solid black;
  font-size: 13px;
}

td.size_13 {
  font-size: 13px;
}

td.blok {
  text-align: justify;
  line-height: 19px;
}

td.formular {
  width: 230px;
}

td.barva {
  background-color: #d1d1d1;
  line-height: 15px;
}

th {
  background: #D0D0D0;
}

th.hlavni_pozadi {
  background: #8d1113;
  color: white;
}

tr.barva:hover {
  background: #ffd6e7;
}


table.momentalni_akce_produkt {
  border: 1px solid black;
  background: white;
  text-align: center;
}

/* ----------------------- li ----------------------- */

li.dolar {
  list-style-image: url(../images/ikonky/dolar.gif);
}

ul.mezery {
  line-height: 25px;
}


/* ----------------------- hr ----------------------- */

hr.linka {
  border: 0px solid black;
}

/* ----------------------- obrazky ----------------------- */

img.ramec {
  border: 1px solid black;
}

/* ----------------------- form ----------------------- */

form.bezmezery {
  clear: both;
  margin:0;
  padding:0;
}

/* ----------------------- formularove pole ----------------------- */

input {
  border: 1px solid #a7a7a7;
  background-color: #f0f0f2;
  font-size: 11px;
  color: black;
}

input.puntiky {
  border: 0px solid #a7a7a7;
  background-color: #fcfcfc;
  font-size: 11px;
  color: black;
}

select {
  border: 1px solid #a7a7a7;
  background-color: #f0f0f2;
  width: 200px;
  font-size: 11px;
  color: black;
}

textarea {
  border: 1px solid #a7a7a7;
  background-color: #f0f0f2;
  font-size: 11px;
  color: black;
}



