﻿/* Algemene dingen op pagina */
html{
    overflow-y: scroll;
    height: 100%;
}
body {
    margin: 0;
    font-family: arial;
    font-size: 13px;
    background-color: #3A403B; 
    height: 100%;
    display: flex;
    flex-direction: column;
}
a {
	color: #FF6600;
}
ul { margin: 0; }


/* Header settings */
#header {
    height: 155px;
    background-color: #808083;
    background-size: 100%, 155px;
    overflow: hidden;
    flex-shrink: 0;
}
#menu {
    max-width: 1400px;
    min-width: 1000px;
    width: 100%;
    margin: auto;
    text-align: center;
}
/* Positie items */
.headerpicture {
    height: 130px;
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
.headertext {
    color: White;
}
.headeritem {
    display: block; 
    float: left; 
    width: 100px;
    margin-top: 5px;
    margin-right: 20px;
}
.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%;
    background: #3A403B;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 0;
}
.midcontent {
    margin: auto;
    max-width: 1400px;
    min-width: 1000px;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}
.midtekst {
    max-width: 1140px;
    width: calc(100% - 260px);
    min-width: 740px;
    margin: 0;
    padding-top: 20px;
    padding-left: 240px;
    padding-bottom: 40px;
    color: #C1C3CB;
}
/* Leeg lijst item verbergen */
.niets {
    list-style: none !important;
}

.orange {
    color: #FF6600;
}
ul.colored li {
    color: #F60;
}
ul.colored li span {
    color: #C1C3CB;
}


/* 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;
}
