@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-image: url(IMG/achtergrond.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.container {
	width: 96%;
	max-width: 1600px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: 2px solid #000;
	box-shadow: 0px 0px 30px 8px #444;
}
/* layout top */
.top {
	float: left;
	width: 100%;
	min-height: 10px;
	margin-top: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	box-shadow: 0px 0px 10px 3px #444;
}
.oranje {
	float: left;
	width: 33%;
	background-color: #FF8040;
	font-family: "Arial Black";
	font-size: 125%;
	font-weight: bold;
	color: #000;
	line-height: 225%;
	text-align: center;
	min-height: 10px;
}
.blauw {
	float: left;
	width: 34%;
	background-color: #336BA6;
	font-family: "Arial Black";
	font-size: 125%;
	font-weight: bold;
	color: #000;
	line-height: 225%;
	text-align: center;
	min-height: 10px;
	margin: 0px;
	padding: 0px;
}
.groen {
	float: left;
	width: 33%;
	background-color: #76DF38;
	font-family: "Arial Black";
	font-size: 125%;
	font-weight: bold;
	color: #000;
	line-height: 225%;
	text-align: center;
	min-height: 10px;
	margin: 0px;
	padding: 0px;
}
.oranje:hover, .blauw:hover, .groen:hover {
	color: #FFF;
}
/* einde layout top */

/* layout midden */
.midden {
	float: left;
	width: 100%;
	min-height: 10px;
	margin-top: 40px;
	background-color: #FFF;
}
.menu_groot {
	float: left;
	width: 16%;
	background-color: #FF8040;
	min-height: 200px;
	margin: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	box-shadow: 0px 0px 10px 3px #444;
}
.menu_klein {
	display: none;
}
.nav:link, .nav:visited {
	font-family: "Arial Black";
	font-size: 110%;
	font-weight: bold;
	color: #000;
	line-height: 225%;
	text-decoration: none;
	float: left;
	margin: 15px;
	width: 100%;
}
.nav:hover {
	color: #FFF;
}
.hoofddiv {
	width: 75%;
	padding-bottom: 10px;
	min-height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	float: left;
}
/* einde layout midden */

/* layout midden */
.onder {
	float: left;
	width: 100%;
	height: 400px;
	background-image: url(IMG/onder.jpg);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
/* einde layout midden */

/* NIET VERWIJDEREN (container) */
.copyright {
	background-color: #000000;
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 10;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
/* einde copyright */

/* layout tekst */
h1 {
	font-family: Arial;
	font-size: 22px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
}
h2 {
	font-family: Arial;
	font-size: 18px;
	color: #000;
	line-height: 22px;
	font-weight: bold;
	margin-left: 25px;
}
h3 {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	font-weight: normal;
}
.logo {
	width: 415px;
	float: right;
}
.afb_nieuws {
	border: 3px solid #000;
	margin-right: auto;
	margin-left: auto;
	display: block;
	}
.afb_contact {
	border: 3px solid #000;
	display: block;
	float: right;
	}	
.afbeelding {
	border: 3px solid #000;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.afbeelding_links {
	border: 3px solid #000;
	margin: 10px;
	float: left;
	height: 200px;
}
.afbeelding_rechts {
	border: 3px solid #000;
	margin: 10px;
	float: right;
	height: 200px;
}

.afb_kolom {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	min-height: 250px;
	float: left;
	text-align: center;
	margin-right: 15px;
}
.afb_kolom_33 {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	min-height: 250px;
	width: 33%;
	float: left;
	text-align: center;
}
.afb_kolom_50 {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	min-height: 250px;
	width: 50%;
	float: left;
	text-align: center;
}
/* einde layout tekst */
