.menu
{
margin: 0px;
float: left;
font-size: 10px;
width: 185px;
overflow: hidden;
text-align: left;
}

.menu div
{
height: 20px;
background-color: rgb(0,82,134);
background-image: url(bocne.png);
padding-left: 20px;
padding-top: 10px;
}
.menu div:hover{ background-image: url(bocne-light.png); }
.menu a
{
float: left;
color: white;
text-decoration: none;
margin: 0px;
padding: 0px;
font-size: 10px;
font-weight: bold;
}
.menu ul
{
margin: 0px;
padding: 0px;
}
.menu li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

.sub_menu
{
margin: 0px;
padding: 0px;
display: none;
position: absolute;
left: 185px;
text-align: left;
width: auto;
background-color: white;
z-index: 1;
border: 1px solid rgb(188,189,191);
}

.sub_menu h3
{
margin: 0px;
padding: 3px;
font-size: 9px;
border-top: 1px solid rgb(188,189,191);
}
.sub_menu a
{
float: none;
color: rgb(103,103,103);
margin-left: 10px;
}

.top_site
{
position: relative;
overflow: hidden;
width: 800px;
height: 208px;
text-align: center;
margin: auto;
padding: 0px;
background-color: white;
background-image: url(top-menu.png);
border-color: black;
border-style: solid;
border-right-width: 1px;
border-left-width: 1px;
border-top-width: 0px;
border-bottom-width: 0px;
}


.top_menu {
white-space: nowrap;
list-style-type: none;
float: left;
position: absolute;
top: 171px;
left: 257px;
margin: 0px;
padding: 0px;
}

.top_menu li
{
background-image: url(button.png);
background-repeat: no-repeat;
overflow: hidden;
white-space: nowrap;
display: inline;
margin: 0px;
padding-top: 7px;
float: left;
width: 159px;
height: 37px;
}
.top_menu a
{
margin: 0px;
padding-left: 5px;
color: rgb(0,82,134);
font-family: Verdana, Arial, Times New Roman;
font-weight: bold;
font-size: 11px;
text-decoration: none;
font-variant: small-caps;
border: 0px solid red;
}
.top_menu a:hover{color: dimgray;}

.square_ul
{
list-style-type: square;
padding-left: 15px;
}
.square_ul li
{
margin: 5px;
}

.body_ul
{
list-style-type: none;
margin-left: 20px;
}

.kosik{
float: left;
text-align: left;
vertical-align: middle;
margin-left: 10px;
}
.kosik ul
{
margin: 20px;
}

ul
{
margin: 0px;
padding: 0px;
}

.vystrazne
{
color: maroon;
text-decoration: overline;
font-weight: bold;
}

.oznamy
{
color: rgb(0,82,134);
text-decoration: none;
font-weight: bold;
font-size: 13px;
margin-top: 15px;
}

.label
{
color: rgb(0,82,134);
text-decoration: underline;
font-weight: normal;
}
