﻿body {	
	margin:0;
	padding:0;
	color: #333333;
	background-color: #eaeaea;
	background-image: url("images/bodybg.jpq");
	background-repeat: repeat-x;
}

form {
    padding:0;
    margin:0;
}

body, input, textarea, select {
	font-family: Arial;
	font-size: 12px; 
}

table {
    border-collapse: collapse;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; } 
/* Hide from IE Mac \*/ 
.clearfix { display: block; } 
/* End hide from IE Mac */ 
    
img, a img {
    border: 0;
}
img, div, a, input { 
    behavior: url(/js/iepngfix.htc); 
}

a:link, a:active, a:visited {
    text-decoration: none;
}
    a:hover {
        text-decoration: none;
    }

h1 {
	float: left;
    font-weight:normal;
    font-size:18px;
    line-height: 1em;
    margin:0;
    padding:13px 0 0 10px;
    color: #999999;
}

h2 {
    font-weight:normal;
    font-size:16px;
    line-height: 1em;
    margin:0;
    padding:0.5em 0 0.7em 0;
    color: White;
}

h3 {
    font-weight:bold;
    font-size:14px;
    line-height: 1em;
    margin:0;
    padding:0.4em 0 0.7em 0;
}

h4 {
    font-weight:bold;
    font-size:12px;
    line-height: 1em;
    margin:0;
    padding:0 0 0.7em 0;
}

p {
    margin:0;
    padding:0 0 1.2em 0;
}

input.tekstboks1, textarea.tekstboks1, select.tekstboks1 {
    border:solid 1px #999999;
    padding:3px;
}

input.tekstboks1:focus, textarea.tekstboks1:focus {
	background-color: #FFFFE1;
}

.blue {
	color: #21409a;
}
    
/* #### LAYOUT #### */

#construct {
    width: 980px;
    margin: 3px auto;
}

#top {
	position: fixed;
	top: 0;
	width: 980px;
	_width: 1000px;
	height: 77px;
	padding-top: 10px;
	z-index: 5;
	background-color: #eaeaea;	
}

#logo {
	float: left;
	width: 255px;
	height: 77px;
	margin: 0;
	padding: 0;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
}

#topbar {
	float: left;
	background-image: url("images/topbar.png");
	background-repeat: no-repeat;
	background-position: 50% 70%;
	_background-position: center bottom;
	width: 715px;
	height: 77px; 
	_height: 70px; 
	margin-left: 10px;
	_margin-bottom: 12px;
}

#innhold {
	position: relative;
    float: left;
    min-height: 400px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 80px;
    _margin-top: 0;
}

.banner {
	position: relative;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 980px;
	height: 280px;
	margin-bottom: 5px;
}

.bannerInfo {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 300px;
	height: 190px;
	padding: 15px 0 30px 15px;
}

.frontBox {
	position: relative;
	float: left;
	width: 240px;
	min-height: 200px;
	margin-bottom: 5px;
}

.frontLink {
	margin-bottom: 5px;
	background-image: url("images/lightHeader.png");
	background-repeat: no-repeat;
}

.frontLinkDark {
	margin-bottom: 5px;
	text-decoration: none;
	background-image: url("images/darkHeader.png");
	background-repeat: no-repeat;
}

.frontLink a:hover {
	text-decoration: none;
	background-image: url("images/darkHeader.png");
	background-repeat: no-repeat;
}

.news a:hover {
	text-decoration: none;
	background-image: none;
}

#titlebar {
	float: left;
	width: 980px;
	height: 30px;
	padding: 0 0 10px 0;
	background-image: url("images/horisontal.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}

#left {
	position: relative;
	float: left;
	width: 220px;
	min-height: 200px;
	padding: 20px 10px 0 10px;
}

#center {
	position: relative;
	float: left;
	width: 600px;
	min-height: 200px;
	background-image: url("images/vertikal.jpg");
	background-repeat: repeat-y;
	background-position: left;	
	margin: 12px 0 0 0;
	padding: 10px 0 20px 20px;
	line-height: 1.5em;
}

.line {
	width: 100%;
	height: 2px;
	margin: 5px;
	background-image: url("images/horisontal.jpg");
	background-repeat: repeat-x;
	background-position: bottom;	
}

.tombstone {
	position: relative;
	float: left;
	width: 163px;
	margin: 0 3px 7px 4px;
	padding: 5px;
/*	background-color: White;
	background-color: #dadada;
	border: solid 1px black;*/
}

.tombImg {
	padding: 5px;
	margin: 2px;
}

.tombBottom {
	position: absolute;
	top: 200px;
	width: 163px;
	font-size: 11px;
}

.case {
	float:left;
	width: 730px;
	margin: 5px 0 5px 0;
}

.caseSep {
	float: left;
	width: 98%;
	height: 2px;
	background-image: url("images/horisontal.jpg");
	background-repeat: repeat-x;
	background-position: center;
	
}

.caseTxt {
	float: right;
	width: 540px;
	margin: 10px 0 0 5px;
}

.scroll {
	height: 500px;
	overflow: auto;
}

#bottom {
	float: left;
	background-image: url("images/bottombar.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	color: #999999;
	margin-top: 10px;
	
}

#bottom a {
	color: #999999;	
}

/* #### MENY #### */
/* Level 1 */
.l1 {
	margin: 0 5px 0 5px;
	padding: 40px 0 8px 0;
	_padding: 22px 0 8px 0;
}

html>body .l1 {
	position: absolute;
}

.l1 a:link, .l1 a:visited {
    padding: 0 9px 0 9px;
    font-family: Arial;
    font-size: 11px;
    font-weight: 800;
    color: #21409a;
}

.l1 a:hover {
	text-decoration: none;
	background-color: #a1b8c2;
	color: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.l1 a.selected:link, .l1 a.selected:visited {
	text-decoration: none;
	background-color: #a1b8c2;
	color: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}


/* Level 2 */
.l2 {

    width: 200px;
    height: 20px;
    padding-left: 8px;
    margin: 15px;
}

.l2 a:link, .l2 a:visited {
    display:block;
    background-image: url("images/list.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #21409a;
    padding-left: 12px;
    margin: 5px;
}

.l2 a:hover {
    background-image: url("images/listSelect.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: Black;
}

.l2 a.selected:link, .l2 a.selected:visited {
    background-image: url("images/listSelect.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: Black;
}

/* Level 3 */
.l3 {
    min-height: 20px;
    width: 200px;
    padding-left: 12px;
    margin: 5px;
}

.l3 a:link, .l3 a:visited {
    display:block;
    background-image: url("images/list.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #21409a;
    padding-left: 12px;
}

.l3 a:hover {
    background-image: url("images/listSelect.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: Black;
}

.l3 a.selected:link, .l3 a.selected:visited {
    background-image: url("images/listSelect.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: Black;
}
