body {
	background-image: url('bakgrunn.png');
	background-color: #00adef;
	margin: 0px;
}
div.topp {
	position: relative;
	height: 131px;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url('bakgrunn.png');
	background-color: #00adef;
}

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: 0px;
	height: 39px;
	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: 70px;
	padding-right: 60px;
}

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

H3 {
	margin-bottom: 0px;
}

li {
	margin-left: 15px;
}

