body {
    font-family: arial, sans-serif;
    font-size: 12px;
    background-color: #F0FFF0;
    font-weight: bold;
    color: #556B2F;
}

td {
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #556B2F;
}

.telo {
  position: absolute;
  background-color: #6096BF;
  left: 0px;
  top: 0px;
  width: 840px;
}

.ohraniceni {
    border: 1px solid #556B2F;
    MARGIN: 5px;
    padding: 0px;
    background-color: #F0FFF0;
}

legend {
    color: #F8C107;
}

.editace_polozky {
    color: #D8CDAB;
}

H1 {
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #F8C107;
    MARGIN: 0px;
    padding-left: 5px;
}

H2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #F8C107;
    MARGIN: 0px;
    padding: 0px;
}

p {
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #647D8F;
    MARGIN: 0px;
    padding: 0px;
}

.secRow {
  background-color: #5F7687;
}
.AkceRow {
  background-color: #AAAC46;
}

thead {
  font-weight: bold;
  background-color: #7C7D7E;
  color: white;
}

A {
    color: white;
}

A:Hover {
    color: black;
}

.input_dlouhy {
  width: 400px;
}
.input_normalni {
  width: 250px;
}
.input_kratky {
  width: 100px;
}

.input_login {
  width: 150px;
}

.error {
  color: #F4C6CE;
}
