/**
 * © Copyright 2010-2016 Attila Houtkooper (attila@roughdot.nl)
 */

#body {
    padding: 8px 8px 32px 8px; /* Height of the footer */
    text-align: justify;
    overflow: hidden;
}
#container {
    min-height: 100%;
    position: relative;
}
#menu {
    background-color: #404040;
    letter-spacing: 1px;
    padding: 8px 0;
}
#menu a {
    border: 0px solid #404040;
    color: White;
    cursor: pointer;
    font-size: smaller;
    margin: 4px 0;
    padding: 16px 8px;
    text-align: center;
}
#menu a.active {
    /*text-decoration: underline;*/
    background-image: linear-gradient(to bottom, #000 0px, #333 100%);
    padding: 8px;
}
#copyright {
    background-color: White;
    border-top: 1px solid Grey;
    bottom: 0;
    font-size: smaller;
    height: 16px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}
@media all and (min-width: 800px) {
    #menu {
        font-size: large;
    }
}
