* {
	margin:0px;
	padding:0px;
}

html {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
}

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
}


/* De wrapper code dient om de gehele pagina te centeren */
#wrapper {
	width: 790px;
	position: relative;
	left: 50%;
	margin-left:-395px;
	min-width: 780px;
}


#header {
	height: 149px;
	width: 790px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

html #content {
	background-image: url(../images/kader.gif);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 80px;
	width: 790px;
}

#content p {
	line-height: 150%;
	width: 640px;
}

#content h1, h2, h3 {
	line-height: 200%;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 790px;
	padding-left: 80px;
	padding-right: 70px;
	padding-top: 50px;
	text-align: center;
	font-size: 70%;	
}

#footer p {
	width: 640;
}

#menu {
	padding-left: 80px;
	padding-right: 70px;
	background-image: url(../images/kader.gif);
	background-repeat: repeat-y;
}

#menu li{
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	font-weight:bold;
}

