@charset "utf-8";
/* CSS Document */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%; 
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#00adef;
	scrollbar-track-color:#FFFFFF;
	scrollbar-3dlight-color:#00adef;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#00adef;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;

}
div#site {
	background-image: url(../pix/back.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 1000px;
	position: relative;
	top: 0px;
	min-height:100%;
	
}

.txtpaars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5c2e91;
	line-height: 18px;
	font-weight: bold;
}
.txtrood {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ff0000;
	line-height: 18px;
	font-weight: normal;
}
.txtzwart{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
}
.txtklein{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
}
.knop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #5c2e91;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.knops {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #5c2e91;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.knopsk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #5c2e91;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

a.wit{
	color: #FFFFFF;
	text-decoration:underline;
}
a.wit:hover
	{
		text-decoration:none;
	}
a.privacy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5c2e91;
	text-decoration:underline;
}
a.privacy:hover
	{
		text-decoration:none;
	}
