﻿/* Algemene dingen op pagina */
html{
    overflow-y: scroll;
}
body {
    margin: 0;
    font-family: 'Segoe UI';
    font-size: 16px;

    background-color: #3E3851;
}
a {
	color: rgb(255, 204, 55);
}

li {
    color: rgb(255, 204, 55);
}
li span {
    color: #C1C3CB;
}


/* Header settings */
#header {
    height: 155px;
    background-color: rgba(255, 255, 255, .17);
    padding: 10px;
}
#menu {
    width: 1000px;
    margin: auto;
    text-align: center;
}
/* Positie items */
.headerpicture {
    height: 130px;
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
.headerpicture img {
    height: 130px;
}
.headertext {
    color: White;
}
.headeritem {
    display: block; 
    float: left;
    width: 100px;
    margin-top: 5px;
    margin-right: 20px;
    font-size: 13px;
}
.headerextra {
    display: block;
    float: right;
    width: 100px;
    padding-right: 5px;
    background-color: #808083;
    height: 155px;
}
.headerstreep {
    height: 155px;
    width: 200px;
    display: block;
    float: right;
}
#lastitem {
    width: 150px;
    float: right;
    background-color: #808083;
    padding-right: 5px;
    margin-top: 0;
    margin-right: 0;
    height: 155px;
}
/* Stijl tekst in header */
a.item {
    margin: 0;
    color: White;
    text-decoration: none;
}
a.item img {
    border: 0;
}
a.item:hover {
    text-decoration: underline;
}
a.item.dutch {
    padding-left: 20px;
    background-image: url("gb.png");
    background-position: left center;
    background-repeat: no-repeat;
}
a.item.english {
    padding-left: 20px;
    background-image: url("nl.png");
    background-position: left center;
    background-repeat: no-repeat;
}




/* Middenstuk stijl */
.midcontentbox {
    width: 100%;
    overflow: hidden;
}
.midcontent {
    margin: auto;
    width: 1000px;
    padding: 0;
    overflow: hidden;
}
.midtekst {
    width: 740px;
    margin: 0;
    padding-top: 20px;
    padding-left: 240px;
    color: #C1C3CB;
}
/* Leeg lijst item verbergen */
.niets {
    list-style: none !important;
}




/* Footer stijl */
#footer {
    height: 20px;
    background-color: #808083;
    width: 100%;
}
#footerlist {
    width: 1000px;
    margin: auto;
    text-align: center;
    padding-left: 400px;
}
/* positie items in lijst */
.footeritem {
    display: block; 
    float: left; 
    width: 100px;
    margin-top: 2px;
    margin-right: 3px;
}
/* stijl tekst in footer */
#footer {
    color: #C1C3CB;
}
#footer a {
    color: #C1C3CB;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
