body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:white;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	color:#0000CC;
	}

h2 {
	color:#0000CC;
	font-size:20px;
	line-height:20px;
	text-transform: capitalize;	
	}

h3 {
	font-size:13px;
	line-height:18px;
	font-weight:900;
	color:#0000CC;
	}

p {
	font:12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	font-family: ;
	}

a {
	color:#0000CC;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#0000CC;}
a:visited {color:#0000CC;}
a:active {color:#FF0000;}
a:hover {
	color:#FF0000;
		}

li.check{
	list-style-type: disc;
	}

.menutextstreep{
	padding:0px 0px 5px 0px;
	border-bottom: 1px solid #333;
}

/* Vormgeving */
#Layout {
	width: 760px;
	min-height:600px;
	display: block;
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 10px auto 10px auto;
	border: 1px solid black;
}

#Header {
	margin:0px 0px 15px 0px;
	padding:17px 0px 0px 20px;
	/* Voor IE5/Win's height = [correct height] + [top padding] + [top and bottom border widths] */
	height:129px; /* 100px + 17px + 2px = 49px */
	line-height:11px;
	background-image:url(../images/vsthead.jpg);
	
/* IE5 Box hack...lelijk, maar nodig */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:110px; /* de correcte height */
	}
/* Deze is vriendelijk voor Opera */
body>#Header {height:30px;}

#Content {
	margin:0px 30px 50px 200px;
	padding:5px;
	}

#Menu {
	position:absolute;
	top:150px;
	left:5px;
	width:150px;
	padding:10px;
	background-color:#D5D5D5;
	border:1px solid black;
	line-height:20px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}