* {
	font-family: Tahoma, sans-serif;
	font-size: 100%;
	box-sizing: border-box;
}

html {
	background-image: url(background.gif);
	background-position: center;
	background-color: rgb(222,230,203);
	background-repeat: repeat-y;
}

div#content {
	margin: 0 auto;
	width: 850px;
	position: relative;
}

div#beschrijving {
	width: 320px;

	position: absolute;
	left: 30px;

	background-image: url(shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 40px;
}

div#fotos {
	width: 490px;	
	position: absolute;
	left: 370px;
}

div h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: rgb(195,223,126);
}

div p {
	font-size: 0.8em;
	line-height: 1.5em;
}

div p a {
 	color: rgb(195,223,126);
	font-weight: bold;
}

div#fotos p a {
	display: inline-block;
	border: none;
	background-image: url(fotoframe.gif);
	background-repeat: none;
	width: 223px;
	height: 225px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: 0;
	margin-top: 0;
}

div#fotos p a img {
	border: none;
	position: absolute;
	top: 24px;
	left: 29px;
}

p sup {
	font-size: 0.5em;
}
