body	{
	scrollbar-darkshadow-color:darkred;
	scrollbar-highlight-color:darkred;
	scrollbar-shadow-color:#1C2754;
	scrollbar-arrow-color:darkred;
	scrollbar-face-color:#ffffff;
	overflow: auto;
	background-image: url(achtergrondtekst.jpg);
}

.tabelplaatje	{
	background-attachment: fixed;
	background-image: url(afbeeldingrechts.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.breedtetabel	{
	width: 10;
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: Black;	
}

.koptekst	{
	font-size: 16px;
	color: Black;
	font-weight: bolder;
	letter-spacing: 10px;
	text-align: center;
}

.topnav	{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

.subkop	{
	font-size: 14px;
	color: Black;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}

p.afbeeldingen	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: Black;
	font-style: italic;
}

p.adres	{
	color: white;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

input{
	border : 1px solid;
	background: transparent;
	color: darkred;
	padding: 1px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

input.check {
	border: 0px ;
	background: transparent;
	color: darkred;
	padding: 1px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

textarea {
	border : 1px solid;
	background: transparent;
	color: darkred;
	padding: 1px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


A:LINK, A:VISITED {
	letter-spacing: 1px;
	color : white;
	font-weight : bold;
	text-decoration : none;
	font-family :  sans-serif;
	font-size : 11;
}

A:HOVER {
	letter-spacing: 1px;
	color : white;
	font-weight: bold;
	text-decoration : underline;
	font-family :  sans-serif;
	font-size : 11;
}

img	{
	border-color: darkred;
}


