.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000084;
	text-decoration: none;
	background-image:url(../Plaatjes/ciwebbg.gif);
}

.center {
	width: 1024px;
}

.header {
	height: 125px; 
	background-image:url(../Plaatjes/top.png);
	font-family: "Comic Sans MS", "Trebuchet MS";
	margin-bottom: 20px;
}

.middle {
	background-color:#FFCC00;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nav {
	width: 130px;
	min-height: 500px;
	overflow:auto;
	float:left;
	padding: 20px;
}
.nav a:link {
	text-decoration:none;
	color: #000084;
}
.nav a:visited {
	text-decoration:none;
	color: #000084;
}
.nav a:hover {
	text-decoration:none;
	color: #0000DE;
}
.nav a:active {
	text-decoration:none;
	color: #000084;
}

.content {
	min-height: 500px;
	overflow:auto;
	background-color:#FFFFFF;
	padding: 0px 20px 20px 20px;
}

.right {
	width: 130px;
	min-height: 500px;
	overflow:auto;
	float:right;
	padding: 20px;
}

.footer {
	height: 125px;
	background-image:url(../Plaatjes/bottom.png);
	margin-top: 20px;
	clear:both;        
}

a:link {
	text-decoration: underline;
	color: #0000DE;
}

a:visited {
	text-decoration: underline;
	color: #0000DE;
	border:0px;
}

a:hover {
	text-decoration: underline;
	color: #0000DE;
	border:0px;
}

a:active {
	text-decoration: underline;
	color: #0000DE;
	border:0px;
	border
}

.titel {
	font-size:36px;
}
.subtitel {
	font-size:24px;
}

