@charset "UTF-8";
/* CSS Document */

<style type="text/css">
.footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #666600;
	font-size: small;
	font-variant: small-caps;
	position: relative;
	text-align: center;
}

.tittel {
	color: #666600;
	font-family: "Optima ExtraBlack", Verdana, Arial, "Lucida Sans Unicode", sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
}
</style>

.innhold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: lighter;
	text-align: left;
	font-size: small;
	position:absolute
	width: 70%
}

.innhold_navn {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 15px;
	font-weight: normal;
	background-color: #cccc99;
	float: right;
	width: 20%;
	margin: 5px;
	padding: 5px;
	overflow: hidden;
}

