body {
  font-family: Tahoma;
  font-size: 10pt;
  margin: 0;
  padding: 0;
  background: url('/img/body-bg.gif') 0 9px repeat-x; 
  background-color: #84c225;
}
#head {
  width: 100%;
  height: 264px;
  margin: 20px 0 0 0;
  padding: 0;
  background: url('/img/head-bg.jpg') center center no-repeat;
  background-color: #000;
}
#body {
  width: 800px;
  margin: 0 auto;
}
#menu {

}
#menuul {
  list-style: none;
  clear: both;
  background-color: #000;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border-top: 1px solid #CCC;
}

#menuul li {
  margin: 0;
  padding: 1px;
  float: left;
  display: block;
  position: relative;
}

#menuul li a {
  margin: 2px;
  padding: 2px 7px;
  color: #FFF;
  text-decoration: none;
}

#menu li ul { /* vsechny polozky seznamu */
    display: none;
    position: absolute; 
    top: 18px;
    left: 0;
    margin: 0;
    padding: 0; 
    width: 130px;
  text-transform: none; 
    background-color: #000; 
}
	
#menu li > ul {
}
	

#menu li li a {
    min-width: 100px;
    display: block;
    clear: both !important;
    color: #FFF; 
    text-decoration: none; 
    background-color: #000; 
 	}
#menu li li a:hover {
    color: #d3251a;
    background-color: #000; 
 	}
#menu li:hover ul, #menu li.Hover ul  { display: block; }


#content_top {
  background: url('/img/content-top.gif') center center no-repeat;
  margin: 40px 0 0 0;
  height: 9px; 
}
#content_bottom {
  background: url('/img/content-bottom.gif') center center no-repeat; 
  height: 9px; 
}
#content {
  margin: 0;
  padding: 5px;
  border-left: 1px solid #5e8520;
  border-right: 1px solid #5e8520;
  min-height: 300px;
}

#foot {
  width: 800px;
  margin: 0 auto;
  font-size: 7pt;
}
h1,h2,h3 {
  margin: 0;
  padding: 5px 0 ;
  font-size: 150%;
}
h2 {
  font-size: 130%;
}
h3 {
  font-size: 115%;
}
a {
  color: #d3251a;
}
