html {
	color: black;
	background-color: #c4b2ff;
/*Om achtergrondkleur aan te passen bovenstaande kleurcode (#c4b2ff) wijzigen*/

	font-family: verdana, helvetica, arial, sans-serif;
}

body {
	position: relative;
	color: black;

	width: 1024px;
	height: 768px;

	max-width: 1024px;
	max-height: 768px;

	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: top left;

	font-family: verdana, helvetica, arial, sans-serif;

	border-width: 1px;
	border-style: solid;
	border-color: #41357f;

	margin: 0 auto;
	padding: 0;
}

ul#nav-main {
	list-style-type: none;

	margin-top: 0;
	padding: 0 0 0 10px;
}

ul#nav-main li {
	margin: 5px 0 0 0;
	padding: 0;

	height: 50px;
}

ul#nav-main li a {
	margin: 0;
	padding: 0;

	height: 50px;
}

h1#title {
	margin: 0;
	padding: 0;

	margin-left: 10px;
}

img.menu-image {
	border: none;

	margin: 0;
	padding: 0;
}

div#content {
	width: 620px;
	height: 490px;

	max-width: 620px;
	max-height: 490px;

	position: absolute;

	top: 70px;
	right: 70px;

	text-align: center;

	overflow-y: scroll;
}

img.photo {
	border-width: 1px;
	border-style: solid;
	border-color: #41357f;
}

div.photo {
	margin-top: 50px;
}

h3.havona {
	margin-top: 40px;
}


p.return-index a {
	font-size: 80%;
	text-decoration: none;

	color: #41357f;
}
div#copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #41357f;

	margin: 0 10px 5px 0;

	font-size: 80%;
}

div#copyright a {
	color: #41357f;
}

a {
	color: #41357f;
}

