body {
  background:#fff url(../images/body-bg.png) 50% 0 repeat-y;
  font-family:Arial;
  font-size:12px;
}

h1 {
  position:absolute;
  left:50%;
  margin-left:-309px;
  width:592px;
  top:206px;
  z-index:5;
  font-size:1.2em;
  padding:0 13px;
}

#pozadi1 {
  position:absolute;
  width:100%;
  height:140px;
  top:0;
  left:0;
  background:url(../images/pozadi1.png) left top repeat-x;
  z-index:1;
} 

#pozadi2 {
  position:absolute;
  width:100%;
  height:140px;
  top:0;
  left:0;
  background:url(../images/pozadi2.png) center top no-repeat;
  z-index:2;
}

#stranka {
  position:absolute;
  width:100%;
  z-index:3;
}
#bgfix {
   width:983px;
   margin:0 auto;
   padding-top:5px;
   background:url(../images/stranka-bg.png) left top repeat-x;
}

#menufix {
  float:left;
  width:800px;
}
#right {
  float:right;
  width:181px;
  background:#F4F4F4;
  border:1px solid #c0c0c0;
  margin:2px 0 0 0;
}

#menufix #menu {
  width:180px;
  float:left;
  background:#F4F4F4;
  border:1px solid #c0c0c0;
  margin:2px 0 0 0;
}
#menufix #obsah {
  width:618px;
  float:right;
}

#pathway {
  padding:5px 15px 40px 15px;
}
#pathway a {
  font-size:0.9em;
  color:#000;
  text-decoration:none;
}

#menu .nadpis, #right .nadpis {
  background:#737373;
  color:#e7e7e7;
  font-weight:bold;
  clear:both;
  padding:3px 0 3px 10px;
  margin:1px 0;
}