@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	background-color: #00002B;
	left: 0px;
	position: relative;
	line-height: 18pt;
	vertical-align: top;
}
.maincontent {
	font-style: italic;
	text-align: left;
	font-size: 16px;
	color: #000033;
	font-weight: normal;
	background-color: #FFFFBB;
}
.kopmaincontent {color: #000033;
	font-style: italic;
}

.link-oranje {color: #000033}
.bottom {	color: #FFFFBB
}
.talen-bold {
	font-size: 12px;
	font-weight: bold;
	color: #ffffbb;
}
a:link {
	color: #f47a00;
}
a:visited {
	color: #f47a00;
}
a:hover {
	color: #f47a00;
}
a:active {
	color: #f47a00;
}
.oneColFixCtrHdr #container {
	width: 874px;
	text-align: center;
	top: 0px;
	padding-top: 0px;
	display: table-column-group;
	position: relative;
	margin: 0;
	background-image: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20pt;
	color: #FFFFBB;
	vertical-align: top;
}
.oneColFixCtrHdr  #logo {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000033;
}
.oneColFixCtrHdr  #header1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000033;
}
.oneColFixCtrHdr   #maincontent {
	background-color: #000033;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 150px;
	height: 150px;
	width: 100px;
	text-align: center;
	left: 100px;
	top: 100px;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFbb;
	vertical-align: top;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000033;
	text-align: center;
	top: auto;
	color: #FFFFbb;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr  #menu  {
	padding-left: 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: static;
}
.oneColFixCtrHdr #submenu {
	text-align: left;
	padding-left: 0px;
	width: 874px;
	right: 0px;
}
#apDiv4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 78px;
	top: 220px;
}

#menu2 {
	position:absolute;
	width:865px;
	height:217px;
	z-index:1;
	left: 65px;
	top: 218px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
}

