html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fcfbfb;
	text-align: center;
}

#container {
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	width: 982px;
	height: 580px;
	position: relative;
	background-color: #ffffff;
	border-left: 1px solid #625541;
	border-right: 1px solid #625541;
}

/* */
#header_container {
	position: absolute;
	width: 993px;
	height: 200px;
	border: 0px solid red;
}

	#header_left, #header_center, #header_right {
		position: absolute;
		height: 200px;
		border-bottom: 8px solid #bebebe;
	}

	#header_left {
		left: 0px;
		width: 295px;
		border-right: 11px solid #bebebe;
		background-image: url('../images/menu_background.gif');
		background-repeat: repeat;
	}

	#header_center {
		left: 306px;
		width: 450px;
		border-right: 11px solid #bebebe;

		background-repeat: no-repeat;
		background-color: #232b31;
	}

	#header_right {
		left: 767px;
		width: 215px;
		background-image: url('../images/top_right.gif');
		background-repeat: no-repeat;
	}
/* */

/* */
#left {
	position: absolute;
}

	#logo, #sub_logo, #left_content {
		width: 295px;
		border-right: 11px solid #bebebe;
	}

	#logo {
		position: absolute;
		top: 208px;
		left: 0px;
		height: 82px;
		border-bottom: 8px solid #bebebe;
	}

	#sub_logo {
		position: absolute;
		top: 298px;
		left: 0px;
		height: 174px;
		border-bottom: 8px solid #bebebe;

		background-repeat: no-repeat;
	}

	#left_content {
		position: absolute;
		left: 0px;
		top: 480px;
		height: auto;
		min-height: 100px;
		background-image: url('../images/menu_background.gif');
		background-repeat: repeat;
	}
/* */

/* */
#center {
	position: absolute;
	top: 208px;
	left: 306px;
	width: 450px;
	height: auto;
	border-right: 11px solid #bebebe;	
}
/* */

/* */
#right {
	position: absolute;
	top: 208px;
	left: 767px;
	width: 215px;
	height: auto;
	background-image: url('../images/nieuws_background.gif');
	background-repeat: no-repeat;
	padding-top: 60px;
}

	#news {
		font-family: Arial, sans-serif;
		font-size: 10pt;
		margin: 10px;
		line-height: 13pt;
	}
	
	.tijdstip {
		font-size: 8pt;
	}
	
	.titel {
		font-weight: bold;
	}
/* */

#menu {
	position: absolute;
	top: 24px;
	left: 128px;
	width: 140px;
	height: 170px;
	border: 0px solid white;
}

#submenu {
	position: absolute;
	top: 171px;
	left: 306px;
	width: 433px;
	height: 30px;
	padding-left: 17px;
	border: 0px solid white;
	background-image: url('../images/submenu_background.gif');
	background-repeat: repeat-x;
}

#nav_header {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 360px;
	height: 5px;
}

#content {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 420px;
	height: auto;
	min-height: 650px;
	border: 0px solid black;
}

#content ul {
	margin-left: 14px;
	padding-left: 4px;
	list-style-type: none;
	list-style-image: url('../images/checked.gif');
}

#content li.checkitout {
	margin-top: 12px;
	list-style-image: url('../images/checkitout.gif');	
}

.sub_button {
	float: left;
	height: 28px;
	margin-right: 16px;
	/* cursor: pointer; */
}

.sub_button img {
	vertical-align: top;
	margin-top: 11px;
}

.text {
	font-family: arial, sans-serif;
	font-size: 12px;
}

.portfolio_item {
	width: 420px;
	clear: both;
}

.image_container {
	float: left;
	width: 200px;
	height: auto;
}

.text_container {
	float: left;
	width: 200px;
	height: auto;
	margin-left: 10px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #67747f;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.pgnummer, .pgnummer_current {
	border: 1px solid #67747f;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 2px;
}
.pgnummer_current, .pgnummer:hover {
	font-weight: bold;
	background: #67747f;
	color: #fff;
	text-decoration: none;
}
.fout {
	color: #f00;
	font-weight: bold;
}