html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background: #a2afd6 url('../images/bg_body.jpg') no-repeat;
	font-family: arial, verdana;
	font-size: 12px;
}

div#wrapper {
	width: 890px;
}

div#header {
	height: 75px;	
}

#right {
	position: absolute;
	top: 0px;
	left: 890px;
	background: #a2b0d7;
	width: 200px;
	height: 100%;
}

.right-text {
	padding: 60px 0px 0px 35px;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 13px;
}

.right-text a {
	color: #FFFFFF;
	font-weight: bold;
}

.right-text h3 {
	font-size: 16px;
	font-weight: bold;
}

#navigatie {
	padding: 0px 0px 0px 20px;
}

#navigatie ul {
	list-style: none;
	padding: 0px;
	margin: 0px;			
}

#navigatie ul li {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding: 0px 0px 0px 20px;	
	float: left;
}

#navigatie ul li.actief {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 15px;
}

#navigatie ul li a {
	text-transform: uppercase;
	color: #fcfdfd;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	display: block;
	text-decoration: none;
	width: 100px;
}
#navigatie ul li.actief {
	background: url('../images/actief.gif') no-repeat center left;	
}

#content {
	clear: both;
	padding: 50px 0px 0px 0px;
}

#inhoud {
	padding: 40px;
	width: 700px;
}

.tekst {
	color: #002689;
	font-size: 13px;
	line-height: 22px;
}

.kop {
	color: #002689;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.tbl {
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

.tbl tr td {
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000;
}