@charset "utf-8";

/* Eerst resetten we alle browser standaard CSS styles, omdat ze per browser verschillen, en we ze zelf moeten defineren en niet van die standaard browser stylen uit moeten gaan */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:				0;
	padding:			0;
	border:				0;
	outline:			0;
	font-weight:		inherit;
	font-style:			inherit;
	font-size:			100%;
	font-family:		inherit;
	vertical-align:		baseline;
}

html {
	margin:				0px;
	height:				auto;
	width:				100%;
}
body {
	margin:				0px;
	border-top: 		0px transparent solid;
	background-color: 	#fff;
	
	font-family: 		Times New Roman, serif;
	color: 				#000000;
	font-size: 			12px;
	
	text-align:			left;
}

table, tr, td {
	margin:				0px;
	border:				0px transparent solid;
	text-align:			left;
	height:				auto;
}

img {
	border: 			0px;
}

a:link		{ font-weight: normal; color: #000000; font-style: normal;	} /* unvisited link */
a:visited 	{ font-weight: normal; color: #000000; font-style: normal;	} /* visited link */
a:hover		{ font-weight: normal; color: #000000; font-style: italic;	} /* mouse over link */
a:active	{ font-weight: normal; color: #550014; font-style: normal;	} /* selected link */

td.menu {
	width:			200px;
}
.menu_kop {
	font-family:	Times New Roman, serif;
	color: 			#000000;
	font-size: 		12px;
	font-weight:	bold;
}
.menu_links {
	font-family:	Times New Roman, serif;
	color: 			#000000;
	font-size: 		12px;
}
.menu_link_active {
	color:			#550014;
}
a:link.menu_link_active		{ font-weight: normal; color: #550014; font-style: normal;	} /* unvisited link */
a:visited.menu_link_active 	{ font-weight: normal; color: #550014; font-style: normal;	} /* visited link */
a:hover.menu_link_active	{ font-weight: normal; color: #550014; font-style: italic;	} /* mouse over link */
a:active.menu_link_active	{ font-weight: normal; color: #550014; font-style: normal;	} /* selected link */



hr.menu_lijn {
	border-style:	dotted none none none;
	width:			175px;
	align:			left;
}
hr.content_lijn {
	border-style:	dotted none none none;
	width:			575px;
	align:			center;
}

td.content {
	width:			600px;/*540px;*/
	padding-left:	20px;
	padding-right:	20px;
	height:			auto;
	min-height:		519px;
	text-align:		left;
	/*float:			left;
	display:		block;
	overflow:		hidden;*/
	border-left:	1px dotted black;
	border-right:	1px dotted black;
}

td.info {
	width:			200px;
	padding-left:	20px;
}

td {
	vertical-align:	top;
}

.footer
{
	font-size:	9px;
	color:		#000;
}

.formFout {
	color:		#FF0000;
	font-weight:bold;
}