body {
  font-size: 100%;
  line-height: 1.2em;
  color: black;
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  background: #CFE6DC url("img/leftbg.gif") top left repeat-y;
}

table, td, th {
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: left;
}

table.centr {
    /*width: 100%;*/
    border: 0;
    padding: 0;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

abbr, acronym {
    border-width: 0 0 1px 0;
    border-style: dashed; /*copy gecko's behaviour to IE*/
    cursor: help;
}

th {
  color: white;
}

a img {
  vertical-align: middle;
  border: 0;
}

#holder { 
  position: relative; 
  height: 100%;
}

html>body #holder {
  height: auto;
  min-height: 100%;
}

#header {
  background: #4C7DA6 url("img/panlipova1.jpg") top left no-repeat;
  height: 106px;
  line-height: 106px;
  color: #EEE;
  font-size: 1.6em;
  text-align: center;
  text-shadow: black 3px 3px 5px;
/*  border-bottom: 1px solid #000000; */
}

#header_2 {
  background-color: #355874;
  height: 5px;
  border-bottom: 1px solid #000000;
  font-size: 5px;
}

#leftmenu {
  float: left;
  width: 180px;
  background-color: #60BF96;
  background: #60BF96 url("img/leftbg.gif") top left repeat-y;
}

#menu {
  margin:0; padding:0;
  font-weight:bold;
  font-size: 0.8em;
/*  padding-left: 0.5em;*/
}
#menu a {
  display: block;
  margin: 0;
  padding: 0.2em 0 0.1em 1em;
  text-decoration: none;
  color: #555555;
  border-bottom: 1px solid #59806F;
  white-space: nowrap;
}

#menu ul li {
  margin: 0 0.5em 0 -3em;
  padding: 0.1em 0 0.1em 0;
  list-style-type: none;
}

#menu a.menupad { margin-top: 1em }
#menu a.menustyle {
  position:absolute; top:70px; left:1em;
}
#menu:hover a { color: #111111; }
#menu a:hover { color:white }

#leftmenu h2 {
  font-size: 1em;
  padding-left: 0.7em;
/*  vertical-align: middle; */
  background-color: #59806F;
  border-top: 0.2em solid #59806F;
  border-bottom: 0.2em solid #59806F;
  margin-top: 0;
  margin-bottom: 0.2em;
  color: #CFE6DC;
}

#footer-spacer {
  height: 1.5em;
  clear: both;
}

#footer {
  position: absolute;
  left: 0px; /* workaround pro obcasne ujizdeni o pixel v IE: */
  top: expression( document.getElementById('holder').offsetHeight - document.getElementById('footer').offsetHeight );
  overflow: hidden;
  width: 100%;
  height: 1.5em;
  bottom: 0px;
  border-top: 1px solid rgb(153,153,153);
  background-color: #59806F;
  color: white;
  text-align: center;
}

#footer a {
  color: white;
}

#content {
  margin:0 0 0 180px;
  text-align: justify;
  padding: 0.5em 1.5em 2em 1.5em;
  min-height: 400px;
  _height: 400px;
  background: #CFE6DC url("img/rt_corner.jpg") top right no-repeat;
}

#content td, #content th {
  padding: 0.25em;
  margin: 0;
  text-align: left;
}

#content h4, #content h3, #content h2, #content h1 {
  color: #59806F;
  text-align: center;
  line-height: 1.2em;
}

