body {
	background-color:	#EEEEEE;
	background-image:	url(../images/background.gif);
	background-repeat:	repeat-y;

	margin:				0px;
	padding: 			0px;
		
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
}

div.banner {
	background-image:	url(../images/banner.png);
	background-repeat:	no-repeat;
	float:				left;

	margin:				0px;
	padding: 			0px;	
	padding-top:		215px;

	width: 				175px;	
}

a.link {
	background-image:	url(../images/roodblok.gif);
	background-repeat:	no-repeat;
	
	margin:				0px;
	padding-left:		30px;
	width:				145px !important;
	height:				22px;

	display:			block;
	line-height:		22px;

	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}		
	
a.link:link  	{	background-color: #999999; text-decoration: none; color: #FFFFFF; }
a.link:active 	{	background-color: #999999; text-decoration: none; color: #FFFFFF; }
a.link:visited 	{	background-color: #999999; text-decoration: none; color: #FFFFFF; }
a.link:hover 	{	background-color: #FF0000; text-decoration: none; color: #FFFFFF; }	
	
a.sublink {
	background-image:	url(../images/donkergrijsblok.gif);
	background-repeat:	no-repeat;
	
	margin:				0px;
	padding-left:		40px;
	width:				135px !important;
	height:				22px;

	display:			block;
	line-height:		22px;

	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}		
	
a.sublink:link  	{	background-color: #999999; text-decoration: none; color: #FFFFFF; }
a.sublink:active 	{	background-color: #999999; text-decoration: none; color: #FFFFFF; }
a.sublink:visited 	{	background-color: #999999; text-decoration: none; color: #FFFFFF; }
a.sublink:hover 	{	background-color: #FF0000; text-decoration: none; color: #FFFFFF; }	
	
div.tekst {
	float:				left;

	padding-top:		0px;
	padding-bottom:		0px;
	padding-left:		10px;
	padding-right:		10px;
	margin:				0px;

	width:				564px;	
	overflow:			hidden;
}	
span.question {
	float: left;
	clear: left;
	color: white;
	margin-left: 7px;
	line-height: 24px;
}
span.answer {
	float: right;
	clear: right;
	margin-right: 7px;
	line-height: 24px;
}
div.notice {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #cccccc;
	color: black;
	width: 300px;
	height: 200px;
	margin: 10px;
	padding: 15px;
	text-align: center;
}
div.container {
	width: 780px;
}
a.archief {
	color: black;
	line-height: 150%;
	text-decoration: none;
}
a.archief:hover {
	color: #999999;
}
span.pagetitle {
	display: block;
	font-weight: bold;
	height:	20px;
	font-size: 12px;
}
td.archiefleft {
	width:	450px;
}