@charset "utf-8";
/* CSS Document © Copyright 2014-2016 KAFKA COLLEGE.NL */

/* PAGINA-OPMAAK*/

body {
	background-color: #FFFFFF;
	margin: 0px;
}

#wrapper {
	
}

#header {
	margin-top: 75px;
	width: 100%;
	/*height:150px;*/
	background-color: #FFFFFF;
	
	
}

#nav {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
    top: 0px;
    width: 100%;
	max-height:50px;
}

#main {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 25px 75px 25px 75px;
	line-height: 1.6em;
	background-color: #FFFFFF;
	color: #1F1C1D;	
	box-shadow: 0px 8px 16px 0px rgba(58,58,58,0.67);
}

#footer {
	width: 100%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3A3A3A;
	color: #FDFBFB;
	line-height: 1.6em;
	padding: 0px;	
}

/* TEKSTOPMAAK */

p {
	font-family: verdana;
	font-size: 10pt;
	
}

h1 {
	font-family: verdana;
	font-size: 28pt;
}

h2 {
	font-family: verdana;
	font-size: 18pt;
	color:#4D4D4D;
}

h3 {
	font-family: verdana;
	font-size: 14pt;
	color:#4D4D4D;
}


.style1 {
	text-align:center;
}

.middle	{
	text-align:center;
}
/*#wrapper #main h3 {
}*/

/* MENU-OPMAAK*/

ul {
	list-style-type: none;
	font-family: verdana;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #3A3A3A;
}

li {
    float: left;
}

li a, .dropbtn {
    display:block;
	/* display: inline-block; */
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #6B6B6B;
}

li.dropdown {
    display: inline-block;
}

.active {
	background-color: #4CAF50;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #F1F1F1;
	min-width: 160px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(58,58,58,0.67);
	box-shadow: 0px 8px 16px 0px rgba(58,58,58,0.67);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size: 11pt;
}

.dropdown-content a:hover {
	background-color: #F1F1F1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.floatimg {float:left;
}
