html {
    position: relative;
    min-height: 100%;
}

body {
    background: url("../images/bodybg.jpg") #000 top center;
    background-size: cover;
    /* De hoogte van de sticky footer */
    margin-bottom: 730px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* De hoogte van de sticky footer */
    height: 730px;
}

ul {
    list-style: none;
    padding: 0;
}

.contact img {display: block; float: left; margin-top: 20px;}
.contact ul {
    margin-top:20px;
    margin-left: 20px;
    float: left;
    color: #4c4d4f;
}

.contact ul li span { margin: 0 4px; }
.panel {
    background: url("../images/pattern.png") repeat;
    height: 730px;
    position: relative;
    padding: 20px;
    color: #FFFFFF;
}

.panel,
.contact ul {
    max-width: 400px;
}

.top {
    background: url("../images/sprite.png") repeat-x top left;
    height: 16px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.side {
    background: url("../images/border.jpg") repeat-y;
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.side.right {
    left: initial;
    right: 0;
    background-position: top right;
}

.innerLogo {
    background: url("../images/menulogo.png") no-repeat center top;
    height: 59px;
    margin: 20px 0;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/stripes.png") no-repeat;
    height: 160px;
    width: 100%;
}
.choose {
    padding: 2px 0 0 20px;
    margin: 0 4px;
    background: url("../images/sprite.png") no-repeat left -12px;
    height: 18px;
}

/**
 *  List
 */
.panel ul {
    border-top: 1px solid #737373;
    z-index: 1;
    position: relative;
}
.panel ul li {
    border-bottom: 1px solid #737373;
    margin: 0;
}

.panel ul li a {
    display: block;
    padding: 10px;
    font: 15px/27px Arial, sans-serif;
    font-weight: bold;
    line-height: 120%;
    text-decoration: none;
    color: #FFFFFF;
}

.panel ul li a:hover {
    background: url("../images/onhoverimage.png") no-repeat 95% 50% #1F1F1F;
}

.panel ul li a span,
.choose{
    font: 13px Arial, sans-serif;
    color: #aaa9a7;
}
.contact a {
    color: #e26221;
}

@media (max-width:767px){
    .contact ul {
        background-color: rgba(255,255,255,0.8);
        padding: 20px;
        float: none;
        margin: 20px 0;
    }
}