html {
  height: 100%;
  width: 100%;
}

img {
  border: 0;
}

body {
  background: #006031 url(page_bg.jpg) repeat-x fixed top;
  padding-top: 20px;
  margin: 0;
  text-align: center;
  font-size: 90%;
  font-family: Arial, 'Lucida Grande CE', ucida, 'Helvetica CE', lsans-serif;
}

* {
  margin: 0;
  padding: 0; 
}

#logo {
  position: relative;
  width: 900px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}

#logo span {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 900px;
  height: 200px;
  background: url(top.jpg) 0 0 no-repeat;
}

#text {
  width: 900px;
  background-color: #ffffff;
  margin: 0 auto;
  height: *;
}

#foot {
  width: 890px;
  height: 10px;
  margin: 0 auto;
  font-size: 70%;
  color: #006031;
  background-color: #EB891B;
  font-weight: bold;
  padding: 5px;
}

.clear {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  border-width: 0;
  margin: 0;
  padding: 0;
}

#menu {
  float: left;
  width: 241px;
  padding: 20px;
}

.menu a, .menu a:hover {
  text-align: left;
  height: 20px;
  padding: 7px;
  width: 221px;
  float: left;
  padding-left: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 100%;
}

#menu img {
  border: 0;
}

.menu a {
  background: url(menu.jpg) no-repeat right top;
}

.menu a:hover, .menu .akt {
  background: url(menus.jpg) no-repeat right top;
}


#obsah {
  width: 569px;
  float: left;
  text-align: justify;
  padding: 20px;
}

h2 {
  height: 23px;
  padding: 12px;
  font-size: 130%;
  background: url(h2.jpg) no-repeat left center;
  color: #ffffff;
  margin-bottom: 
}

h3 {
  height: 23px;
  padding: 8px;
  font-size: 100%;
  background: url(h3.jpg) no-repeat left top;
  color: #000000;
  margin-bottom: 
}

#text p {
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 30px;
}

ul {
  margin-left: 30px;
  margin-bottom: 30px;
}

ul li {
  margin-bottom: 5px;
}

#text .img-mr {
  margin-right: 10px;
}

#obsah a {
  font-weight: bold;
  color: #006031;
}

#obsah a:hover {
  font-weight: bold;
  color: #EB891B;
}

.img-foto {
  margin-right: 10px;
  margin-bottom: 10px;
}

.ramecek {
  border: 1px #EB891B solid;
  padding: 1px;
}

.ohraniceni {
  margin: 15px;
}

#obsah table * {
  font-size: 12px;
  /*text-align: left;*/
}

#obsah table thead th {
  background-color: #EB891B;
  padding: 5px;
}

#obsah table tbody th {
  background-color: #006031;
  padding: 5px;
  color: white;
}

#obsah table tbody td {
  border-bottom: 1px #006031 solid;
  border-right: 1px #006031 solid;
  padding: 5px;
}

.hrac-div {
float: left;
text-align: center;
margin-right: 15px;
width: 150px;
padding: 10px;
height: 170px;
}

