body {
	font-size: 85%;
	font-family: Verdana, sans-serif;
	line-height: 1.5 em;
}
#indhold {
	float: left;
	width: 60%;
	margin-top: 150px;
	margin-left: 20px;
}
#menu {
	float: left;
	width: 25%;
	margin-top: 150px;
	margin-left: 50px;
}
#top {
	position:absolute;
	top: 30px;
	left: 20px;
	height: 83px;
	width: 395px;
	background-image: url(/system/header.gif);
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}