#center {
    position:absolute;
    left:50%;
    margin-left:-507px;
}
/* wrapper */

#wrapper {
width:1014px;
margin-top:20px;
}

/* header */
#header_wrapper {
    height: 65px;
}
#logo {
    float:left;
    width:220px;
    height: 60px;
}
#banner_wrapper {
    float:left;
    width: 564px;
}
#banner {
    width: 468px;
    margin:0px auto 0px auto;
}
#banner  {

}
#vyhledavani {
    float:right;
    width:200px;
    position:relative;
    height: 60px;
}
#vyhledavani_abs {
    position:absolute;
    bottom:0px;
    right:0px;
    height:20px;
}
/* horni menu */
#hornimenu {
    text-align: center;
    height: 20px;
    padding:6px 0px 4px 0px;
}
#hornimenu_wrapper {
    height:40px;
}

/* /horni menu */

/* levy sloupec */
#levy {
    float:left;
    width:220px;
}
/* obsah */
#obsah_wrapper {
    float:left;
    width:564px;
}
#obsah{
    
}
/* pravy sloupec */
#pravy {
    float:right;
    width:220px;
}
/* footer */
#footer {
    height:20px;
    padding:6px 0px 4px 0px ;

}
.clr {
    clear:both;
}
