body {
	margin-top:0px;
	background: #E3E6FF;
}

#menufiller, #menu {
	height:40px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:center;
}

#menu {
	position:fixed;
	background: #B3B6FF;
}

.menuitem {
	float:left;
	text-align:left;
}

.menuitem a {
	display:block;
	width:200px;
	background: #B3B6FF;
}

.menuitem ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:none;
}

.menuitem:hover ul {
	display:block;
}

#projects {
	position:fixed;
	width:200px;
	float:left;
}

#projects ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

.project {
	width:1000px;
	overflow:auto;
}

h1, h2 {
	text-align:center;
}

img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#bio, .projectbeschrijving {
	width:600px;
	min-height:150px;
	float:left;
}

#motivatie, #minor, .talen, .aandeel {
	width:300px;
	min-height:50px;
	float:right;
}