/* ALGEMEEN */

body {
	background-color: #98900D;
	margin: 0px;
	padding: 0px;
}
.afbLinks {
	border: 1px solid #000000;
	margin: 5px 30px 15px 0px;
	float: left;
}
.afbRechts {
	border: 1px solid #000000;
	margin: 3px 0px 15px 30px;
	float: right;
}

/* TYPOGRAFIE */

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.pt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #98900D;
}
.dimTekst {
	color: #8CA38C;
}
a:link {
	color: #98900D;
	text-decoration: underline;
}
a:visited {
	color: #98900D;
	text-decoration: underline;
}
a:hover {
	color: #F89200;
	text-decoration: underline;
}
.oranje {
	color: #F89200;
}

/* TABELLEN */

.kol2 {
	padding: 0px 0px 0px 40px;

}

/* FORMULIEREN */

.veld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 18px;
	width: 300px;
	border: 1px solid #E0DDB6;
}
.velddrop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 20px;
	width: 304px;
	border: 1px solid #E0DDB6;

}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F89200;
	height: 20px;
	width: 120px;
	border: 0px;
}
