* {
  padding: 0;
  margin: 0;
}

h1, h2, h4, a img {
  padding: 0;
  margin: 0;
  border: 0;
}

h3 {
  padding: 10px 5px 1px 2px;
  margin: 0;
  border: 0;
}

ul, ol, li { list-style: none  }

table, td, th {
  border: 0;
  font-size: 1em;
  font-weight:normal;
}

body {
  background: #54753a;
  font: normal normal 0.8em tahoma, arial, verdana, sans-serif, helvetica;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-indent: 0;
  border: 0; 
  text-align: center;
}

#vse {
  margin: 20px auto;  
  background: #91cb64;
  border: 1px solid #000 ;
  height: auto;
  text-align: left;
  width: 800px;
}

#hlava{
  width: auto;
  height: 200px;
  background: #0e5337 url("pic/vrsek.jpg");
  text-align: center;
}

#menu{
  width: auto;
  height: 40px;
  padding: 0;
  background: #0e5337 url("pic/menu1.gif");
  text-align: center;
  color: #FFF;
}

#menu ul{
  height: 30px;
  list-style-type:none; 
  margin: 0;
  padding-top: 7px; 
  padding-bottom: 3px; 
}

#menu li {
  margin-left: 10px;
  margin-right: 10px;
  float: left; 
  width: 180px;
}

#text{
  overflow: auto;
  padding: 10px;
  min-height: 400px;
  background: ##91cb64;
}

#pata{
  width: auto;
  height: 30px;
  padding-top: 8px; 
  padding-bottom: 2px;
  background:  #0e5337 url("pic/pata1.gif");
  border-bottom: 1px solid black;
  text-align: center;
  color: #FFF;
}

a{
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

a:hover {
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

a:visited {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

