html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

#left {float:left; position:relative; width:280px; left:25px; text-align: justify;}

#bigleft {float:left; position:relative; width:380px; left:25px; text-align: justify;}
#smallright {
	float:right;
	position:relative;
	width:180px;
	right:25px;
	text-align: justify;
}

#right {
	float:right;
	position:relative;
	width:280px;
	right:25px;
	text-align: justify;

}
#double {
	float:left;
	position:relative;
	width:580px;
	right:30px;
	left:25px;
	text-align: justify;

}


.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
}
.small {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.red {
	color: #FF0000;
}

.inputveld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	height: 16px;
	width: 150px;
	border: 1px solid #99CC00;
}

.inputveldje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	height: 16px;
	width: 50px;
	border: 1px solid #99CC00;
}
.textarea
{
	FONT-SIZE: 11px;
	WIDTH: 240px;
	COLOR: #000000;
	FONT-FAMILY: Verdana,Arial,Helvetica;
	HEIGHT: 100px;
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #99CC00;

}

a:link {
	font-weight: bold;
	color: #99CC00;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #99CC00;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #000000;
}

a.link2:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.link2:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.link2:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #99cc00;
}
ul {
	text-align: left;
	list-style-image: url(../img/li.gif);
}
hr{border: none; border-bottom: 1px dashed #333; background: none; height: 1px}
