
body{
	background: rgb(173,190,179);
	background-position: 25px 25px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

a{color: rgb(0,0,255)}
img { border:0;
}

#meny{
	position: absolute;
	width: 200px;
	heigth: 415px;
	left: 35px;
	top: 250px;
	background: transparent;
	overflow: hidden;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	line-height: 18px;
}

#innhold{
	position: absolute;
	width: 620px;
	heigth: 615px;
	left: 125px;
	top: 75px;
	background: transparent;
	font-size: 13px;
 	font-family: helvetica;
	line-height: 18px;
}

.tekst {
float: left;
font-size: 11px;
font-family: Arial;
font-weight: bold;
line-height: 18px;

}
.knapp {
color: #333333;
font-size: 11px;
font-family: Arial;
border: solid 1px #666;
}

