body {
  text-align: center;
  background-color: #D6DB89;
  font-family: Arial CE, Helvetica CE, Arial, sans-serif;
}
#MainFrame {
  position: relative;
  top: 0px;
  left: 0px;
  margin: auto;
  width: 750px;
}
#banner {
  width: 750px;
  height: 77px; 
  background-image: url(images/titlea.jpg);
  background-repeat: no-repeat;
}
#top_menu {
  position: relative;
  width: 750px;
  height: 17px;
  background-image: url(images/titleb.jpg);
  background-repeat: no-repeat;
  border-bottom: 1px solid #834F1F;
  text-align: left;
}
  #top_menu LI A SPAN {
  }
  #top_menu LI A {
    text-decoration: none;
    height: 10px;
    font-style: italic;
    font-weight: bold;
    color: #000;
  }
  #top_menu A:hover {
    color: #EABA32;
    text-decoration: underline;
  }

  #top_menu LI {
  	display: inline; /* neni list-item = nezobrazi se nic vedle.. */
  	background: url('images/kolecko_male.gif') 0px 6px no-repeat;
    margin-left: 20px;
  	padding: 0px;
  	padding-left: 7px;
  }
  #top_menu LI LI {
  	display: block;
    margin: 0px;
  	padding: 0px;
  }
  #top_menu UL {
    display: inline;
  	margin: 0px;
  	padding: 0px;
  	position: relative;
  	top: 0px;
  	left: 180px;
  }
  #top_menu UL UL {
  	margin: 0px; padding: 5px;
  	display: block;
    position: absolute;
    top: 15px;
    padding-left: 10px;
    left: 0px;
    visibility: hidden;
    background-color:#81b427; /* pozadi menu */
    width: 190px;
    border: 1px solid white;
    list-style-type: none;
  }
  #top_menu UL ul ul {
    width: 150px;
    border: 0px solid white;
    position:relative;
    left: 5px;
    top: 0px;
    padding-left: 10px;
    list-style-type: none;
    /* background: url('images/odrazka_mala.gif') 0px 6px no-repeat; */
    visibility:hidden;
  }
  #top_menu UL li {
    position: relative;
  }
  /* zde chovani zobrazeni*/
  #top_menu UL li:hover ul a, #top_menu UL li.hover ul a
  {
    /* odkaz podmenu */
    background-color: #81b427; /* pozadi menu */
    color:black;
    font-size: 12px;
  }
  
  #top_menu UL li:hover ul a:hover, #top_menu UL li.hover ul a:hover
  {
    /* odkaz podmenu prejety mysi */
    /* background-color: #888; */
    color:white;
    text-decoration: underline;
  }
  
  #top_menu UL li:hover ul, #top_menu UL li.hover ul
  {
  visibility:visible;
  }
  
  #top_menu UL li li
  {
  border:none;
  padding:0;
  }
  
  #top_menu UL li
  {
  behavior: url(hover.htc);
  }
  /* konec chovani zobrazeni*/
  

#content {
  width: 750px;
  text-align: left;
  _height: 340px;
  min-height: 340px;
  background-color: #EABA32;
}
#main-content {
  margin: 0px 7px;
  padding: 5px;
}

#line {
  width: 750px;
  height: 8px;
  background: url(images/line.jpg) repeat-x;
  background-color: #80B527;
  /*border: 1px solid #834F1F;*/
}

#bottomLine {
  width: 750px;
  height: 17px; 
  text-align: center;
  vertical-align: middle;
  background-color: #80B527;
  border-bottom: 1px solid #834F1F;
}
  .Ensis a {
    text-decoration: none; 
    color: #EABA32;
  }
  .Ensis a:hover {
    font-weight: normal;
    color: green;  
  }

a {
  color: #834F1F;
}
a:hover {
  color: #834F1F;
}
div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
h1 {
  font-size: 14px;
  text-align: center;
}
h2 {
  font-size: 12px;
}
input, textarea {
  background-color: #D8E7B0;
  border: 1px solid #80B527;
}
.Nabidka.Tab1 td {
  padding-left: 6px;
}
.Nabidka.Tab2 td {
  padding-left: 10px;
  text-align: center;
}
.Nabidka.Tab2 tr.Nadpis th {
  text-align: center;
}

