﻿body {
	background-color: #333333;
}

.Hoofdtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.Ondertitel {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.titelmenu {
	font-family: Arial, "Century Gothic", "Comic Sans MS";
	font-size: 18px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
}
a.titelmenu:link {
	font-family: Arial, "Century Gothic", "Comic Sans MS";
	font-size: 18px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
}
a.titelmenu:visited {
	color: #990000;
	text-decoration: none;
}
a.titelmenu:hover {
	color: #FF0000;
	text-decoration: none;
}
a.titelmenu:active {
	color: #FF9999;
	text-decoration: none;
}
.bodytekst {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 20px;
}
.bodytitel {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}
.bodytitel2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000066;
	line-height: 20px;
	font-weight: bold;
}
.bodytitel3 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000066;
	line-height: 20px;
	font-weight: bold;
}
.bodytitel4 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000066;
	line-height: 20px;
	font-weight: bold;
}
.asmcode {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	color: #33CC33;
	line-height: 13px;
	font-weight: normal;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #3333CC;
	text-decoration: none;
}
a:hover {
	color: #9966FF;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}

.onderschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}


.style1 {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.style2 {
	background-image: url('Blue_Sunset_-_1024x768.jpg');
}