
*
	{
		margin: 0px;
		padding: 0px;
		font-family: arial, Georgia, helvetica, sans-serif;
		line-height: 120%;
		font-size: 11px; 
		color: #434343;
	}
	
html
	{
		height: 100%;
	}
	
body
	{
		height: 100%;
		background: #ffffff;
	}
	
h1
	{
		font-size: 20px;
		color: #2a3646;
		font-weight: normal;
		margin-bottom: 0px;
	}
	
h2
	{
		font-size: 26px;
		margin: 0px;
		color: #085a86;
		font-weight: normal;
		padding-bottom: 3px;
		border-bottom: 1px solid #d6d6d6;
	}
	
h3
	{
		font-size: 12px;
		color: #60677f;
		font-weight: bold;
		margin-bottom: 10px;
		
	}
	
h4
	{
		font-size: 12px;
		color: #60677f;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
sup
	{
		line-height: 1;
		position: relative;
		vertical-align: top;
	}
	
table
	{
		border-collapse: collapse;
	}
	
td
	{
		vertical-align: top;
	}
	
a, a:hover, a:active, a:visited
	{
		color: #2a67a8;
		text-decoration: underline;
		font-weight: bold;
		font-size: 12px;
	}
	
div, span, p, table tbody td, table tbody td p, ul li, ol li
	{
		color: #50535d;
		font-size: 12px;
		line-height: 130%;
	}
	
td > p.betingelser, .betingelser
	{
		font-size: 10px;
		text-decoration: underline;
		cursor: pointer;
	}

img
	{
		border: none;
	}
	
ul, li
	{
		list-style: none;	
		list-style-position: inside;
	}
	
ol li
	{
		list-style: decimal;	
		list-style-position: inside;
		padding-left: 10px;
	}
	
fieldset
	{
		border: 0px solid #ccc;
		padding: 0px;
	}
	
legend
	{
		padding: 0px 10px;
		font-weight: bold;
	}
	
label
	{
		float: left;
		width: 200px;
		height: 22px;
		color: #000;
		padding-top: 6px;
		font-size: 12px;
		
	}
	
input
	{
		margin-bottom: 2px;
		color: #000;
		font-weight: normal;
		font-size: 12px;
		width: 200px;
		height: 15px;
		padding: 6px 0px 0px 10px;
		border: 3px solid #d6d6d6;
	}
	
input[type="radio"]
	{
		border: none;
		width: 22px;
		height: 22px;
	}
	
input[type="checkbox"]
	{
		border: none;
		width: 15px;
		height: 15px;
		color: #333;
	}
	
input.submit
	{
		position: relative;
		background: url(../images/submit.png) no-repeat;
		padding: 0px 0px 0px 0px;
		height: 34px;
		width: 110px;
		font-weight: bold;
		border: none;
		cursor: pointer;
		color: #fff;
	}
	
	
input[type="select"]
	{
		border: 1px solid #d6d6d6;
		width: 120px;
		height: 22px;
		font-size: 12px;
		color: #333333;
		padding: 2px 0px 0px 2px;
	}
	
iframe
	{
		border: none;
		margin: 0px;
		padding: 0px;
		
	}
	
option
	{
		font-size: 12px;
		color: #333333;
		width: 120px;
		padding: 2px 0px 0px 2px;
	}
	
textarea
	{
		border: 3px solid #d6d6d6;
		padding: 2px;
		width: 206px;
		height: 100px;
		margin-bottom: 2px;
	}
	
span.must, div.must
	{
		color: #ff0000;
	}
	
p.bold
	{
		font-weight: bold;
	}
	
div.kontaktside
	{
		display: table;
		width: 600px;
		padding-left: 0px;
		text-align: left;
		background: #e0e0e0;
	}
	
div.kontaktinnhold
	{
		float: left;
		width: 490px;
		padding-left: 90px;
		padding-top: 10px;
	}
	
	
/* SPACERE
..................................................................................................................*/

div.vspacer5
	{
		float: left;
		width: 960px;
		height: 5px;
	}
	
div.vspacer10
	{
		float: left;
		width: 960px;
		height: 10px;
	}
	
div.vspacer20
	{
		float: left;
		width: 960px;
		height: 20px;
	}
	
div.vspace40
	{
		float: left;
		width: 960px;
		height: 40px;
	}
	
	
div.hspace5
	{
		float: left;
		width: 5px;
		height: 203px;
	}
	
div.hspace10
	{
		float: left;
		width: 10px;
		height: 203px;
	}
	
div.hspace20
	{
		float: left;
		width: 20px;
		height: 200px;
	}
	
div.hspace25
	{
		float: left;
		width: 25px;
		height: 200px;
	}
	
div.hspace30
	{
		float: left;
		width: 30px;
		height: 200px;
	}
	
div.hspace40
	{
		float: left;
		width: 40px;
		height: 200px;
	}
	
/* BORDERE
.................................................................................................................*/
	
div.border
	{
		float: left;
		width: 960px;
		height: 1px;
		border-bottom: 1px solid #d6d6d6;
	}
	
div.border580
	{
		float: left;
		border-bottom: 1px solid #e5e5e5;
		width: 580px;
		height: 2px;
	}
	
div.border730
	{
		float: left;
		border-bottom: 1px solid #e5e5e5;
		width: 730px;
		height: 2px;
		margin-top: 5px;
	}
	
div.border960
	{
		float: left;
		border-bottom: 1px solid #e5e5e5;
		width: 960px;
		height: 2px;
		margin-bottom: 20px;
	}
	
/* NETTSTEDKART
.....................................................................................................................*/

div.nettstedkart
	{
		float: left;
		width: 100%;
		
	}
	
div.nettstedkart ul li
	{
		list-style: none;
		float: left;
		clear: both;
		
	}
	
div.nettstedkart ul li a
	{
		padding: 5px 0px;
	}
	
div.nettstedkart ul li.level1 a
	{
		display: block;
		width: 960px;
		clear: both;
	}
	
div.nettstedkart ul li.level2 a
	{
		display: block;
		padding-left: 15px;
		clear: both;
	}
	
div.nettstedkart ul li.level3 a
	{
		display: block;
		padding-left: 30px;
		clear: both;
	}
	