* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/startpage/bg_pixel.png);
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
	font-size: 11px;
	color: #000;
}

img, a {
	border: 0;
	outline: 0;
}

a:link, a:active, a:visited {
	color: #100d28;
	text-decoration: none;
}

#headerContainer {
	width: 100%;
	background: #fff;
	height: 231px;
}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 231px;
}

#contentContainer {
	width: 1000px;
	margin: 0 auto;
}

#menuKnoppen {
	width: 900px;
	margin: 15px auto;
}

.menuKnopTekst {
	width: 178px;
	height: 31px;
	font-family: "Book Antiqua", Arial;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
}

.menuKnop {
	background: url(../images/startpage/topBg.png) no-repeat top;
	width: 178px;
	margin: 0 20px;
	height: 358px;
	color: #100d28;
	float: left;
}
