body {
	text-align: center;
	background-color: #000000;
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

div#page {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	background-color: #DFE2E3;
	position: relative;
}

#header a,
#header a img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

#menu {
	width: 750px;
	height: 29px;
	overflow: visible;
	float: left;
	background-color: #000000;
	color: #DDE2E4;
	margin: 0;
}

#content {
	width: 525px;
	padding: 40px 20px 0 195px;
	margin: 0;
	clear: left;
}

#content h1 {
	width: 323px;
	height: 43px;
	overflow: hidden;
	background-image: url(/i/titel.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	text-indent: -3000px;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

#content p {
	padding: 0 30px 20px 10px;
}

#content .banner {
	display: block;
	width: 145px;
	padding: 10px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	background-image: url(/i/bg_banner_bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#content .banner a,
#content .banner a:visited {
	text-decoration: none;
	color: #859DA7;
}

#content .banner a:hover,
#content .banner a:visited:hover {
	text-decoration: none;
	color: #333;
}

#content .banner a span,
#content .banner a:visited span {
	text-decoration: none;
	color: #859DA7;
}

#content .banner a:hover span,
#content .banner a:visited:hover span {
	text-decoration: underline;
	color: #333;
}

#content .actief {
	background-image: url(/i/bg_banner1_bot.gif); !important
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content .banner p {
	padding: 0;
	clear: both;
}

#content .banner h2 {
	display: block;
	width: 165px;
	height: 40px;
	margin: -10px -10px 0 -10px;
	overflow: hidden;
}

#content #banner1 h2 {
	background-image: url(/i/bg_banner1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	text-indent: -3000px;
}

#content #banner1 a,
#content #banner1 a:visited,
#content #banner1 a:hover,
#content #banner1 a:visited:hover {
	display: block;
	background-image: url(/i/bg_button.gif);
	width: 145px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center middle;	
	color: #333;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	text-decoration: none;
	text-indent: -3000px;
}

#content #banner2 h2 {
	background-image: url(/i/bg_banner2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	text-indent: -3000px;
}

#content #banner3 h2 {
	background-image: url(/i/bg_banner3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	text-indent: -3000px;
}

/* hack om de achtergrondkleur over de gehele hoogte uit te spreiden */

html, body {
	height: 100%;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}

/* einde hack */

