<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu
{
    margin-top: 35px;
    border-top: dotted 3px white;
    border-bottom: dotted 3px white;
    width: 100%;
}

#menu ul
{
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style-type: none;
    text-align: center;
    overflow: hidden;
}

#menu ul li
{
    display: inline;
    margin: 0;
}

#menu li a
{
    text-decoration: none;
    margin: 0;
    padding: 10px 22px 6px 22px;
    margin-right: 8px;
    color: white;
    font-size: 14px;
}

#menu li a:visited
{
    color: white;
}

#menu li a:hover
{
    color: #951515;
}

#menu li.selected a
{
    color: #ba1616;
}

#menu li.bol
{
    background: url(../images/bol.gif) no-repeat 0px 4px;
    width: 6px;
}

#fotomenu
{
    border-top: dotted 2px white;
    border-bottom: dotted 2px white;
    padding: 3px 0px;
    margin:10px 0px;
}

#fotomenu ul
{
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style-type: none;
    text-align: center;
    overflow: hidden;
}

#fotomenu ul li
{
    display: inline;
    margin: 0;
}

#fotomenu li a
{
    text-decoration: none;
    margin: 0;
    padding: 5px 5px 3px 5px;
    margin-right: 8px;
    color: white;
    font-size: 12px;
}

#fotomenu li a:visited
{
    color: white;
}

#fotomenu li a:hover
{
    background: white;
    color: Black;
}

#fotomenu li a.selected
{
    background: white;
    color: Black;
}

#fotosubmenu
{
    margin-bottom:7px;
}

#fotosubmenu ul
{
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style-type: none;
    text-align: center;
    overflow: hidden;
}

#fotosubmenu ul li
{
    display: inline;
    margin: 0;
}

#fotosubmenu li a
{
    text-decoration: none;
    margin: 0;
    padding: 5px 5px 3px 5px;
    margin-right: 8px;
    color: white;
    font-size: 12px;
}

#fotosubmenu li a:visited
{
    color: white;
}

#fotosubmenu li a:hover
{
    background: white;
    color: Black;
}

#fotosubmenu li a.selected
{
    background: white;
    color: Black;
}</pre></body></html>