@charset "UTF-8";
/* CSS Document */
body {
	background: url(../webafb/bg-inhoud-arrow.png) repeat-y center top;
	min-height:100% !important;
}
/*------------- hoofdblokken -----------*/


#website {
	width: auto;
	background: none;
}
#hoofding {
	position: relative;
	width: 95%;
	height: auto;
}
#inhoud {
	position: static;
	top: auto;
	padding-top: 160px;
	width: auto;
}
.sub-menu {
	position: static;
	top: auto;
	width: 220px;
	float: left;
	clear: both;
	padding-left: 0px;
}
.inhoud-blok{
	position: static;
	width: 95%;
	float: left;
	left: 0px;
	padding: 0px;
}

/*----------- hoofding ---------*/
.top-rand {
	display:none;
}
.keuze-menu {
	position: relative;
	top: 175px;
	left:0px;
}
.keuze-menu a { 
	float: none; 
}
.afb-hoofding {
	display:none;
}
.copyright {
	position: absolute;
	left: 40px;
	top: 5px;
	font-size: 9px;
	color: #8A9BAB;
	z-index: 15;
}
.sw {
	position: absolute;
	left: 300px;
	top: 5px;
	width: 100px;
}
.logo {
	position: absolute;
	left: 42px;
	top: 22px;
	z-index: 13;
	width: 450px;
}
.topslide {
	position: absolute;
	top: 20px;
	left: 20px;
	width: auto;
}
.doneer {
	position: relative;
	top: 80px;
	left: auto;
	z-index: 12;
	width: 140px;
	height:140px;
	float: right;
	margin-right: 40px; 
}


/*------------ inhoud --------*/

.bg-inhoud {
	display:none;
}
.slide2 {
	display:none;
}
.inhoud-blok {
	width: 100%;
}
.inhoud-tekst {
	display: table;
	width: 95%;
	padding-right: 10px;
}
.inhoud-tekst img {
	
}
.inhoud-tekst hr {
	margin-right: 10px;
}
.inhoud-tekst .keuze {
	text-align: center;
}
.inhoud-tekst .keuze img {
	margin-right:15px;
	margin-bottom:15px;
}
.bijgewerkt p {
	font-size: 10px;
	color: #990000;
}
#voetnoot {
	display:!important;
	display: inline;
	width:auto;
}

/*Smartphone Media Query*/

@media only screen and (min-width: 0px) and (max-width: 550px) {
.logo {
	position: absolute;
	left: 20px;
	top: 22px;
	z-index: 13;
	width: 250px;
}
.copyright {
	left:10px;
}
.sw {
	left:200px;
}
.sub-menu {
	position: relative;
	top: auto;
	width: 220px;
	float: left;
	clear: both;
	padding-left: 0px;
}
.inhoud-blok {
	width: 95%;
	padding: 0px;
}
.doneer {
	top:40px;
	width: 100px;
	height:100px;
	margin-right: 10px;
}
.nieuwsbrief {
	top:-30px;
}
}
