/* Standaard waardes */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	background-color: #dfdddd;
}
body {
	width: 800px;
	margin: 0px auto;
	font: 11px Arial, Helvetica, sans-serif;
}
h2#kop {
	margin-bottom: 1px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	height: 16px;
	margin: 0px auto;
	padding-top: 10px;
}

/* Header */
h1#header {
	background: url('images/header.jpg') no-repeat top left;
	height: 231px;
	margin-bottom: 12px;
}
h1#header a {
	position: absolute;
	display: block;
	width: 358px;
	height: 50px;
	margin: 110px 0px 0px 270px;
	text-indent: -999999px;
	overflow: hidden;
}

/* Menu left */
div#menulinks {
	width: 196px;
	float: left;
	padding-left: 6px;
}
div#menulinks h2#kop, div#menurechts h2#kop {
	width: 189px;
	background: url('images/menuh2bg.gif') no-repeat top left;
}
div#menulinks div.menucontent, div#menurechts div.menucontent {
	background: url('images/menucontentbg.gif') no-repeat top left;
	padding-top: 8px;
}
div#menulinks div.menucontent p, div#menurechts div.menucontent p {
	background: url('images/menucontentpbg.gif') repeat-y top left;
	padding: 0px 5px 0px 7px;
}
div#menulinks div.menubottom, div#menurechts div.menubottom {
	background: url('images/menubottombg.gif') no-repeat top left;
	height: 23px;
}

/* Content */
div#content {
	width: 393px;
	float: left;
	padding-left: 3px;
}
div#content h2#kop {
	width: 386px;
	background: url('images/contenth2.gif') no-repeat top left;
}
div#content div.content {
	background: url('images/contentbg.gif') no-repeat top left;
	padding-top: 8px;
}
div#content div.content div.text {
	background: url('images/contentpbg.gif') repeat-y top left;
	padding: 0px 5px 0px 5px;
}
div#content div.bottom {
	background: url('images/contentbottombg.gif') no-repeat top left;
	height: 16px;
}

/* Menu rechts */
div#menurechts {
	width: 196px;
	float: left;
	padding-left: 5px;
}

h1 {
	font-size : 14px;
}

h2 {
	font-size : 12px;
}

table,tr,td {
	padding : 0px;
	margin : 0px;
}