body {
	scrollbar-3dlight-color:FFFFFF;
	scrollbar-arrow-color:000000;
	scrollbar-base-color:FFFFFF;
	scrollbar-darkshadow-color:FFFFFF;
	scrollbar-face-color:FFFFFF;
	scrollbar-highlight-color:000000;
	scrollbar-shadow-color:000000;
	scrollbar-track-color:FFFFFF;
	background-color: #000000;
	padding: 0px;
	margin-right: 25px;
}


.normaal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;

}


.normaalNJ {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}

.klein {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;

}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}

hr { height: 0; border: 0; border-top: 1px dashed #CCCCCC; }

.floatLeft {
	float: left;
	margin: 0px 20px 0px 0px;

}

.floatRight { 
    float: right; 
    margin: 0px 0px 0px 20px; 
}

