body {
	margin: 0px;
	background-color: #aec6ec;
}

#headerbg {
	width: 100%;
	height: 145px;
	background-image: url("images/headerbg.jpg");
	position: absolute;
	left: 0;
	text-align: center;
}


#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header {
	position: relative;
	height: 110px;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
}

/* Navigatie */

#navigatie {
	position: relative;
	height: 30px;
	font-family: Arial;
	font-size: 20px;
	color: #e4eeff;
	padding-left: 30px;
	padding-top: 5px;
}

#navigatie a {
	color: #e4eeff;
}

#crumb {
	font-family: Verdana;
	font-size: 10px;
	color: #5b69b1;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

#crumb a {
	color: #5b69b1;
}

/* Content Layout */

#page {
	font-family: Verdana;
	font-size: 13px;
	color: #444;
	line-height: 17px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 15px;
	margin: 0px;
}

#content {
	float: left;
	width: 500px;
}

#side {
	float: right;
	width: 280px;
}

/* Inhoud */

h1 {
	font-family: Tahoma;
	font-size: 22px;
	color: #35459d;
	line-height: 17px;
	margin-top: 0px;
	font-weight: normal;
	padding-bottom: 5px;
}

.post {
	margin-bottom: 30px;
}

/* Footer */

#footer {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	padding: 5px;
	color: #4e4e4e;
}