body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border-width:0;
}

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style-image:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border-width:0;
}

body {
	background-color:#ffffff;
	background-image:url(../img/layout/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:62.5%;
	padding-bottom:30px;
	text-align:center;
}

div#wrapper {
	background-image:url(../img/layout/content.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 auto;
	overflow:auto;
	text-align:left;
	width:980px;
}

div#header {
	height:130px;
}

div#logo {
	display:block;
	float:left;
	height:85px;
	margin:16px 0 0 20px;
	width:152px;
}

div#nav {
	float:right;
	padding:70px 40px 0 0;
	text-align:right;
	width:700px;
}

div#page {
	background-image:url(../img/layout/content-bottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	clear:both;
	min-height:500px;
	overflow:auto;
	padding:0 10px 15px;
	width:960px;
}

div#content {
	clear:both;
	margin:0 auto;
	min-height:500px;
	width:960px;
}

div#content-inner {
	margin:0 30px;
	padding-bottom:30px;
	width:900px;
}

div#footer {
	background-color:#eeeeee;
	clear:both;
	color:#464646;
	margin:13px auto;
	overflow:hidden;
	padding:20px 30px;
	position:relative;
	width:900px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#contact {
	margin-right:60px;
}

.puff {
	background-color:#3d3d3d;
	background-image:url(../img/layout/puff.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:159px;
	margin-right:15px;
	padding:20px 30px;
	text-align:left;
	width:250px;
}

#process {
	margin-right:0;
}

p, .normal {
	color:#333333;
	font-size:1.3em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

#footer p {
	color:#464646;
	font-size:1.1em;
	margin:0;
	text-shadow:0 1px 0 #fff;
}

h1, .h1 {
	font-size:2.8em;
	font-weight:bold;
	margin-bottom:0.2em;
}

h2, .h2 {
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:0.1em;
}

h3, .h3 {
	font-size:1.4em;
	font-weight:bold;
}

p.h3 {
	margin-bottom:4px;
}

h4, .h4 {
	color:#000000;
	font-size:11pt;
	font-weight:bold;
	margin:6pt 0 2pt;
}

h5, .h5 {
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	margin:6pt 0 2pt;
}

h6, .h6 {
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	margin:3pt 0 0;
}

ul {
	margin:1.2em;
	padding-left:16px;
}

li {
	font-size:1.2em;
	margin-bottom:1em;
}

a {
	color:#fc1921;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border-style:none;
}

#footer a {
	color:#464646;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
}

#copyright a {
	color:#aaaaaa;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
}

#nav a:active {
	outline-style:none;
}

#nav a:focus {
	-moz-outline-style: none;
}

hr {
	clear:both;
	display:none;
}

#content hr {
	background-image:none;
	border-bottom-color:#cccccc;
	border-bottom-style:dotted;
	border-width:0 0 1px;
	display:block;
	height:1px;
	margin:4px 0 10px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.red {
	color:#fc1921;
}

.soliditet {
	position:absolute;
	right:235px;
	top:-13px;
}

