@charset "UTF-8";
/* Contact: Pieter Sturm - vormgever */
 /* body */
body {
 	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	background-color: #d9d9d9;    /* #d9d9d9 */
	position: relative;
	width: 1100px;
	margin: 0 auto;
	z-index: 0;
}

/* links */
a:link {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}

/* inhoud */
#inhoud {
	width: 1100px;
	height: 720px;
	position: relative;
	margin: 0 auto;
	background-color: #d9d9d9;
}

#pieter_sturm {
	position: absolute;
	top: 140px;
	border: 0px;
	z-index: 1;
}

/* kop titel */
#kop_titel {
	position: absolute;
	margin-top: 217px;
	margin-left: 80px;
	font-size: 200%;
}

/* tekst */
#tekst {
	position: absolute;
	margin-top: 292px;
	margin-left: 80px;
	line-height: 150%;
	font-size: 80%;
}

#vormgever {
	position: absolute;
	top: 592px;
	border: 0px;
	z-index: 2;
}

/* footer */
#footer {
	position: relative;
	top: 682px;
	border: 0px;
	text-align: center;
	z-index: 1;
}

