/* ----- HOOFDSECTIES ----- */

*  {
	margin: 0px;
	padding: 0px;
	}

html {}

body {
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif; 
	font-size: 12px;
	color: #000000;
	background: url(images/bg.gif) repeat-y #ffffff;
	background-position: 50% -482px;
	text-align: center;
	}

#container {
	position: relative;
	margin: 0px auto;
	width: 964px;
	text-align: left;
	background: transparent;
	}

#header {
	position: relative;
	width: 100%;
	height: 152px;
	background: url(images/header_nl.gif) no-repeat #d9eeee;
	}

#linkerkolom {
	position: relative;
	float: left;
	margin-left: 20px;
	display: inline; /* IE6 DOUBLE MARGIN FIX */
	width: 448px;
	background: transparent;
	}

#linkercontent {
	position: relative;
	text-align: left;
	margin: 0px 0px 20px 114px;
	width: 314px;
	background: transparent;
	}

#rechterkolom {
	position: relative;
	float: left;
	margin-left: 28px;
	display: inline; /* IE6 DOUBLE MARGIN FIX */
	width: 312px;
	background: transparent;
	}

#rechtercontent {
	position: relative;
	text-align: left;
	margin: 0px 0px 20px 20px;
	width: 314px;
	background: transparent;
	}

#rechtsonder {
	position: relative;
	clear: both;
	text-align: left;
	margin-top: 20px;
	background-transparent;
	color: #000000;
	}
	

/* --------------- MENU -------------- */


#menulinks {
	position: absolute;
	left: 0;
	top: 152px;
	width: 110px;
	height: 320px;
	background: #ffffff;
	text-align: left;
	z-index: 99;
}

#menurechts {
	position: absolute;
	left: 854px;
	top: 152px;
	width: 110px;
	height: 320px;
	background: #d13227;
	direction: rtl;
	text-align: right;
}

#menuspacer {
	position: relative;
	height: 27px;
	background:transparent;
	}

/* --------- TEKST STIJLEN ----------- */


p {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	text-align: left;
	line-height: 18px;
	}


h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0px;
	}

h2 {
	padding: 0px;
	margin: 0px 0px 6px 0px;
	font-size: 18px;
	font-weight: bold;
	}

h3 {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	font-size: 16px;
	font-weight: bold;
	}

a:link {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	}

a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	}

a:hover {
	text-decoration: underline;
	color: #f8c33f;
	font-weight: normal;
	}

#menulinks ul {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#menulinks li {
	list-style: none;
	margin: 0;
	padding: 0px 0px 16px 0px;
	font-size: 13px;
}

#menulinks li a:link, #menulinks li a:visited, #menulinks li a:hover {
	font-weight: bold;
	}

#menurechts ul {
	margin: 0;
	padding: 0;
	text-align: right;
	}

#menurechts li {
	list-style: none;
	margin: 0;
	padding: 0px 0px 16px 0px;
	font-size: 13px;
}

#menurechts li a:link, #menurechts li a:visited, #menurechts li a:hover {
	font-weight: bold;
	}

ul {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	text-align: left;
	line-height: 18px;	
	}

li {
	list-style-position: inside;
	}

table {
	position: relative;
	width: 300px;
	overflow: hidden;
	}



