            html, body {
	height: 100%;
}
#sitewrapper {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -99px;
    /* Pad bottom by footer height */
    padding: 0 0 99px;
}
.header{
    background-color: #0071BB;
    margin-top: 8px;
	margin-bottom: 40px;
}

.titel {
	margin-top: 40px;
}

.headertitel {
    color: #000000;
}

.header {
    background-image: ;
    background-repeat: no-repeat;
    background-position: [@headerbackgroundposition];
    height: [@headerbackgroundheight]px;
}

.nav{
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav > li > a {
	color: #000000;
	background-color: #FFFFFF;
    padding: 7px 7px;
    margin: 7px;
}

.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus {
	background-color: #EE3A43;
	background-image: none;
	color: #FFFFFF;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
    background-color: #EE3A43;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #EE3A43;
	background-image: none;
	color: ##81B941;
}

/* cookie message */
#cookiecontainer {
    min-height: 26px;
    line-height: 26px;
    padding: 8px 30px 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

footer.footer {
    background-image: url(https://projecteninlosser.anacon-infra.nl/img/footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    height: 99px;
    margin-top: 15px;
}
.tabelkop {
 	background-color: #0071BB;
  	color: #FFFFFF;
}