html {
	height:100%;
	}
body {
	height:100%;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:rgb(255,255,190);
	scrollbar-face-color:rgb(150,225,100);
	scrollbar-shadow-color:rgb(150,225,100);
	scrollbar-base-color:rgb(150,225,100);
	}
a {
	text-decoration: none;
	font-weight:normal;
	color:#666666;
	}
a:visited {
	color:#666666;
	}
a:active {
	color:#999999;
	}
a:hover {
	color:#009966;
	text-decoration: underline;
	}
div#middle a {
	font-weight:bold;
	letter-spacing:1;
	}
strong, b {
	letter-spacing:1;
	font-weight:bold;
	}
p {
	font-size:12px;
	line-height:120%;
	margin-top: 5px;
	margin-bottom:5px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size:300%;
	font-weight: bold;
	margin-top:0;
	margin-bottom: 0;
	}
h2 {
	text-align:center;
	font-size:200%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size:150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size:120%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size:100%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size:95%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px; 
	}
.inverse {
	background-color:rgb(150,225,100);
}
.leftmenu {
	border-color:#999999;
	border:3px;
	border-style:outset;
	background-color:rgb(150,225,100);
	text-align:center;
	}
p.menutext {
	font-size:11px;
	}
.rightmenu {
	border:thin;
	border-style:outset;
	background-color:rgb(150,225,100);
	text-align:center;
	}
.forsideboks {
	overflow:visible;;
	min-height:200px;
	width:100%;
}
.forsidefotoboks {
	width:215px;
	float:right;
	margin-left:5px;
	border:thin groove;
	padding-left:5px
}
.forsidefoto {
}
#top {
	text-align:right;
	background-position:left;
	margin:5px 5px 10px 5px;
	padding:0px;
	border: 0px;
	height: 60px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 50px;
	}
html>body #top {
	height: 50px; /* ie5win fudge ends */
	}
#subtop {
	top: 60px;
	left: 0px;
	margin:0px 0px 0px 0px;
	padding: 5px;
	border: 0px;
	height: 15px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 5px;
	}
html>body #subtop {
	height: 15px; /* ie5win fudge ends */
	}
#left {
	background-color:rgb(150,225,100);
	height:200%;
	margin:0px;
	position: absolute;
	top: 90px;
	left:10px;
	padding:15px 2px 15px 2px;
	border:1px solid;
	color:#666666;
	width: 110px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100px;
	}
html>body #left {
	width: 100px; /* ie5win fudge ends */
	}
#middle {
	background-color:rgb(255,255,190);
	padding: 10px;
	border:1px solid;
	margin:10px 145px 0px 120px;
	}
#right {
	position:absolute;
	top: 90px;
	right:5px; /* Opera5.02 will show a space at right when there is no scroll bar */
	height:200%;
	margin:0px;
	padding:15px 2px 15px 2px;
	color:#666666;
	width: 140px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body #right {
	width: 130px; /* ie5win fudge ends */
	}
#bottom {
	text-align:center;
	font-size:10px;
	background-color:rgb(150,225,100);
	padding: 0px;
	border: 0px;
	margin:0px 145px 0px 120px;
	}
pre {
	font-size:12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
dt, dd, li {
	font-size:100%;
	line-height:120%;
	margin-top: 5px;
	margin-bottom:5px; 
	}
td {
	font-size:12px;
	line-height:120%;
	margin-top: 5px;
	margin-bottom:5px; 
	}

dd {font-style:normal;
	}

dt {font-stretch:wider;
	}

ol, ul {font-size:100%;
	line-height:120%;
	margin-top: 5px;
	margin-bottom:5px; 
	}
hr.skillebjaelke {
	display:block;
	color:rgb(150,225,100);
	background-color:rgb( 150, 225, 100);
	border:none;
}

