body,

html {
	background-image: url("images/proef4bg2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	background-size: cover;
	background-color: #0099cc;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	overflow: -moz-scrollbars-vertical; /*Voorkom verspringen pagina. Toon altijd verticale scrollbalk. */
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: 700;
}

a {
	color:red;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: black;
}

p { 
	letter-spacing: 1pt;
	line-height: 150%;
}

.head {
	max-width: 820px;
	margin: 0 auto -12px;
	padding-top: 15px;
	padding-bottom: -15px;
	background-color: #232323;
	border-radius: 8px;
	background-image: url("images/plaatje-002.jpg");
}

.slogan {
	padding-bottom: -8px;
	padding-right: 5px;
	text-align: right;
	letter-spacing: 1pt;
	line-height: 160%;
	color: #b9b9b9;
	font-size: 0.7em;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}

.wrapper {
	max-width: 820px;
	margin: 0 auto;
	border: 1px solid #444;
	border-radius: 8px;
	padding: 0px;
	background-color: rgba(228, 228, 228, 0.65);
	}

.center {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#center {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.right {
	float: right;
}

#ptitle {
	max-width: 820x;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #aaaaaa;
	border-radius: 4px;
}

.col_comment {
	max-width: 820x;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #bcbcbc;
	border: 1px solid #aaaaaa;
	border-radius: 14px;
}

.content {
	max-width: 100%;
	margin: auto;
	padding: 10px 20px;
	color: #444;
}

.oje {
	display: none;
}

.foot {
	max-width: 820px;
	padding-top: 5px;
	padding-bottom: 1px;
	border-radius: 6px;
	background-color: rgb(166, 166, 166);
	text-align: center;
	font-size: 12px;
	color: #444;
	line-height: 135%;
}

.foot a {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}

hr {
	color: #dfd6d6;
	text-align: center;
}

.fp3 {
	width: 32%;
	margin: 0 1px;
	padding: 0 1px;
	float: left;
	text-align: "center";
}

/*
.title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 7.2em;
	text-align: center;
	color: #c49242;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
*/

.topnav {
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	color: #444;
/*	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;*/
	letter-spacing: 1pt;
	background: no-repeat gray;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(gray, white, black) no-repeat;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(gray, white, black) no-repeat;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(gray, white, black) no-repeat;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(gray, white, black) no-repeat;
	/* Standard syntax */
}
	
.topnav a {
	float: left;
	display: block;
	color: #000000;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 550;
	border: 1px solid black;
	border-radius: 8px;
	margin: 0 1px;
	background: no-repeat gray;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#444, white, black) no-repeat;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#444, white, black) no-repeat;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#444, white, black) no-repeat;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#444, white, black) no-repeat;
	/* Standard syntax */
}
	
.topnav .active {
	/*float: left;*/
	/*display: block;*/
	color: #000000;
	text-align: center;
	padding: 10px 16px;
	text-decoration: none;
	font-size: 1.15em;
	font-weight: 570;
	letter-spacing: 1pt;
	border: 1px solid black;
	border-radius: 8px;
	margin: 0 1px;
	background: no-repeat gray;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(gray, white, white, gray, black) no-repeat;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(gray, white, white, gray, black) no-repeat;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(gray, white, white, gray, black) no-repeat;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(gray, white, white, gray, black) no-repeat;
	/* Standard syntax */
	color: #ff2a00;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.topnav a:hover.active {
	cursor: default;
}

.topnav .icon {
	display: none;
}
	
.dropdown {
	float: left;
	overflow: hidden;
}
	
.dropdown .dropbtn {
	font-size: 17px;
	font-weight: 550;
	letter-spacing: 1pt;
	outline: none;
	color: black;
	padding: 10px 15px;
	border: 1px solid black;
	border-radius: 8px;
	margin: 0 1px;
	background: no-repeat gray;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#444, white, black) no-repeat;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#444, white, black) no-repeat;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#444, white, black) no-repeat;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#444, white, black) no-repeat;
	/* Standard syntax */
	font-family: inherit;
	margin: 0;
}
	
.dropdown-content {
	display: none;
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(150, 150, 150, 0.2);
	z-index: 1;
}
	
.dropdown-content a {
	float: none;
	color: black;
	padding: 6px 15px;
	text-decoration: none;
	display: block;
	text-align: left;
}
	
.topnav a:hover:not(.active),
.dropdown:hover .dropbtn {
	background: no-repeat orange;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(gray, white, gray, #444, black) no-repeat;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(gray, white, gray, #444, black) no-repeat;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(gray, white, gray, #444, black) no-repeat;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(gray, white, gray, #444, black) no-repeat;
	/* Standard syntax */
	color: #f1f1f1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
	
.dropdown-content a:hover {
	background: no-repeat gray;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(gray, white, white, gray, black) no-repeat;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(gray, white, white, gray, black) no-repeat;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(gray, white, white, gray, black) no-repeat;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(gray, white, white, gray, gray, black) no-repeat;
	/* Standard syntax */
	color: #ff2a00;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
	
.dropdown:hover .dropdown-content {
	display: block;
}
	
@media screen and (max-width: 600px) {
	
	.topnav a:not(:first-child),
	.dropdown .dropbtn {
		display: none;
	}
	
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}
	
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	
	.topnav.responsive .dropdown {
		float: none;
	}
	
	.topnav.responsive .dropdown-content {
		position: relative;
	}
	
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}

.right {
	float: right;
}

.quo {
	padding: 16px;
	max-width: 100%;
/*	border: solid 1px;
	border-radius: 12px;*/
	font-style: italic;
	line-height: 160%;
	text-align: left;
/*	float: center;*/
}

.button {
	border-radius: 12px;
	padding: 5px 10px;
	color: #f1f1f1;
	background: no-repeat #3366cc;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	cursor: pointer;
	font-size: 0.9em;
	margin: auto;
}

.button a {
	background-color: #4066b1;
	text-decoration: none;
}

.button:hover {
	background: no-repeat #25488e;
	color: #f1f1f1;
	border-radius: 12px;
}

.velden {
	background: #ceccbd;
	height: 150%;
	border-radius: 12px;
	border-color: #b7b7b4;
	padding: 5px 10px;
	font-size: 0.9em;
}

input.submit {
	border-radius: 8px;
	/*	display: inline-block;*/
	padding: 3px 10px;
	font-size: 16px;
	color: #f1f1f1;
	background: #3366cc;
	border: 2px outset #cccccc;
	cursor: pointer;
}

input.submit:hover {
	background: no-repeat #25488e;
}

.submit {
	font-size: 16px;
	background-color: rgb(38, 52, 38);
	color: #f1f1f1;
}

.grayscale-image {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 1s ease;
}

.grayscale-image:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 1s ease;
}

/* Go top */
#goTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: rgba(0, 187, 255, 0.5);
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#goTop:hover {
	background-color: #555;
	background-color: rgba(185,185,185,0.8)
}