html, body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;	
	}
body {
	font-size: small;
}
#container {
	position:relative;
	height: 100%;
	width: 100%;
	}
#boven {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 26%;
	background: url(../img/bgtop.gif) repeat-x bottom;
	}
#onder {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 26%;
	background: url(../img/bgbottom.gif) repeat-x top;
	}

#midden {
	position: absolute;
	top: 38%;
	left: 0;
	width: 950px;
	margin: 0;
	padding: 0 2% 0 4%;
	}	
#midden>div {
	position: relative;
	float: left;
	width: 383px;
	text-align: right;
	}
#hoofd {
	margin-left: 8%;
	font-size: 1em;
	line-height: 1.4em;
	vertical-align: middle;
	}
#hoofd a {
	font-weight: bold;
	color: #435607;
	text-decoration: none;
}
.article .title {
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 0.7em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #EBCF94;
	font-variant: small-caps;
	}
.article p {
	margin: 0;
	padding: 0;
	}

#midden a img {
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 12px;
	margin-top: 10px;
	text-decoration: none;
	}	

.menuview {
	margin-top: 25px;
	}

.menuview ul,
.menuview ul li {
	position: relative;	
	display: block;
	margin: 0;
	padding: 0;
}

.menuview ul li {
	margin-left: 15px;
	float: right;
}

.menuview li.journalistiek a {
	display: block;
	width: 112px;
	height: 23px;
	background: url(../img/menu-journalistiek.gif) no-repeat left center;
	}

.menuview li.poezie a {
	display: block;
	width: 56px;
	height: 23px;
	background: url(../img/menu-poezie.gif) no-repeat left center;
	}

.menuview li.contact a {
	display: block;
	width: 66px;
	height: 23px;
	background: url(../img/menu-contact.gif) no-repeat left center;
	}

.menuview li.active {
	display: none;
	}

span.searchterm {
	font-weight: bold;
	color: #C47900;
	}

/*
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
#content {
	z-index:1;
	}
*/
	
