@charset "utf-8";
/* CSS Document */

body, html {
	background-color: #01274d;
	font-family: Arial, Helvetica, sans-serif;
	color: #01274d;
	font-size: 12px;
}

.container {
	width: 641px;
	min-height: 300px;
	margin: 0px auto;
	padding-top: 30px;
}

.topkader {
	width: 641px;
	background-image: url(../images/topkader.jpg);
	height: 9px;
}

.bottomkader {
	width: 641px;
	height: 9px;
	background-image: url(../images/bottom-kader.jpg);
}

.bgkader {
	width: 623px;
	min-height: 100px;
	background-color: #FFFFFF;
	padding: 9px;
	padding-top: 1px;
}

.header {
	background-image: url(../images/header.jpg);
	width: 624px;
	height: 98px;
	margin-bottom: 10px;
}

h1 {
	font-size: 14px;
	color: #01274d;
}

.groen {
	color: #d5e14d;
}

a:link, a:visited, a:active {
	color: #01274d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #d5e14d;
	font-weight: bold;
	text-decoration: none;
}