@charset "utf-8";
/* CSS Document */body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #2D2D2D;
	margin: 0;
	padding: 0;
	color: #000;
}
/* layout top */

.top {
	min-height: 250px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(IMG/test-klein1.png);
	float: left;
}
.top_menu {
	height: 65px;
	width: 100%;
	background-color: #2D2D2D;

}
.top_center {
	height: 65px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
}
.top_tekst {
	min-height: 10px;
	width: 275px;
	background-color: #F06;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Rammetto One', cursive;
	background-color: #2D2D2D;
	color: #FC6000;
	margin-top: 145px;
	font-size: 13px;
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-bottom: 10px;
}
.menu_groot {
	display: none;
}
.menu_klein {
	height: 50px;
	width: 40px;
	float: left;
}
.logo {
	float: left;
	width: 285px;
	height: 60px;
	background-image: url(IMG/logo_klein.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 20px;
}
/* einde layout top */

/* layout midden */

.midden {
	min-height: 40px;
	width: 100%;
	background-color: #2D2D2D;
	float: left;
	padding-bottom: 10px;
}
.midden_center {
	min-height: 250px;
	width: 325px;
	background-color: #2D2D2D;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	margin-top: 10px;
	color: #FC6000;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 14px;
}
.midden_center_contact {
	min-height: 570px;
	width: 300px;
	background-color: #2D2D2D;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	margin-top: 15px;
	color: #FC6000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 14px;
}
/* einde layout midden */

/* layout copyright */

.copyright {
	display: none;
}
.copyright_klein {
	height: 20px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
.icon {
	margin-right: 3px;
	margin-left: 3px;
	height: 40px;
	width: 40px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: -20px;
	margin-bottom: 5px;
}
/* einde layout copyright */
h1{
	color: #FC6000;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	line-height: 30px;
}
h2{
	color: #FC6000;
	font-size: 25px;
	margin-top: 15px;
	line-height: 75px;
}
.video{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 5px solid #FC6000;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #FC6000;
	height: 197px;
	width: 350px;
	margin-right: -15px;
	margin-left: -15px;
}
