/*Algemene styling*/
body{
	margin: 0px;
}

/*Container*/
div#container{
	width: 852px;
	margin: 0px auto;
	margin-top: 33px;
}

/*Header*/
div#header{
	background: url('images/header_bg.png') no-repeat;
	width: 852px;
	height: 137px;
}

/*Menu*/
div#menu{
	background: url('images/menu_bg.png') no-repeat;
	width: 852px;
	height: 34px;
	padding-top: 8px;
}
div#menu ul{
	margin: 0px;
	margin-left: 41px;
	padding: 0px;
	list-style-type: none;
}
div#menu ul li{
	float: left;
	margin-right: 45px;
}
div#menu ul li a{
	font: 12px Verdana;
	color: #630102;
	text-decoration: none;
}
div#menu ul li a:hover{
	font: 12px Verdana;
	color: #630102;
	font-weight: bold;
	text-decoration: none;
}
div#menu ul li a.actief{
	font: 12px Verdana;
	color: #630102;
	font-weight: bold;
	text-decoration: none;
}

/*Sidebar*/
div#sidebar{
	width: 185px;
	float: left;
	margin-top: 9px;
}
div#sidebar div#top{
	background: url('images/sidebar_top_bg.png') no-repeat;
	width: 168px;
	height: 28px;
	font: 12px Verdana;
	color: #ffffff;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 17px;
}
div#sidebar div#inhoud{
	background: url('images/sidebar_bg.png') #EDEDED repeat-x;
	width: 185px;
}
div#sidebar div#inhoud ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#sidebar div#inhoud ul li{
	margin: 0px;
	padding: 0px;
}
div#sidebar div#inhoud ul li a{
	font: 12px Verdana;
	color: #000000;
	text-decoration: none;
}

/*Content*/
div#content{
	width: 649px;
	float: right;
	margin-top: 9px;
}
div#content div#top{
	background: url('images/content_top_bg.png') no-repeat;
	width: 632px;
	height: 28px;
	font: 12px Verdana;
	color: #ffffff;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 17px;
}
div#content div#inhoud{
	width: 649px;
	padding-top: 5px;
}
div#content div#inhoud p{
	font: 12px Verdana;
	margin: 0px;
}
div#content div#inhoud a{
	font: 12px Verdana;
	color: #000000;
	text-decoration: none;
}

/*Footer*/
div#footer{
	background: url('images/footer_bg.png') no-repeat;
	width: 852px;
	height: 41px;
	font: 12px Verdana;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding-top: 12px;
	clear: both;
}
