/* CSS Document */

div#container {
	position: relative;
	width: 960px;	
	margin: 0px auto;
	text-align: left;
}

#header {
	position: relative;
	background-color: #6989c0;
	border-bottom: 1px solid #FFFFFF;
}

#topbalk {
	height: 74px;
	padding-left: 150px;
}
#menu {
	height: 40px;
	padding-left: 150px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	background-color: #6989c0;
}
#header_nav {
	width: 273px;
	float: right;
}

#footer {
	clear:both;
	border-top: 1px solid #dad0c6;
	padding-left: 50px;
	padding-top: 18px;
	padding-bottom: 30px;
	text-transform: lowercase;
}

#middle {
	background-color:#FFF;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/content_bg.gif);
	_height: 504px;
	min-height: 504px;
	padding: 0px;
	padding-bottom: 20px;
}

#kruimelpad {
	padding-left: 150px;
	padding-top: 7px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	color: #786e64;
}

#submenu {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	width: 210px;
}

#content {
	position: relative;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
	width: 480px;
}
#content_opties {
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}
#rechterkolom {
	float: right;
	margin-right: 9px;
	width: 210px;
}


