﻿#sidebar {
    position: absolute;
    top: 115px;
    left: 0;
    width: 120px;
    background: url('../img/page.png') bottom right no-repeat;
    padding: 4px 10px 10px 4px;
    z-index: 2;
}

    #sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #sidebar li a {
        display: block;
        font-family: Arial, Sans-Serif;
        font-size: 12px;
        text-decoration: none;
        color: #777;
        text-align: center;
        background: #f5f5f5;
        border-bottom: 1px solid #eee;
        padding: 4px;
    }

        #sidebar li a:hover {
            background: #eee;
        }

#advert {
    position: absolute;
    top: 11px;
    right: 5px;
    width: 468px;
    height: 60px;
}

#sideadvert {
    width: 120px;
    height: 600px;
    margin-top: 4px;
}

#mnubar {
    position: absolute;
    top: 83px;
    height: 34px;
    width: 100%;
    background: url('../img/graymenubar.gif');
}

.cookie-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

    .cookie-footer a {
        color: white;
    }

    .cookie-footer button {
        background-color: black;
        color: white;
        border: 1px solid white;
    }
