body {
  margin-left: 115px;
  margin-right: 3%;
  background-image: url(../images/bg_4.jpg);
  background-repeat: repeat-y;
  font-family: Times;
  color: #271225;
  background-color: #e4b38b;
}
h1, h2, h3, h4 {
  letter-spacing: 2px;
  text-align: center;
  color: #020d4d;
}
h1, h2 {
  text-decoration: underline;
}
h3 {
  font-style: italic;
}
h2 {
}
tr.pieno {
  font-size: xx-large;
}

td.active, td.unactive, td.active_left, td.active_right, td.unactive_left, td.unactive_right, td.kraj_left, td.kraj_right, td.active_m_left, td.unactive_m_left, td.act_kraj_left, td.unact_kraj_left {
  border-top: 1px solid #b47e64;
}

td.act_kraj_left, td.unact_kraj_left, td.active_left, td.unactive_left, td.active_m_left, td.unactive_m_left {
  border-left: 1px solid #b47e64;
}
td.act_kraj_right, td.unact_kraj_right {
  border-right: 1px solid #b47e64;
}

td.active, td.act_kraj_left, td.act_kraj_right, td.active_m_left, td.text, td.active_left, td.active_right, a:hover {
  background-color: #edd1ba;
}
td.unactive, td.unact_kraj_left, td.unact_kraj_right, td.unactive_m_left, td.unactive_left, td.unactive_right {
  background-color: #cbaa8e;
  border-bottom: 1px solid #b47e64;
}

td.top_doplnek, td.text {
  border-left: 1px solid #b47e64;
  border-bottom: 1px solid #b47e64;
}

td.text {
  font-size: large;
  border-right: 1px solid #b47e64;
  padding: 4px;
}

.undr {
  text-align: center;
  font-size: small;
  font-style: italic;
}

p {
  text-indent: 7pt;
  text-align: justify;
  margin: 2px;
}
a:link {
  color: #2f2375;
  text-decoration: none;
}
a:visited {
  color: #2f2375;
  text-decoration: none;
}
a:hover {
  color: #8b0000;
  text-decoration: none;
}

