 html,body {
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #d4d4d4;
  font-family: Arial;
  font-size: 86%;
 }
 a {
 color: #901d0a;
 text-decoration:underline;
 }

 table {
  font-size: 100%;
 }
 #holder {
  position: relative;
  min-height: 100%;
  height: auto;
  _height: 100%;
  background: url(bg-4.gif) repeat-y left;
  width: 782px;
  text-align: left;
  margin: 0 auto;
 }
 #container {
  height: auto;
  _height: 191px;
  background: url(bg-0.jpg) no-repeat left top;
 }
 #top {
  height: 158px;
 }
 #menu {
  position: absolute;
  height: 40px;
  top: 118px;
  left: 16px;
 }
 #menu a {
  font-weight: bold;
  text-decoration: none;
  color: black;
  font-size: 12px;
 }
 #menu table {
  background: url(bg-1.gif) repeat-x top;
 }
 #page {
  width: 700px;
  margin: 0 0 0 40px;
 }
 #flags {
  position: absolute;
  top: 5px;
  right: 10px;
 }
 #flags img {
  border: 1px solid #852504;
 }
 #footer {
  position: absolute;
  bottom: 0;
  left: 16px;
  background: url(bg-3.gif) no-repeat left top;
  height: 36px;
  width: 782px;
 }
 #footer_in {
  text-align: center;
  padding: 8px 0 0 0;
  font-size: 10px;
 }
 h1 {
  margin:18px 0 0 0;
  padding:0;
  color: #901d0a;
 }
 #submenu {
  color: #901d0a;
  margin: 0 0 10px 0;
 }
 #submenu a {color: #990000;decoration:underline;}
 #submenu a:hover {color: #000000;decoration:underline;}

 p {
  margin: 0 0 20px 0;
 }
 h1 {
  font-size: 160%;
 }
 #weblink {
text-align: center;
margin: 20px 0 0 0;
color: #808080;
font-size: 9px;
}
#weblink a {
color: #808080;
}

#akce {
display: block;
color:#c92700;
background-color: #ffca2c;
}
#akce p {
padding:10px;
margin:0;
}
