body {
  background-color: #FFF8a8;
  background : #FFF8a8 no-repeat fixed center;
  font : normal normal normal 90%/normal Arial, Helvetica, sans-serif;
  azimuth : center;
  vertical-align : baseline;
  text-align : justify;
  margin : 2% 5% 2% 3%;
}

li {
  margin : 0px 0px;
}

a {
  text-decoration: none;
  font: bolder normal normal 90%/normal Arial, Helvetica, sans-serif;
  font-stretch: normal;
  color: Navy;
  font-weight: bold;
}

a:hover {
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline;
}

HR {
  width: 100%;
  height: 1px;
}

div.mapa {
  background-image: url(../images/mapa_spod.gif);
  width: 700px;
  height: 432px;
  border: 1px solid Black;
  display: block;
}

div.fotka {
  width: 700px;
  height: 523px;
  border: 1px solid Black;
  display: block;
}

table.frm {
  text-align: right;
  font-weight: bolder;
}

p.bottom {
  margin-top: 5px;
}



table.maxWidth {
  width: 100%;
  height: 100%;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}

.tydenRannePece img {
  max-width: 170px;
  max-height: 170px;
  margin: 20px;
  padding: 0px;
}


.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: small;
}

.borderL {
  border-left: 1px solid #a0a0a0;
}

.title {
  background-color: #FF9900;
}

.borderL-bold {
  border-left: 2px solid black !important;
}

.borderT {
  border-top: 1px solid #a0a0a0;
}

.borderT-bold {
  border-top: 2px solid black !important;
}

.borderR {
  border-right: 1px solid #a0a0a0;
}

.borderR-bold {
  border-right: 2px solid black !important;
}

.borderB {
  border-bottom: 1px solid #a0a0a0;
}

.borderB-bold {
  border-bottom: 2px solid black !important;
}

.borderLT {
  border-left: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
}

.borderTR {
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}

.borderTRB {
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.borderLRB {
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.borderLR {
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}

.borderLTR {
  border-left: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}

.borderRB {
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.borderLB {
  border-left: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.borderTB {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.borderAll {
  border: 1px solid #a0a0a0;
}

.borderNone {
  border: 0px solid #a0a0a0;
}



#intro-banner {
  display: inline-block;
  width: 50%;
  height: 50%;
  background-color: #FF9900;
}

#intro-banner a:hover {
  text-decoration: none;
  color: Navy !important;
}


td.tdZobrazitSkryt {
  background-color: #C0C0C0;
  text-align: center;
  font-size: xx-small;
  border-top: 1px solid #8D8D8D;
  border-right: 1px solid #8D8D8D;
}

div.expand, div.collapse, span.expand, span.collapse {
  width: 19px;
  height: 17px;
  background-image: url( '../images/plusminus.png' );
  background-repeat:  no-repeat;
  cursor: pointer;
float: left;
}

div.expand, span.expand {
  background-position: 0 0;
}

div.collapse, span.collapse {
  background-position: 0 -17px;
}

tr.expand {
  display: none;
}

.collapsed {
  display: none !important;
}

.COL-0 {
  text-align: center;
}

.COL-3 {
  text-align: left;
  padding-left: 10px;
}

.COL-1,
.COL-2 {
  text-align: right;
  padding-right: 10px;
}


.COL-0,
.COL-1,
.COL-2 {
  min-width: 10rem;
}

.COL-3 {
  min-width: 30rem;
}

.last .COL-2 {
  color: red;
  font-weight: bold;
}