html {
	overflow: auto;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.koptekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D00571;
}

.subkoptekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D00571;
	font-weight:bold;
}

.artikeltekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.taal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.menuheading {
	background-color: #D00571;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;

}
.menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;

}
.menuitems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D00571;
	font-weight: bold;
	line-height: 30px;

}
.menuitemscontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9CCEFF;
}
.menuitemssub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#e78bbb;
}
.menucontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
}

.inputform {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #D00571;
	border: 1px solid #FFFFFF;
	height: 20px;
	width: 130px;
}
.submitbutton {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	width: 60px;
	background-color: #D00571;
	border: 1px solid #FFFFFF;
}
a:link {
	color: #D00571;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D00571;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #D00571;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}