﻿body {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	background-color: #d1e1e7;
	color: #214f1d;
	padding: 0px;
	margin: 0px;
}
a {
	color: #214f1d;
}
h1 {
	margin-top: 0px;
	font-size: 24px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: lighter;
	font-variant: small-caps;
}
h2 {
	margin-top: 0px;
	font-size: 20px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: lighter;
}
h3 {
	margin-top: 0px;
	font-size: 18px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: lighter;
}
.divMain {
	width: 1024px;
	min-height: 12000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('design/bakgrunn_standard.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
.divTopp {
	position: relative;
	top: -20px;
	min-height: 768px;
	background-image: url('design/bakgrunn.jpg');
	background-repeat: no-repeat;
}
.divMeny {
	position: relative;
	float: left;
	top: 230px;
	left: 70px;
	width: auto;
	font-size: 14px;
	border: 0px white solid;
	text-decoration: none;
}
.divMainText {
	position: relative;
	float: right;
	top: 230px;
	right: 90px;
	width: 680px;
	border: 0px white solid;
}
.divBunn {
	position: fixed;
	bottom: 0px;
	width: 1024px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #d1e1e7;
	font-size: 12px;
	text-align: center;
	border: 1px white solid;
}
.txtQuote {
	font-size: 26px;
	font-style: italic;
	color: #214f1d;
}
.clear {
	clear: both;
	clear: none;
}

