/* CSS Document */
h1 {
font-size: 12px;
}
p {
font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	
	font: 12px Arial;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color: #B20009;
}

a:hover {
	text-decoration: underline;
	color: #B20009;
}

.zoeken a:link, .zoeken a:visited, .zoeken a:active {
	text-decoration:none;
	color: #000000;
}

.zoeken a:hover {
	text-decoration: underline;
	color: #000000;
}

.kop {
	font: 14pt Arial;
	font-weight: 900;
}

.inhoud {
	font: 13px Arial;
}

td.header {
	height: 147px;
	background-image:url(img/header.gif);
	background-repeat: no-repeat;
	background-color: #f3b100;
}

td.middle {
	height: 400px;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
}

td.footer {
	height: 24px;
	background-image:url(img/footer.gif);
	background-repeat: no-repeat;
	background-color: #f3b100;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B20009;
	padding-left: 27px;
}

td.menu {
	font: 12pt Arial;
	color: #f81b26;
}


table.login {
	font: 12px Arial;
}
input.login-text {
	border: 1px solid #000000;
	font: 12px Arial;	
}
input.login-knop {
	border: 1px solid #000000;
	font: 12px Arial;
	background-color: #CCCCCC;
}

#content td {
font-size: 13px;
}

