HTML, BODY {
	margin: 0;
	padding: 0;
	background-color: #c7c8cb;
	color: #000000;
	min-height: 100%;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 17px;
	}

#container {
	display: block;
	position: relative;
	width: 90%;
	max-width: 1014px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	min-height: 100%;
	}

#dekor {
	display: block;
	width: 26%;
	height: 100%;
	min-height: 100%; 
	position: relative;
	background-color: #eff1f2;
	background-image: url(/images/venstredekor.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	}

#hoved {
	display: block;
	width: 74%;
	position: relative;
	float: left;
/*	height: 100%; */
/*	min-height: 100% !important; */
	}

ARTICLE {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 0 50px 0 50px;
	box-sizing: border-box;
	margin-top: 50px;
	clear: both;
	}

P.tilbake {
	display: block;
	position: relative;
	box-sizing: border-box;
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
	padding: 30px 70px 0 0;
	}
P.tilbake A {
	color: #000000;
	}

H1 {
	display: block;
	width: 100%;
	color: #0e76bc;
	font-size: 18px;
	line-height: 35px;
	border-bottom: 3px solid #0e76bc;
	}

.ingress {
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	}
.knapp {
	display: block;
	width: 50%;
	margin: 30px auto;
	padding: 20px 30px;
	background-color: #c7c8cb;
	font-size: 22px;
	line-height: 28px;
	border-radius: 10px;
	font-weight: bold;
	}
.knapp:first-line {
	font-size: 19px;
	color: #0e76bc;
	}

IMG.boxfit {
	width:100% !important;
	height: auto !important;
	}



DIV#stortbilde {
	display: block;
	position: relative;
	width: 100%;
	background-size: cover;
	background-color: #f1f1f1;
	}
DIV#stortbilde:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	border: 1px solid blue;
	padding: 30% 0%;
	}


#logo {
	display: block;
	width: 147px;
	height: 131px;
	display: block;
	position: relative;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: 50px;
	float: left;
	}

NAV {	
	display: block;
	float: right;
	margin-right: 50px;
	margin-top: 50px;
	}
NAV A {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
NAV A:hover {
	color: #0e76bc;
	}

DIV.smaabilder {
	width: 100%;
	margin-top: 20px;
	}

.smaabilder IMG.pw {
	width: 30%;
	height: auto;
	margin-left: 5%;
	float: left;
	}
.smaabilder IMG.pw:first-child {
	margin-left: 0;
	}

.spalte {
	display: block;
	position: relative;
	float: left;
	}


* .spalte:first-child {
	margin-left: 0 !important;
	}

.tospalter .spalte {
	display: block;
	position: relative;
	float: left;
	width: 47%;
	width: 47.5%;
	margin-left: 5%;
	}

.trespalter .spalte {
	display: block;
	position: relative;
	float: left;
	width: 30%;
	margin-left: 5%;
	}

.firespalter .spalte {
	display: block;
	position: relative;
	float: left;
	width: 21%;
	width: 21.25%;
	margin-left: 5%;
	}



firespalter:after, .trespalter:after, .tospalter:after, ARTICLE:after, #hoved:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
   visibility: hidden;
	}

