@charset "utf-8";
/* CSS Document © 2022 PenFan.nl. All rights reserved */

/* PAGINA-OPMAAK*/

body {
	background-color: #FDF1DB;
	margin: 0px;
}

#container {
		
}

#header {
    width: 100%;
    height: 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #D0AE35;
}

#nav {
	max-width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

#main {
	border-radius: 5px;
	max-width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 20px 70px 20px 70px;
	line-height: 1.8em;
	background-color:#FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(58,58,58,0.67);
	
	
}

#footer {
	margin-top: 10px;
	background-color: #FDF1DB;
	color: #FDFBFB;
	line-height: 1.6em;
	padding: 20px 20px 20px 70px;
}

/* TEKSTOPMAAK */

p {
	font-family: Arial, "sans-serif";
	font-size: 12pt;
	color: #4E260A;
	/*font-family: verdana;
	font-size: 12pt; */
	/* [disabled]color:#2B2B2B; */	
	
}

.small {
	font-size: 9pt;
	
}



h1 {
	font-family: Arial, "sans-serif";
	font-size: 28pt;
	color: #4E260A;
}

h2 {
	font-family: Arial, "sans-serif";
	font-size: 18pt;
	color: #4E260A;
}

h3 {
	font-family: Arial, "sans-serif";
	font-size: 16pt;
	color: #4E260A;
}

h4 {
	font-family: Arial, "sans-serif";
	font-size: 14pt;
	color: #4E260A;
}

img {
  max-width: 100%;
  height: auto;
}

.center {
	text-align:center;
}

.gold {
    color: #946A00;
}

.red {
    color: #B10000;
	text-decoration: none;
}

.link {
	color: #B10000;
	text-decoration: none;
	font-weight: bold;
	
}
/* MENU-OPMAAK DROPDOWN*/

ul {
    list-style-type: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12pt;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #A08525; /* menu ECBD14 */
}

li {
    float: left;
}

li a, .dropbtn {
    display: block;
    color: #FFFFFF; /* letterkleuren in menu */
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #F7E5A9; /* verkleuring */
	color: #7C4406;
}

li.dropdown {
    display: inline-block;
}

.active {
    background-color: #C82626;
	color: antiquewhite;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #F1F1F1;
	min-width: 160px;
	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;
}

/* EINDE MENU-OPMAAK DROPDOWN*/
