body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);	
}

input {
	border: 1px solid #1693a7;
}

.btn {
	background-color: #1693a7;
	color: #fff;
}
.koplink {
	font-size: 14px;
	font-weight: bold;
	color: #F8fcc1;
}
.koplink a:link {
	font-size: 14px;
	font-weight: bold;
	color: #F8fcc1;
	text-decoration: none;
}
.koplink a:active {
	font-size: 14px;
	font-weight: bold;
	background: #F8fcc1;
	color: #c8cf02;
}
.koplink a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #F8fcc1;
	text-decoration: none;
}
.koplink a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #c8cf02;
}
.subkopje {
	font-size: 14px;
	font-weight: bold;
	color: #f8fcc1;
	padding: 0px 5px 5px;
	text-indent: 10px;
}
.hoofdtekst {
	color: #1693a7;
	font-size: 12px;
	font-weight: normal;
	padding: 15px;
}
.hoofdtekst a:link {
	font-size: 12px;
	font-weight: bold;
	color: #1693a7;
	text-decoration: none;
}
.hoofdtekst a:active {
	font-size: 12px;
	font-weight: bold;
	background: #e6781e;
	color: #cc0c39;
}
.hoofdtekst a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #1693a7;
	text-decoration: none;
}
.hoofdtekst a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #cc0c39;
}

