body, html {
	padding:0;
	margin:0;
	background-color:black;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
a {
	color:white;
}
a:hover, .menu_active {
	color:#aa0202;
}
#wrapper {
	background-color:white;
	border:1px solid #313131;
	margin-left:auto;
	margin-right:auto;
	width:626px;
	height:795px;
	position:relative;
	background-image:url(../images/Judith-mooi.jpg);
}
#card img {
	margin-right:20px;
}
#adres {
	position:absolute;
	top:500px;
	left:408px;
}
#content {
	position:absolute;
	width:400px;
	top:280px;
	left:420px;
	color:white;
	text-align:right;
}
#content form {
	margin-left:60px;
}
#menu {
	position:absolute;
	top:20px;
	left:320px;
	width:200px;
}
#menu a {
	padding-right:10px;
	font-size:16px;
	font-weight:bold;
	float:left;
	clear:left;
	margin-bottom:20px;
	text-decoration:none;
}
textarea {
	width:200px;
	height:60px;
}
input {
	width:200px;
}
.error {
	color:#CC0000;
	font-weight:bold;
}