body { 
	color: black; 
	background-color: #6f2571; 
	font-family: Verdana, Arial, san-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	}
	
td.tabelkleur {
	background-color: #cc3366;
}



.kopje {
	font-weight: bold;
	color: #cc3366; 
	}


.adres {
	font-size: 8pt; 
	color: #ffffff; 
	display: block; 
	padding: 0px 4px 10px 15px;
}

.avida {
	font-size: 8pt; 
	color: #ffffff; 
	display: block; 
	padding: 0px 0px 0px 0px;
}

.print {
	font-size: 8pt; 
	color: #ffffff; 
	display: block;
	padding: 0px 15px 0px 3px;
	margin-top: 0px;
	margin-left: 10px;
}


.tekstkader {
	width: 410px; 
	height: auto; 
	padding: 0; 
	scrollbar-arrow-color: #cc3366; 
	scrollbar-face-color: #ffffff; 
	scrollbar-hightlight-color: #cc3366; 
	scrollbar-shadow-color: #cc3366; 
	scrollbar-darkshadow-color: #fff;
	scrollbar-hightlight-color: #cc3366; 
	scrollbar-3dlight-color: #cc3366;
	scrollbar-track-color: #fff;
}

.tekst {
	padding: 5px 10px 0px 25px;
	font-size: 10pt;
}

.adres {
	font-size: 8pt; 
	color: #ffffff; 
	display: block; 
	padding: 0px 4px 10px 15px;
}

a:link { 
	color: blue;
}

a:visited { 
	color: purple;
}

a:hover {
	color: purple;
}

a:active {
	color: red;
}

a.contact:link {
	color: #ffffff;
}

a.contact:visited { 
	color: #ffffff;
}

a.contact:hover { 
	color: #ffffff; 
}

a.contact:active { 
	color: #ffffff; 
}


a.navigatie:link { 
	color: white;
	text-decoration: none;
}

a.navigatie:visited { 
	color: white;
	text-decoration: none;
}

a.navigatie:hover {
	color: white;
	text-decoration: underline;
}

a.navigatie:active {
	color: white;
	text-decoration: none;
}

li.inhoud {
	list-style-position: inside;
	margin: 0;
}


#navcontainer {
	background: #cc3366;
	width: 140px;
	w\idth: 150px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	font-family: verdana, arial, san-serif;
	font-size: 13px;
	text-align: center;
}
	
ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 125px;
}
		
ul#navlist li {
	display: block;
	margin: 0px;
	padding: 0 0 5px 0;
	width: 126px;
	w\idth: 116px;
}
		
ul#navlist li a {
	display: block;
	text-align: left;
	width: 126px;
	w\idth: 116px;
	padding: 2px 4px 2px 4px;
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	color: #fff;
	text-decoration: none;
	background: #cc3366;
}
		
#navcontainer>ul#navlist li a { 
	width: 126px;
	w\idth: 116px;
}
		
ul#navlist li#active a {
	background: #6f2571;
	color: #ffffff;
	width: 126px;
	w\idth: 116px;
}
		
ul#navlist li a:hover, 	ul#navlist li#active a:hover {
	color: #ffffff;
	background: #6f2571;
	border-color: #fff;
	width: 126px;
	w\idth: 116px;
}
		
