#stranka {
  top:223px;
}

#static_pages, #categories {
  position:absolute;
  width:100%;
  height:30px;
  top:193px;
  margin:0 auto;
  z-index:2;
  display:block;
}
#static_pages div, #categories div {
  width:952px;
  margin:0 auto;
  border-left:5px solid #fff;
  border-right:5px solid #fff;
  height:30px;
  background:#fff url(../images/categories-bg.png) left top repeat-x;
}
#static_pages ul {
  margin:0;
}
#static_pages ul li {
  display:inline;
}
#static_pages ul li a {
  display:block;
  height:22px;
  padding:8px 10px 0 12px;
  float:left;
  color:#fff;
  background:url(../images/categories-a.png) right 0 no-repeat;
}

#static_pages ul li a:hover {
  text-decoration:underline;
  background:url(../images/categories-a.png) right -30px no-repeat;
}  

#static_pages #searchform {
  float:right;
  margin-right:5px;
}
#static_pages #searchform input.vyhledavani {
  background:#FFFFFF url(../images/icon-search.jpg) no-repeat 2px 2px;
  border:1px solid #B6B6B6;
  height:14px;
  font-size:10px;
  margin:5px 0 0 20px;
  padding:3px 0 1px 20px;
  width:105px;
}
#static_pages #searchform input.vyhledavani-submit {
  width:30px;
  padding:0;
  margin:0;
  font-size:11px;
  height:20px;
  border:none;
  cursor:pointer;
  position:relative;
  top:1px;
  left:0;
}




#static_pages div.left {
  width:202px;
  float:left;
  text-align:left;
  border:none;
  background:none;
}
#static_pages div.left span {
  display:block;
  color:#fff;
  font-weight:bold;
  font-size:1.1em;
  padding:10px 0 0 40px;
  background:url(../images/catesearch-arrow.gif) 19px 12px no-repeat;
}
#static_pages div.right {
  width:202px;
  float:right;
  text-align:center;
  border:none;
  background:none;
}
#static_pages div.right div {
  padding:10px 0 0 0;
  width:auto;
  border:none;
  background:none;
}
#static_pages div.right div a {
  font-size:1.1em;
  color:#fff;
  text-decoration:none;
}
#static_pages div.right div a:hover {
  text-decoration:underline;
}
#static_pages div.right div a span {
  text-decoration:underline;
}
#static_pages form#vyhledavani {
  margin-left:202px;
  margin-right:202px;
  padding:4px 0 0 0;
  display:block;
  white-space:nowrap;
}
#static_pages form#vyhledavani div.q {
  display:block;
  margin:0 165px 0 0;
  padding:0;
  white-space:nowrap;
  width:auto;
  border:none;
  background:none;
}
#static_pages form#vyhledavani div.q input {
  width:100%;
  float:left;
  background:#fff url(../images/catesearch-input-bg) 1px 1px  no-repeat;
  height:20px;
  border:1px solid #555;
  padding:4px 20px 0px 40px;
  margin:0;
}
#static_pages form#vyhledavani input.submit {
  float:right;
  width:100px;
  height:26px;
  border:1px solid #000;
  background:#FB9923 url(../images/catesearch-submit-bg.png) 0 0 repeat-x;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
}
#static_pages form#vyhledavani input.submit:hover {
  background:#FB9923 url(../images/catesearch-submit-bg.png) 0 -10px repeat-x;
}
