body {
	width: 987px;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #3d2017;
}

div#header {
	width:987px;
	height: 167px;
	background: url('img/design/header.jpg');
}

div#menu {
	width: 139px;
	height:405px;
	background: url('img/design/menu.jpg');
	background-repeat: no-repeat;
	float: left;
}

div#top {
	width:987px;
	min-height:405px;
	background: url('img/design/top.jpg');
	background-repeat: no-repeat;
}

div#innhold {
	width:987px;
	background: url('img/design/line.jpg');
	background-repeat: repeat-y;
}

div#footer {
	width:987px;
	height:31px;
	background: url('img/design/footer.jpg');
}


h4 {
	margin-left: 150px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: left;
}



div#stamtavle table, div#stamtavle td {
	border: 1px solid black;
}

img {
	border: 0px solid black;
}

a {
	color:#6d3828;
	text-decoration:none;
}


a:hover {
	text-decoration:overline underline;
}