/* ----------------------- a hrefy ----------------------- */
a {
  text-decoration: underline;
  color: #ce7123;
}

a:hover {
  text-decoration: none;
  color: #ce7123;
}

a.rychly-kontakt {
  text-decoration: none;
  color: #fff9ff;
}

a.rychly-kontakt:hover {
  text-decoration: underline;
  color: #fff9ff;
}

a.podmenu {
  text-decoration: none;
  color: #faf9c7;
}

a.podmenu:hover {
  text-decoration: underline;
  color: #faf9c7;
}

a.copyright {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: #69891c;
  font-size: 11px;
}

a.copyright:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  color: #69891c;
  font-size: 11px;
}


/* ----------------------- h1 ----------------------- */

h1.nadpis {
  font-size: 17px;
  color: #343433;
  font-weight: bold;
}

h2.nadpis {
  font-size: 19px;
  color: #ce7123;
  font-weight: normal;
  display: inline;
}

h2.nadpis-inline {
  font-size: 19px;
  color: #ce7123;
  font-weight: normal;
  display: inline;
}

h3.nadpis {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #752110;
  height: 18px;
}

/* ----------------------- span ----------------------- */

span.vine {
  color: #752110;
  font-weight: bold;
}

span.orange {
  color: #dd861d;
}

span.kontakt {
  font-size: 15px;
  font-weight: bold;
  color: #451208;
}

span.vine-dark {
  color: #d41409;
}

p.bezmezery {
  display: inline;
}

/* ----------------------- tabulky ----------------------- */

table.hlavni {
  font-size: 13px;
  color: #465214;
  text-align: justify;
  line-height: 20px;
}

table.podmenu {
  font-size: 12px;
  color: #faf9c7;
  text-align: justify;
  line-height: 28px;
  letter-spacing: 2px;
  font-family: Verdana, Arial, sans-serif;
}

table.rychly-kontakt {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #101322;
  font-family: Arial, Verdana, sans-serif;
}

table.poptavka {
  font-size: 11px;
  color: #202020;
  text-align: justify;
  line-height: 30px;
}

table.copyright {
  font-size: 11px;
  color: #c3c3c0;
}

/* ----------------------- obrazky ----------------------- */

img.ramec {
  border: 1px solid #838686;
}

/* ----------------------- formularove pole ----------------------- */

input {
  border: 1px solid #706f6f;
  background-color: #e6e4e5;
  font-size: 13px;
  color: black;
}

textarea {
  border: 1px solid #706f6f;
  background-color: #e6e4e5;
  font-size: 13px;
  color: black;
}

input.submit {
  border: 1px solid #a85a18;
  background-color: #ce7123;
  width: 120px;
  font-size: 13px;
  color: #ededed;
}

input.checkbox {
  border: 1px solid #706f6f;
  background-color: #e6e4e5;
  width: 13px;
  _width: 15px;
  height: 13px;
  _height: 15px;
  font-size: 13px;
  color: black;
}



