body {
	margin: 0px;
	font-family: Arial;
	color: #888888;
}

div#logo {
	text-align: center;
	position: absolute;
	top: 10%;
	width: 100%;
}

div#meny {
	background-color: black;
	text-align: center;
	position: absolute;
	padding: 12px 0px 12px 0px;
	top: 55%;
	width: 100%;
}

div#message_oppe {
	text-align: center;
	position: absolute;
	color: #000000;
	padding: 12px 0px 12px 0px;
	top: 40%;
	width: 100%;
	font-size: 125%;
}

div#message_oppe a:link, div#message_oppe a:visited {
	color: #000000;
	text-decoration: none;
}
div#message_oppe a:active, div#message_oppe a:hover {
	color: #000000;
	text-decoration: underline;
}

div#message_nede {
	text-align: center;
	position: absolute;
	color: #000000;
	padding: 12px 0px 12px 0px;
	top: 70%;
	width: 100%;
	font-size: 125%;
}

div#message_nede a:link, div#message_nede a:visited {
	color: #000000;
	text-decoration: none;
}
div#message_nede a:active, div#message_nede a:hover {
	color: #000000;
	text-decoration: underline;
}


div#footer {
	font-size: 75%;
	text-align: center;
	position: absolute;
	padding: 0px 0px 15px 0px;
	bottom: 0%;
	width: 100%;
	line-height: 130%;
	color: #666666;
}

div#language {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div#meny a:link, div#meny a:visited {
	margin: 0px 25px;
	padding-bottom: 2px;
	color: white;
	text-decoration: none;
	border-bottom: 0px solid white;
	border-top: 0px solid white;
	letter-spacing: 0.15em;
	font-size: 100%;
}

div#meny a:hover, div#meny a:active{
	border-bottom-width: 1px;
	border-top-width: 1px;
}

a:link, a:visited {
	color: #888888;
}

a:hover, a:active{
	color: #888888;
	text-decoration: none;
}