body {
	font-family: georgia, rehka, norasi, nimbus roman no9 l, century schoolbook l, times new roman, serif;
	background-color: white;
	color: black;
	background-color: white;
	font-size: 9pt;
	margin-top: 0px;
}

html, body, tr, td {
	font-family: georgia, rehka, norasi, nimbus roman no9 l, century schoolbook l, times new roman, serif;
	color: black;
	font-size: 9pt;
}

h1 {
	font-family: georgia, rehka, norasi, nimbus roman no9 l, century schoolbook l, times new roman, serif;
	color: black;
	font-size: 16pt;
}

h2 {
	font-family: georgia, rehka, norasi, nimbus roman no9 l, century schoolbook l, times new roman, serif;
	color: black;
	font-size: 14pt;
}

h3 {
	font-family: georgia, rehka, norasi, nimbus roman no9 l, century schoolbook l, times new roman, serif;
	color: black;
	font-size: 12pt;
}

ul li {
	list-style-image: url( '../images/listdot.png' );
}

a img {
	border: none;
}

div#outerframe {
	background-color: white;
	width: 960px;
	max-width: 960px;
	min-width: 960px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#topbar {
	background: white;
	height: 100px;
	max-height: 100px;
	min-height: 100px;
}

div#topbar div#topmenu div.topmenuitem {
	line-height: 100%;
	width: 100px;
	max-width: 100px;
	max-height: 20px;
	overflow: hidden;
	height: 20px;
	text-align: left;
	padding-left: 20px;
	position: relative;
	top: 77px;
	float: right;
	background-color: #eaeff2;
	border-right: 1px solid white;
}

div#topbar div#topmenu div.topmenuitemactive {
	background-color: #dde8ed;
}

div#topbar div#topmenu div.topmenuitem:hover {
	background-color: #dde8ed;
}

div#topbar div#topmenu div.topmenuitem a {
	color: #38657d;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	margin-left: 2px;
	text-transform: uppercase;
}

div#topbar div#topmenu div.topmenuitem a:hover {
	color: #818285;
}

div#topbar div#toplogo {
	float: left;
}

div#leftmenu {
	width: 319px;
	height: 300px;
	max-width: 320px;
	max-height: 300px;
	overflow: hidden;
	float: left;
	clear: left;
	margin-top: -5px;
	margin-right: 1px;
	background: url( '../images/back.png' ) #1f497d;
	border-bottom: 1px solid white;
}

div#leftmenu ul {
	width: 90%;
	padding-top: 30px;
}

div#leftmenu ul li {
	list-style-image: url( '../images/listdot.png' );
}

div#leftmenu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div#leftmenu a:hover {
	color: silver;
}

div#bannerbox {
	background: url( '../images/ocean.png' ) no-repeat right top;
	width: 640px;
	height: 300px;
	float: left;
	margin-top: -5px;
	border-bottom: 0px solid white;
}

div#bannerbox img {
	position: absolute;
}
div#bannerring {
	background: url( '../images/bue.png' ) no-repeat right top;
	width: 155px;
	height: 229px;
	max-height: 229px;
	max-width: 155px;
	position: relative;
	left: 485px;
}

div#contentspart {
	float: left;
	background-color: #eaeff2;
}

div#leftcontents {
	width: 319px;
	min-height: 200px;
	height: 100%;
	float: left;
	background-color: #eaeff2; /* #dde8ed;*/
}

div#maincontents {
	height: 100%;
	min-height: 250px;
	width: 600px;
	max-width: 600px;
	overflow: hidden;
	float: left;
	background-color: #eaeff2;
	color: black;
	border-left: 1px solid white;
	padding: 20px;
	padding-top: 0px;
}

div#maincontents div.maincontentselement {
	padding: 20px;
	padding-top: 0px;
}

div#footerbar {
	background: url( '../images/back.png' ) #1f497d;
	height: 56px;
	text-align: right;
	color: white;
	display: block;
	clear: both;
	border-top: 1px solid white;
}

div#footerbar p {
	margin-top: 5px;
	padding-right: 32px;
}


/* Custom CSS */

/* Brukes blant annet under Contact for å få linjer under TD */
table.lines tr td {
	border-bottom: #cccccc 1px solid; 
	padding-bottom: 2px; 
	padding-top: 2px;
}

a:link { 
	color: #4e7387; 
	text-decoration: none; 
}

a:visited { 
	color: #4e7387; 
	text-decoration: none;
}

a:active { 
	color: #4e7387; 
	text-decoration: none ;
}

a:hover { 
	color: #4e7387; 
	text-decoration: underline; 
}

table.filestable td {
	padding: 8px;
}

div.lowermenu {
	text-align: left;
	padding: 20px;
	padding-top: 30px;
}
