body {
background:#e6fcfe url('bgBody.gif') repeat-x;
}

#top {
background:url('bgTop.png') no-repeat;
}

#menu {
background:url('bgMenu.gif') repeat-y;
}

#footer, #footer a {
background:#eee url('bgFooter.gif') repeat-x;
color:#575757;
}

/* *************************** Nastavenie pisma *************************** */

#footer a:hover {
color: black;
}

/* *************************** CSS-only menu *************************** */

.menuItems li {
    background:url('b0.gif') no-repeat;
}

.menuItems a, .menuItems span {
    color:#010101;
}

.menuItems li:hover a {
    background:url('b1.gif') no-repeat;
    color:#1fb4be;
}

.menuItems .AspNet-Menu-Selected, .menuItems li:hover a .AspNet-Menu-Selected {
    background:url('b2.gif') no-repeat !important;
    color:#010101 !important;
}

