body, div,form,fieldset,ul,li,h1,h2,h3,h4,h5,h6,p,button,img,A {
	margin:0;
	padding:0
}

body {
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size: 12px;
	margin-top: 30px;
	line-height: 22px;
	background: #FFFFFF url(img/bg_body.png) repeat-y center;
}

a {
	color: #922790;
	text-decoration: none;
}

a:hover {
	color: #922790;
	text-decoration: underline;
	font-weight: bold;
}

H1 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

H2 {
	color: #655d82;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
}

P .divider {
	border-top: 1px solid #655d82;
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontainer {
	position: absolute;
	display: block;
	float:left;
	width:998px;
	left:50%;
	margin-left:-499px;
	border: 1px solid #0F1A5C;
	background: #ffffff url(img/bg_repeater.jpg) repeat-y;
}

#standaard {
	position: relative;
	float: left;
}

#menucorner {
	position: relative;
	float: left;
	width: 398px;
	height: 360px;
}

#menucorner .menutekst {
	position: relative;
	text-align: right;
	color: #0F1A5C;
	width: 207px;
	margin-top: 30px;
	font-size: 1.2em;
	line-height: 35px;
}

.menutekst A {
	color: #0f1a5c;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial Narrow;
	font-size: 1.1em;
	width: 200px;
}

.menutekst A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.menutekst A.active {
	color: #655d82;
	background: url(img/menu_arrow.png) no-repeat 10px;
	padding-left: 30px;
}

#maintext {
	position: relative;
	float: left;
	width: 600px;
	height: 360px;
}

#maintext .heading {
	position: relative;
	float: left;
	width: 575px;
	padding-left: 25px;
	padding-top: 10px;
	background-color: #0f1a5c;
	height: 30px;
	color: #ffffff; 
}

#maintext .tekst {
	position: relative;
	float: left;
	border-left: 1px solid #655D82;
	color: #000000;
	width: 555px;
	height: 240px;
	padding: 10px 20px 0px 25px;
}

#footer {
	position: relative;
	float: left;
	width: 998px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	font-family: Arial Narrow;
	font-size: 12px;
}