@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #bd0000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #929395;
	scrollbar-shadow-color: #929395;
	scrollbar-track-color: #ffffff;
	background-color: #BD1220;
}
.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: default;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	cursor: default;
}
.welkom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	cursor: default;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	cursor: default;
}
.tekst2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	cursor: default;
}
.field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 240px;
	height: 18px;
	border: 1px solid #929395;
	padding-left: 3px;
}
.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	background-color: #bd1220;
	width: 80px;
	height: 22px;
	border: 1px solid #929395;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	cursor: default;
	line-height: 18px;
}
.sub a:link {
	display: block;
	padding-top: 2px;
	color: #dcdcdc;
	text-decoration: none;
}
.sub a:visited {
	display: block;
	padding-top: 2px;
	color: #dcdcdc;
	text-decoration: none;
}
.sub a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #e24955;
}
.sub a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #e24955;
}
a:link {
	color: #bd1220;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #bd1220;
}
a:hover {
	text-decoration: underline;
	color: #bd1220;
}
a:active {
	text-decoration: none;
	color: #bd1220;
}
.tekst2 a:link {
	color: #dcdcdc;
	text-decoration: none;
}
.tekst2 a:visited {
	text-decoration: none;
	color: #dcdcdc;
}
.tekst2 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.tekst2 a:active {
	text-decoration: none;
	color: #ffffff;
}