html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #147EA7 url(/images/bg.jpg) left top repeat-x;
	color: #003B79;
}
#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 936px;
	margin-left: -468px;
	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: 920px;
}
#top {
	height: 76px;
	border-bottom: 1px #FFFFFF solid;
	background-color: #003B79;
}
#logo {
	float: left;
}
#zoeken {	
	width: 230px;
	float: right;
	height: 20px;
	padding-top: 23px;
	padding-bottom: 33px;
}
#zoeken input.trefwoord {
	border: 1px #553500 solid;
	padding-left: 3px;
	margin-right: 7px;
}
#middle {
	background-color: #FFFFFF;
	clear: both;
}
#links {
	width: 280px;
	border-right: 1px #FFFFFF solid;
	float: left;
	background: #FFFFFF url(/images/linksbg.jpg) left 230px no-repeat;
	padding-bottom: 60px;
}
#content {
	width: 639px;
	float: left;
}
#bottom {
	clear: both;
	height: 36px;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #809DBC;
	text-align: center;
}
#bottom div {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}

#flashtop {
	width: 280px;
	height: 230px;
	border-bottom: 1px #FFFFFF solid;
	background-color: #372300;
}
#banner {
	width: 639px;
	background-color: #003B79;
}


/* Content */
div.contenttekst {
	padding: 20px;
}
a {
	color: #003B79;
}

/* Meer info / Zie ook budgetbegraven.nl */
#zieook {
	position: relative;
	margin-top: 0px;
	left: 28px;
	bottom: 145px;
	clear: left;
	margin-bottom: -145px;
	width: 200px;
}
