* {
    outline: none;
    padding: 0px;
    margin: 0px;
}

html, body {
    height: 100%;
}

body {
    background-image: url('../images/repeat_background.png');
    background-color: #FBFBF9;
    background-repeat: repeat-x;
}

.Container {
    background-image: url('../images/lok_top.png');
    background-color: #FBFBF9;
    background-repeat: no-repeat;
    width: 700px;
    height: 100%;
}

.HeaderLogo {
    background-image: url('../images/koor.gif');
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    left: 400px;
    width: 300px;
    height: 100px;
}

.Navigation {
    position: absolute;
    left: 63px;
    top: 170px;
    width: 131px;
    height: 310px;
    text-align: right;
}

.ExtraNavigation {
    position: absolute;
    left: 240px;
    top: 140px;
    width: 550px;
    height: 40px;
}

.Content {
    position: absolute;
    left: 240px;
    top: 180px;
    width: 570px;
    height: 450px;
    
}

.Nieuwsbrief {
    position: absolute;
    left: 20px;
    top: 390px;
    width: 220px;
    height: 90px;
}
