body {
	margin: 0;
	padding: 0;
	background-image: url(achtergrond.jpg);
	background-repeat: repeat-y;
	background-color: #2A2E28;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans serif;
}
label, input, textarea {	
	font-size: 0.9em;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans serif;
}
h1 {
	color: #E77331;
	font-size: 35px;
}
p, label, #eigenfoto {
	color: #C0C0C0;
}

label {
	width: 175px;
	display: block;
}
a {
	color: #E77331;
	text-decoration: none;
}
a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
input, textarea {
	background-color: #C0C0C0;
	border: 1px solid #E77331;
}
#rechts {
	margin-left: 175px;
	margin-right: 10px;
}

#links {
	float: left;
}
#logo {
	margin-left: 35px;
	margin-top: 35px;
}
#intro {
	margin-top: 35px;
}
#titel {
	position: relative;
	width: 200px;
	height: 35px;
	margin-top: 35px;
	overflow: hidden;
	padding-bottom: 5px;
}
#titel span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
#titel #wieis {
	background-image: url(wieis.jpg);
}

#titel #fotografie {
	background-image: url(fotografie.jpg);
}
#titel #internet {
	background-image: url(internet.jpg);
}
#titel #contact {
	background-image: url(contact.jpg);
}
#hoofdmenu {
	margin-top: 25px;
	border-top: 1px solid #2A2E28;
}
#eigenfoto {
	float: right;
	margin-right: 175px;
	margin-left: 25px;
}
#hyperlinks {
	clear: both;
}
.menu {
	margin-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #2A2E28;
}
.website {
	height: 125px;
}
.screenshot {
	border: 1px solid #C0C0C0;
	margin-right: 10px;
}
