@charset "UTF-8";
#buitenkant {
	height: 700px;
	width: 900px;
}
#footer {
	height: 120px;
	width: 900px;
	padding-bottom: 0px;
	float: left;
}
#header {
	height: 180px;
	width: 900px;
}
body {
	margin: 0;
	background-image: url(../lucht.jpg);
	background-repeat: repeat-x;
}
#home {
	background-color: #FF0000;
	width: 100px;
}
#menu-content {
	width: 900px;
	padding-top: 0px;
	padding-left: 0px;
}
#menu {
	width: 220px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #662D91;
	font-size: 14px;
	line-height: 1px;
	letter-spacing: 0.1em;
	float: left;
	padding-left: 15px;
}
#content {
	width: 600px;
	padding-right: 0px;
	float: right;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
}
a:link {
	color: #662D91;
	text-decoration: none;
}
a:visited {
	color: #662D91;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}
#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: right;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #662D91;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #662D91;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #662D91;
}

