html, body {
  background: #707173;
  font-family: tahoma;
}
#wrapper {
  width: 1000px;
  margin: 0 auto 0 auto; 
}
#header {
  height: 349px;
  background: url(../images/header.jpg) no-repeat;
}
#content {
  margin-top: 10px;
  height: 775px;
  background: url(../images/background.jpg) no-repeat;
}
#content #main {
  margin-top: 20px;
  margin-right: 20px;
  background: #fff;
  width: 720px;
  float: right;
  padding: 0 20px 0 30px;
  height: 735px;
  font-size: 13px;
  line-height: 22px;
}
#content #main h1 {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  width: 660px;
}
#content #main p {
  text-indent: 30px;
}
#content #main #soubory {
  border-top: 1px solid #000;
  width: 660px;
  background: #ddd;
  color: #000;
  line-height: 12px; 
}
#content #main #soubory td {
  border-bottom: 1px solid #fff;
  margin-bottom: 2px;
  padding-bottom: 1px;
}
#content #main #soubory a {
  color: #005E98;
  padding: 0px 15px 0px 15px;
 text-decoration: none;
}
#content #main #soubory a:hover {
  background: #005E98;
  color: #fff;
  text-decoration: none;
}
#content #main #soubory .right {
  text-align: right;
}
#content #menu {
  float: left;
  width: 180px;
  margin-top: 35px;
}
#content #menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content #menu ul li {
  margin: 0;
  padding: 0;
}
#content #menu ul li a {
 margin-bottom: 2px;
 padding: 3px 0px 3px 15px;
 display: block;
 width: 180px;
 background: #005E98;
 color: #fff;
 text-decoration: none;
 font-size: 13px;
 font-weight: bold;
}
#content #menu ul li a:hover,
#content #menu ul .active {
 background: #707173;
}
#footer {
  font-size: 9px;
  text-align: center;
  background: #B1C6E5;
  padding: 5px;
  margin: 0;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #000;
}
.cleaner { clear: both; height: 1px; line-height: 1px; }
