a:link {
	color: #000066;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: Teal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: Yellow;
	font-weight: bold;
}

a:active {
	color: Blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

body {
background: white;
 margin-left: 3%;
 text-align: center;
}

#Afdruk{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 11%;
}

cite {
	display: block;
	font-family: "Trebuchet MS", Trebuchet,Arial, Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	width: 100%;
}

div#nav {
display: none;
 }

div#nav li {
display: none;

}

div#nav li a {
display: none;

}

div#nav li.submenu {display: none;
}

div#nav li.submenu li.submenu { display: none;
 }

div#nav li.submenu li.submenu:hover {display: none;
 }

div#nav li.submenu li.submenu:hover { display: none;
}

div#nav li.submenu:hover { display: none;
 }

div#nav li:hover { background: #FFFF00; }

div#nav ul {
	display: none;

}

div#nav ul ul { display: none; position: absolute; width: 10em; }

div#nav ul ul li { border-bottom: 1px solid #CCCCCC; }

div#nav ul.level1 li.submenu:hover ul.level2{ display: block; }

div#nav ul.level2 { left: -1px; top: 1.5em; }

div#nav ul.level2 li.submenu:hover ul.level3 { display: block; }

div#nav ul.level3 { border-top: 1px solid #CCCCCC; left: 7em; top: -1px; }

div#nav>ul a { width: auto; }

form {
	display: none;

}

h4 {
	background: #FFFF99;
	border: none;
	color: #990000;
	font-family: "Trebuchet MS", Trebuchet,Verdana, Helvetica,sans-serif;
	font-size: 13px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	width: 100%;
}

input.btn {
	display: none;

}

input.txt {
	display: none;

}


table{
	text-align: center;
	empty-cells: hide;
	vertical-align: top;
	border-spacing: 7px;
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.FotoKop{
	background-color: #FFCC00;
	color: black;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	border: 0px;
	margin-right: 0px;
}

.Overig {
	font-size: 11px;
	color: Black;
	font-family: "Trebuchet MS", Trebuchet,Arial, Helvetica,sans-serif;
}

.twoColFixLtHdr #container {
	width: 900px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffd0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #container #nieuwContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffd0;
	font: 15px "Times New Roman", Times, serif;
	display: block;
	width: 5px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffd0;
	font: 12px "Courier New", Courier, monospace;
}

.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #header {
	background: black repeat fixed top;
	padding: 0 0px 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. */
	color: black;
	padding-top: 0px;
	margin-top: 0px;
}

.twoColFixLtHdr #header h1 {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 25px;
	height: 20px;
	color: #ffffd0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #header h2 {
	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: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 15px;
	color: #ffffd0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffd0;
	font:  12pt "Times New Roman", Times, serif;
}

.twoColFixLtHdr #mainContent img{
	background-color: Silver;
	border: thin outset gray;
	margin-bottom: 0px;
	margin-top: 20px;
}

.twoColFixLtHdr #mainContenta {
	margin: 0 140px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffd0;
	font: 15px "Times New Roman", Times, serif;
	width: 500px;
}

.twoColFixLtHdr #mainContenta #plaatjeboven img{
	background-color: Silver;
	border: thin outset gray;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

.twoColFixLtHdr #mainContenta h1{
	color: black;
	font-size: 14px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

.twoColFixLtHdr #mainContenta h2{
	font-family: Verdana, Arial,sans-serif,sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	padding-bottom: 0px;
}

.twoColFixLtHdr #mainContenta p{
	margin-top: -10px;
	margin-bottom: 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 20px;
}

.twoColFixLtHdr #mainContenta p:first-letter{ font-size: 15px; padding-bottom: 2px; padding-top: 5px; }

.twoColFixLtHdr #Reclame3 {
 display: none;
}

.twoColFixLtHdr #sidebar1 {
 display: none;
}

.twoColFixLtHdr #sidebar1a {
 display: none;
}

.twoColFixLtHdr #sidebar1a a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.twoColFixLtHdr #sidebar1a a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.twoColFixLtHdr #sidebar1a a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.twoColFixLtHdr #sidebar1a a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	
}

.twoColFixLtHdr #sidebar2a {
 display: none;
}

.twoColFixLtHdr #sidebar2a img{
display: none;
}

.twoColFixLtHdr #sidebar2a p:first-letter {
display: none;
}

.twoColFixLtHdr .Trivia{
	font-family: "Trebuchet MS", Trebuchet,Arial, Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-bottom: 10px;
	vertical-align: baseline;
}

.twoColFixLtHdr .TriviaLink a{
	font-family: "Trebuchet MS", Trebuchet,Arial, Helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.twoColFixLtHdr h5 {
	font-size: 12px;
	font-family: Verdana, Arial,sans-serif,sans-serif;
	font-variant: small-caps;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	background-color: #FFCC00;
	color: Black;
}
