*
{
	font-family: verdana,tahome,arial;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: black;
	text-align: center;
}

a{
	color: #00A;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#blad
{
	height: 100%;
	width: 760px;
	background-color: white;
	text-align: left;
}

#kop
{
	padding: 10px;
}

#onderkop, #voetnote,
{
	clear: both;
	background-color: orange;
	text-align: center;
	padding: 5px;
	margin: 0px;
}

#onderkop a, #voetnote a
{
	color: white;
	font-weight: bold;
}

#onderkop a:hover, #voetnote a:hover
{
	text-decoration: none;
}

.bottom
{
	text-align: center;
	clear: both;
	padding: 5px;
}

#midden
{
	padding: 10px;
}

#midden div
{
	float: left;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #DDD;
	width: 30%;
}

#midden div.geenborder
{
	border-left: none;
}

.aligned li
{
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#wijzig td
{
	padding: 5px;
}

#wijzig input
{
	width: 600px;
}

#wijzig input.button
{
	width: 50px;
}