/* CSS Document for horizontal layout */
/* Premysl Cimbalek, WWW.ZERODESIGN.CZ, 2008 */
@charset "UTF-8";

#menu_horizontal{
height:35px;
background-color:#ce7a07;
width:100%;
background-image:url(../sklep-ubytovani-img/menu_back.jpg);
background-repeat:repeat-x;
text-align:center;
}
#menu_horizontal_in{
text-align:center;
margin:auto;
}
#menu_horizontal_right{
width:279px;
height:35px;
background-image:url(../sklep-ubytovani-img/menu_end_back.jpg);
float:right;
}

.polozka {
text-align:center;
float:left;
}
.polozka a{
/*display:inline;
line-height:60px;*/
display:block;
text-align:center;
font-size:12px;
height:23px;
width:105px;
padding-top:12px;
background-repeat:no-repeat;
color:#010000;
text-decoration:none;
font-weight:bold;
}

.polozka a:hover{
color:#FFF;
background-image:url(../sklep-ubytovani-img/menu_back_hover.jpg);
background-repeat:repeat-x;
}

.menu_spacer{
float:left;
background-image:url(../sklep-ubytovani-img/menu_spacer.gif);
height:60px;
background-repeat:no-repeat;
width:1px;
}