/* CSS Document */
.onder {
	background-image:  url(afbeeldingen/boven.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.rechts {
	background-image:  url(afbeeldingen/links2%20copy.png);
	background-repeat: repeat-y;
	background-position: right;

}
.links {
	background-image:  url(afbeeldingen/rechts.png);
	background-repeat: repeat-y;
}
.boven {
	background-image:  url(afbeeldingen/onder.png);
	background-repeat: repeat-x;
	background-position: top;
}

a.wit:link {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.wit:visited {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.wit:hover {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}	
a.wit:active {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a.donker:link {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.donker:visited {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.donker:hover {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}	
a.donker:active {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a.klein:link {
	font-family: sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a.klein:visited {
	font-family: sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a.klein:hover {
	font-family: sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}	
a.klein:active {
	font-family: sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

.rand {
	border: 1px solid #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Serif;
	font-size: 14px;
	color: #666666;
	vertical-align: top;
	clip:      rect(0px auto auto auto);
	position: static;
	top: 0px;






}
.rand2 {
	border: 1px solid #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Serif;
	font-size: 13px;
	color: #666666;
	vertical-align: top;
	background-image: url(afbeeldingen/achtergrond.png);
	background-repeat: repeat-x;

}

