@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_klein.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.container {
	width: 96%;
	max-width: 360px;
	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;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	box-shadow: 0px 0px 10px 3px #444;
}
.oranje {
	float: left;
	width: 100%;
	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: 100%;
	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: 100%;
	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: 20px;
	background-color: #FFF;
}
.menu_groot {
	display: none;
}
.menu_klein {
	height: 40px;
	width: 40px;
	margin-top: -20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.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: 90%;
	padding-bottom: 10px;
	min-height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	float: left;
}
/* einde layout midden */

/* layout midden */
.onder {
	float: left;
	width: 100%;
	height: 125px;
	background-image: url(IMG/onder_klein.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: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	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: 315px;
}
.afbeelding, .afbeelding_links, .afbeelding_rechts, .afb_nieuws, .afb_contact {
	border: 3px solid #000;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 300px;

}

.afb_kolom, .afb_kolom_33, .afb_kolom_50  {
	font-size: 12px;
	color: #000;
	line-height: 22px;
	min-height: 150px;
	float: left;
	text-align: center;
	margin-right: 15px;
	width: 100%;
	margin-bottom: 15px;
}
/* einde layout tekst */
