body {
	color: black;
	background-color: #f9fcff;
	font: 9pt normal verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#header {
	font-size: 20pt;
	position: absolute;
	left: 42%;
	top: 20px;
	color: white;
	font-weight: regular;
}

#header2 {
	font-size: 8pt;
	position: absolute;
	left: 45%;
	top: 50px;
	color: white;
}

h1 { font-size: 20pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
hr { clear: right; }
img { border: 0; }

.lesmer {
	font-size: 10pt;
	display: none;
	border: 1px solid gray;
	padding: 5px;
	width: 98%;
}

.lesmerlink {
	cursor: pointer;
	font-style: italic;
}

.fakelink {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.break { clear: right; }

.fact {
	font-size: 9pt;
	border: 1px solid gray;
	padding: 5px;
	margin: 5px;
	color: black;
	background-color: #d0e8ff;
	width: 1600px;
}

.bildec {
	font-size: 8pt;
	text-align: center;
}

.bilde {
	padding: 5px;
	font-size: 8pt;
	float: right;
	text-align: center;
}

.tekst {
	font-size: 10pt;
	background-color: #f9fcff;
}

#innhold {
	font-size: 10pt;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 20px;
	padding-top: 0px;
	background-color: #f9fcff;
}

#meny {
	padding: 0px;
	border-bottom: 1px solid gray;
	background-color: #e0f0ff;
	font-size: 10pt;
	font-weight: bold;
}

.mainmenu {
	padding: 3px;
	border-bottom: 1px solid gray;
}

.submenu {
	border-bottom: 1px solid white;
	background-color: #d0e8ff;
	font-size: 9pt;
	font-weight: normal;
	padding-left: 10px;
}

#meny a { background-color: transparent; color: black; text-decoration: none; }
#meny a:active { color: black; background-color: transparent; }
#meny a:visited { color: black; background-color: transparent; }
#meny a:hover	{ color: black; background-color: transparent; text-decoration: underline; }

