body {
  margin: 0 0 0 0;
  background-color: #fff;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  background-image: url('../images/body_bg.gif');
  background-repeat: repeat-x;
}

a {
  color: #7f5d21;
  text-decoration: none;
}

a:hover {
  color: #313131;
}

img {
  border: 0px;
  margin: 0px;
}

hr {
  width: 600px;
margin: 0px;
}

.clear {
  clear: both;
  margin: 0px;
  height: 0px;
  padding: 0px;
  line-height: 0px;
  _display: none;
}

.center {
  text-align: center;
}

h1 {
   position: relative;
   top: 0px;
    color: #2c2b20;
   margin: 0px;
   font-size: 16px;
}

h2 {
   position: relative;
   top: 0px;
   color: #2c2b20;
   margin: 0px;
   font-size: 16px;
}

.strankovani {
   position: relative;
   top: 0px;
   color: #2c2b20;
   margin: 0px;
}


/* layout */
.body_wrapper {
   position: relative;
   margin: 0px auto;
   background-image: url('../images/bg_body.gif');
   width: 890px;
}

.content p, ul {
  width: 600px;
}

.content {
   position: relative;
   left: 9px;
   top: 20px;
   text-align: justify;
   width: 890px;
   padding-left: 122px;
}

.navigace {
   text-align: center;
   margin-left: -160px;
   _margin: 0px;
}

.navigace img {
   margin-bottom: 30px;
}

.spodni-navi {
   position: relative;
   top: 40px;
}