html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #006699 url(/images/bg.jpg) left top repeat-x;
	color: #005581;
	background-attachment: fixed;
}
#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 986px;
	margin-left: -493px;
	background: transparent url(/images/containerbg.png) left top repeat-y;
	padding: 0px;
	height: 100%;
	z-index: 1;
}
#container2 {
	background: transparent url(/images/containerbg.png) left top repeat-y;
	padding: 0 8px;
	width: 970px;
}
#top {
	width: 970px;
	height: 215px;
	border-bottom: 1px #FFFFFF solid;
	background-color: #006699;
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	width: 279px;
	height: 215px;
	border-right: 1px #FFF solid;
	margin: 0;
	padding: 0;
}
#balk {	
	width: 689px;
	height: 76px;
	background-color: #AB0534;
	border-bottom: 1px #FFFFFF solid;
	float:left;
}
#zoeken {
	width: 260px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#zoeken form {
	margin: 0;
	padding: 0;
}
#zoeken input.trefwoord {
	border: 1px #006699 solid;
	padding-left: 3px;
	margin-right: 7px;
	line-height: 20px;
	height: 20px;
	width: 160px;
}
#zoeken input.submit {
	margin-bottom: 3px;
}
#middle {
	background-color: #FFFFFF;
	clear: both;
}
#links {
	width: 280px;
	float: left;
	background: #FFFFFF url(/images/linksbg.jpg) left top no-repeat;
	padding-bottom: 120px;
}
#content {
	width: 689px;
	float: left;
}
#bottom {
	clear: both;
	height: 36px;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #D5829A;
	text-align: center;
	border-top: 1px #005581 solid;
}
#bottom div {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}

#flashtop {
	width: 690px;
	height: 138px;
	float: left;
}

/* Content */
div.contenttekst {
	padding: 20px;
}
a {
	color: #005581;
}
h1 {
	font-size: 14px;
	margin: 0;
}