body {
	height: 100%;
	background-image: url('images/zon-bg-large.gif');
}

.container, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.head {
	width: 100%; 
	height: 90px;
	background-image: url('images/top-verloop.jpg');
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	background-color: #b91309;
}

.head img {
	border: 0px;
	margin-left: 10px;
}

.navigatie {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 130px;
	float: left;
}

.navigatie ul {
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	color: #000;
}

.navigatie ul a {
	color: #000;
	text-decoration: none;
}

 li.actief a {
	color: #fff;
}

.navigatie ul a:hover {
	text-decoration: underline;
}

.content {
	float: left;
	width: 630px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	background-color: #fff;
	min-height: 480px;
	height: auto;
	_height: 480px;
	padding: 5px 5px 5px 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	background-position: 50px 10px;
}

.content a {
	text-decoration: underline;
	color: #b50101;
	font-weight: bold;
}

.content a:hover {
	text-decoration: none;
}

.content h3, .content p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.content h3 {
	font-size: 16px;
	color: #b50101;
}

.content hr {
	border: 1px solid #bdbdbd;
}

.content img {
	border: 0px;
	padding: 2px;
}

.reactie {
	border: 1px solid #bdbdbd;
	width: 600px;
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 0px;
}

.nieuws_bericht {
	border: 1px solid #bdbdbd;
	width: 400px;
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 0px;
}

label {
	width: 200px; 
	float: left; 
	margin-right: 10px; 
	margin-top: 2px;
}