body {
	margin: 0px;
	background-color: black;
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
}

#indhold {
	position: relative;
	padding-left: 50%;
	margin-left: -400px;
}

#top {
	width: 800px;
	height: 200px;
	background-image: url(gfx/topbg.jpg);
}

#content {
	background-color: white;
	padding-bottom: 15px;
	padding-top: 20px;
	padding-left: 10px;
	width: 800px;
	font-family: Verdana;
	font-size: smaller;
}

#menu {
	width: 800px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	margin-bottom: -5px;
}

 	#menu a {
		display: inline-block;
		width:200px;
		margin-right: -4px;
		padding: 0;
		background: url(gfx/knapbg.jpg) no-repeat;
		text-decoration: none;
		}
		
	#menu a:hover {	
		background-image: url(gfx/knapbghover.jpg);
		}
	#menu a:active {
		background-position: 0 0;
		color:white;
		}

