#Body a:link {  
	text-decoration: none; 
	background-color: white;
	color: #3085c7;
}

#Body a:visited {
	color: #3085c7;
	background-color: white;
	text-decoration: none;
}

#Body a:hover { 
	text-decoration: underline; 
}




body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000;
	text-align: left;
}

td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
	border-width: 1px; 
}

table { 
	border-collapse: collapse;
}

h1 {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-bottom: 5px;

}

h2 {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

.dato {
	font-size: 10px;
	margin: 0px; 
	padding: 0px;
}

.forfatter {
	font-size: 10px;
	margin: 0px; 
	padding: 0px;
	padding-bottom: 5px;
}


#Header {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 800px;
	height: 80px;
	float: left;
	border-left: 1px solid #E6E9DE;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
}

#Overskrift {
	position: absolute;
	left: 200px;
	top: 20px;
	font-size: 3em;
	font-weight: normal;
	color: #E4E9F9;
/*	color: #FFFFFF;*/
}

#Overskrift_skygge {
        position: absolute;
        left: 202px;
        top: 22px;
        font-size: 3em;
        font-weight: normal;
        color: #000000;
}

#Body {
	color: #444444;
	background-color: white;
	position: absolute;
	left: 160px;
	top: 100px;
	width: 645px;
	height: 255px;
	clear: right;
	float: left;
	padding: 0px 0px 0px 10px;
/*	background: #fff url(/gif/bg_white.gif) 0 0 repeat;*/
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
	*   Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
	*     IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
	*       declaration. The incorrect IE5/Win value is above, while the correct value is 
	*         below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 645px;
	height: 250px;
}

#Meny {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 145px;
	height: 390px;
	float: left;
	padding: 10px 10px 0px 10px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 125px;
	height: 380px;
/*	background-color: #D9D9D9;*/
/*	background-color: #E6CDA2;*/
}

#Meny { 
	font-size: 1em; 
	color: #181916;
	background-color: transparent;
	text-align: left;
}

#Meny a:link {
	text-decoration: none;
	color: #181916;
	background-color: transparent;
}

#Meny a:visited {
	text-decoration: none;
	color: #181916;
	background-color: transparent;
}

#Meny a:hover {
	text-decoration: underline;
	color: #181916;
	background-color: transparent;
}


#Aboutbox {
	position: absolute;
	left: 10px;
	top: 500px;
	width: 145px;
	height: 145px;
	float: left;
	padding: 10px 10px 0px 10px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 125px;
	height: 125px;
	color: black;
	background-color: #E4E9F9;
	font-size: 0.8em;
}

