* {
	margin: 0;
	padding: 0;
	outline-style: none;
}

body, html {
	width: 100%;
	height: 97%;
}

body {
	background: #FFFFFF;
	font-family: 'Lucida Console', Monaco, 'Courier New', Courier;
}

.bodyWelkom {
	background: #FFFFFF url(images/bgWelkom.jpg) 50% 0 no-repeat;
	overflow: hidden;
}

img {
	border: 0;
}

h1 {
	font-size: 14pt;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 7px;
}

h2 {
	font-size: 11pt;
	text-align: center;
	margin-bottom: 30px;
}

h2.bio {
	margin-top: 40px;
	margin-left: 55px;
	text-align: left;
}

h3.bio {
	width: 530px;
	margin-left: 55px;
	margin-top: 70px;
	margin-bottom: 30px;
	line-height: 14pt;
	font-size: 10pt;
	font-weight: normal;
}

p {
	font-size: 10pt; 
	margin: 7px;
	text-align: center;
}

p.hoofd {
	width: 530px;
	margin-left: 65px;
	text-align: left;
	line-height: 13pt;
}

p.bio {
	width: 500px;
	margin-left: 55px;
	margin-bottom: 21px;
	text-align: left;
	line-height: 14pt;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.spacer {
	height: 380px;
}

#rasterContainer {
	width: 602px;
	margin: 0;
}

#navContainer {
	position: relative;
	display: block;
	width: 602px;
	height: 24px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid lightgrey;
}

#navContainer  a {
	position: absolute;
}


a.toPrev {
	left: 267px;
}

a.toIndex  {
	left: 291px;
}

a.toNext  {
	left: 315px;
}

.rasterItem , .rasterItem  a, .rasterItem  span {
	display: block;
	float: left;
	width: 140px;
	height: 170px;
	text-decoration: none;
	border: 0;
	color: #000000;
}

.rasterItem   {
	margin: 0 10px 10px 0;
}

.rasterItem  span {
	float: none;
	height: 30px;
	text-align: center;
	margin-top: 7px;
}

.rasterItem  img {
	height: 140px;
	border: 0;
}

#werkContainer {
	display: block;
	width: 480px;
	height: 480px;
	margin: 0 auto 24px auto;
}