#cookieLawDisclaimer {
    display: none;
    background-color: black;
    color: white;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 1;
}

ul#menu li a {
    background: none;
    color: black;
    padding-left: 15px;
    padding-right: 0px;
    text-decoration: none;
    font-weight: bold;
}

    ul#menu li a:hover {
        color: #333;
        text-decoration: none;
    }

/*ul#pastEventsList li a {
    color: black;
}

    ul#pastEventsList li a:hover {
        color: #333;
        text-decoration: none;
    }*/

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}
