body {
  text-align:center;
  background-color:#fff;
  font-family:Arial;
}

#strana {
  margin:0 auto;
  width:800px;
  height:auto;
  background-color:#fff;
}
#hlavicka {    
  height:110px;
  width:100%;
  text-align:center;
  background-image:url("./images/header.png");
  background-repeat:no-repeat;
  background-position:6% center;
  font-size:22px;
  font-weight:bold;
  display:block;
}
#content {
  width:100%;
}
#menu {
  width:20%;
  float:left;
  height:100%;
  color:#666;
  margin:0;
}
#obsah {
  font-size:12px;
  text-align:left;
  float:right;
  width:75%;
  height:auto;  
  margin:0;
  padding-right:15px;
  padding-left:3px;
  border:1px solid rgb(210,210,210);
}
#obsah h2 {
  width:97%;
}
#paticka {
  clear:both;
  width:100%;
  font-size:12px;
  color:#999;
}

