div.topp {
	position: relative;
	height: 143px;
	width: 800px;
	background-repeat: no-repeat;
}

div.topp div.topptekst {
	position: absolute;
	top: 150px;
	left: 95px;
	font-size: 14pt;
}

A.topptekst {
	font-weight: bold;
	text-decoration: none;
	color: #8e734d;

}

A.topptekst:hover {
	font-weight: bold;
	text-decoration: underline;
}

div.bokstopp {
	position: relative;
	margin-top: 10px;
	height: 38px;
	width: 800px;
	background-image: url(boks-topp.png);
}

div.bokstopp div.bokstopptekst {
	position: absolute;
	bottom: 0px;
	left: 38px;
	font-size: 20pt;
}

div.boks {
	text-align: left;
	position: relative;
	width: 800px;
	background-image: url(boks-midt.png);
}
div.boks div.bokstekst {
	padding-left: 10px;
	padding-right: 5px;
}

div.boksbotn {
	position: relative;
	height: 38px;
	width: 800px;
	background-image: url(boks-botn.png);
}
div.botn {
	position: relative;
	width: 800px;
	margin-top: 15px; 
}

H3 {
	margin-bottom: 0px;
}

li {
	margin-left: 15px;
}

