/* CSS Document */

@charset "UTF-8";

/**
* #BD1789 (roze)
* #710578 (purper)
* #A191A2 (lichtpurper)
*/

a:link
{
	text-decoration: none;
	color: #bd1789;
}

.nav a:link
{
	text-decoration: none;
	color: #ffffff;
}

.nav a:hover
{
	color: #340166;text-decoration: none;
}

.nav a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.nav a:hover:visited {
	color: #340166;text-decoration: none;
	}



.tekst {
	color: #8B7D8D;
	text-align: justify;
}

.titel {
	font-size: 16px;
	color: #BD1789;
	line-height: 16px;
	text-align: left;
	font-weight: normal;
		
}

.titel2 {
	font-size: 16px;
	color: #BD1789;
	line-height: 16px;
	text-align: left;
	font-weight: normal;
	margin-top: -2px;
	margin-bottom: -15px;	
}

.datum {
	font-size: 11px;
	font-style: italic;
	text-align: left;
	margin-top: -15px;
	margin-bottom: -15px;

}

.algemeen {
	height: 605px;
	width: 302px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 12px;
	color: #010066;
	scrollbar-3dlight-color:#E0FFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#A191A2;
	scrollbar-track-color:#A191A2;
	scrollbar-darkshadow-color:#330065;
	scrollbar-face-color:#710578;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#330065;
	overflow: auto;
	font-weight: 400;
	margin: 0px;
	text-align: justify;
	
}

.pagina {
	height: 605px;
	width: 620px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 12px;
	color: #010066;
	scrollbar-3dlight-color:#E0FFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#A191A2;
	scrollbar-track-color:#A191A2;
	scrollbar-darkshadow-color:#330065;
	scrollbar-face-color:#710578;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#330065;
	overflow: auto;
	font-weight: 400;
	margin: 0px;
	text-align: justify;
	
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #bd1789;
	text-decoration: none;
}
a:hover:visited {
	color: #bd1789;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #A191A2;
	line-height: 16px;
	text-align: justify;
	list-style-type: square;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #BD1789;
	margin-bottom: 26px;
	margin-top: 26px;
	text-align: left;
	line-height: 30px;
}

h1 b {
	font-weight: normal;
	color: #710578;
}

h2 {
	font-size: 18px;
	color: #BD1789;
	background-image:url(../img/layout/h2bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	text-align: left;
	font-weight: normal;
	
}


