
html, body {
	margin:0; padding:0;
}
 
body {
	background:#FDF7EC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AD0E0B;
	line-height:150%;
}
 
#centered {
	width:798px;
	position:relative;
	left:50%;
	height:594px;
	margin-left:-399px;
	background-image: url(../images/kruispunten_background-home.jpg);	background-repeat: no-repeat;}

#header {
	position:absolute;	left:352px;	top:22px;
	margin:0;
	padding:0;
	width:400px;}

#header h1 {
	padding:10px;
	font-size:36px;
	color:#AD0E0B;
	font-weight:bold;
	letter-spacing:2px;
	vertical-align:bottom;
	text-align:left;
	width:100%;
}

#header a:link {
	text-decoration:none;
	color:#AD0E0B;
}

#header a:hover {
	text-decoration:none;
	color:#AD0E0B;
}

#header a:visited {
	text-decoration:none;
	color:#AD0E0B;
}

#main{
	position:absolute;	left:400px;	top:430px;
	margin:0px;
	padding:0px;	width:486px;
}


h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0;
}

li,dd {
border:0;
}

fieldset {
padding:0;
}

a:link {
	text-decoration:none;
	color:#AD0E0B;
}

a:hover {
	text-decoration:none;
	color:#ff8b00;
}

a:visited {
	text-decoration:none;
	color:#AD0E0B;
}

h1 {
	padding:10px;
	font-size:26px;
	color:#AD0E0B;
	font-weight:bold;
	vertical-align:bottom;
	text-align:left;
	width:100%;
}


