body {
	background-color: DDDDDD;
}

#main {
	border: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

div#background {
	width: 800;
	height: 600;
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif); 
	background-position: center center;
	background-repeat: no-repeat;
	border-style: solid;
	border-color: darkblue;
	border-width: 1px;	
}

div#nav {
	margin: 5 0 0 40px;
	padding: 0 0 0 0;
	width: 184px;
	height: 556px;
	background-image: url(images/menu.gif); 
	background-repeat: no-repeat;
}

div#foto1 {
	margin: -480px 0 0 225px;
	padding: 0px;
	width: 568px;
	height: 116px;
	background-image: url(images/fotos1.gif);
	background-repeat: no-repeat;
}

div#foto2 {
	margin: -480px 0 0 225px;
	padding: 0px;
	width: 567px;
	height: 116px;
	background-image: url(images/fotos2.gif);
	background-repeat: no-repeat;
}

div#foto3 {
	margin: -480px 0 0 225px;
	padding: 0px;
	width: 567px;
	height: 116px;
	background-image: url(images/fotos3.gif);
	background-repeat: no-repeat;
}

div#foto4 {
	margin: -480px 0 0 225px;
	padding: 0px;
	width: 567px;
	height: 116px;
	background-image: url(images/fotos4.gif);
	background-repeat: no-repeat;
}

#nav ul {
	margin: 0 50px 0 0;
	padding: 232 0 0 20px;
	width: 180px;
	list-style: none;
	font-size: 16px;
	font-family:Bookman Old Style;
	text-indent:20px;
	line-height:35px;
	font-weight: 300;
}

a:link{
	color:002aa1;
	text-decoration: none;
}

a:visited { 
	color: 002aa1;
	border: none;
	text-transform: none;
	text-decoration: none;
}

a:hover{
	color:002aal;
	text-decoration: none;
	font-weight: 500;
}


div#inhoud {
	margin: 0px 20px 0 240px;
	color:#444444;
	}

#inhoud h2 {
	color: darkblue;
	font-size: 16px;
	font-weight: 600;
	text-indent: 20px;
}

#inhoud ul{
	list-style-type:none;
	list-style-position:outside;
}
