
*
	{
		margin: 0px;
		padding: 0px;
		font-family: Geoargia, arila, helvetica, sans-serif;
		line-height: 120%;
		font-size: 11px; 
		color: #434343;
	}
	
html
	{
		height: 100%;
	}
	
body
	{
		height: 100%;
		background: url(../images/header-background.jpg) repeat-x;
	}
	
h1
	{
		font-size: 60pt;
		font-family: Georgia, arial, helvetica, sans-serif;
		color: #bc212f;
		font-weight: normal;
		margin-bottom: 0px;
	}
	
h2
	{
		font-size: 30pt;
		font-family: Georgia, arial, helvetica, sans-serif;
		margin: 0px;
		color: #f0cb4c;
		font-weight: normal;
	}
	
h3
	{
		font-size: 22pt;
		font-family: Georgia, arial, helvetica, sans-serif;
		color: #2c3d2a;
		font-weight: normal;
		font-style: italic;
	}
	
h4
	{
		font-size: 20pt;
		font-family: Georgia, arial, helvetica, sans-serif;
		color: #d0d6d2;
		font-weight: normal;
		font-style: italic;
	}
	
/* STANDARD TEKST 
............................................................................................................*/

.text1
	{
		color: #a8b08c;
		font-family: Georgia, arial, helvetica, sans-serif;
		font-size: 17px;
		font-style: italic;
	}
	
.text2 
	{
		color: #a8b08c;
		font-size: 12px;
		font-style: italic;
	}
	
.text3
	{
		color: #587c4e;
		font-style: italic;
		font-size: 10px;
	}
	
.text4
	{
		color: #a97a55;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
	}


	
table
	{
		border-collapse: collapse;
	}
	
td
	{
		vertical-align: top;
	}
	
a, a:hover, a:active, a:visited
	{
		color: #79a164;
		text-decoration: underline;
		font-size: 12px;
	}
	
div, span, p, table tbody td, table tbody td p, ul li, ol li
	{
		color: #759e5e;
		font-size: 12px;
		font-style: italic;
	}
	
td > p.betingelser, .betingelser
	{
		font-size: 10px;
		text-decoration: underline;
		cursor: pointer;
	}
	
p > span
	{
		color: #1b2b1c;
		font-style: italic;
		font-family: Georgia, arial;
		font-size: 14px;
		font-weight: bold;
	}
	
p.light
	{
		color: #461c04;
		font-style: italic;
		font-family: Georgia, arial;
		font-size: 14px;
		font-weight: normal;
	}
	
p.strong
	{
		color: #461c04;
		font-style: italic;
		font-family: Georgia, arial;
		font-size: 14px;
		font-weight: bold;
	}
	
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: 85px;
		height: 22px;
		color: #9fbe8e;
		padding-top: 6px;
		font-size: 12px;
		font-style: italic;
	}
	
label.postnr
	{
		float: left;
		width: 85px;
		height: 22px;
		color: #9fbe8e;
		padding-top: 6px;
		font-size: 12px;
		font-style: italic;
	}
	
label.poststed
	{
		float: left;
		width: 50px;
		height: 22px;
		color: #9fbe8e;
		padding-top: 6px;
		font-size: 12px;
		font-style: italic;
	}
	
input
	{
		margin-bottom: 4px;
		color: #d0d6d2;
		font-weight: bold;
		line-height: 100%;
		font-size: 12px;
		width: 213px;
		background: url(../images/input.jpg) no-repeat;
		height: 25px;
		padding: 3px 0px 0px 10px;
		border: none;
	}
	
input.postnr
	{
		margin-bottom: 4px;
		color: #d0d6d2;
		font-weight: bold;
		line-height: 100%;
		font-size: 12px;
		width: 45px;
		background: url(../images/input-postnr.jpg) no-repeat;
		height: 25px;
		padding: 3px 0px 0px 5px;
		border: none;
	}
	
input.poststed
	{
		margin-bottom: 4px;
		color: #d0d6d2;
		font-weight: bold;
		line-height: 100%;
		font-size: 12px;
		width: 102px;
		background: url(../images/input-poststed.jpg) no-repeat;
		height: 25px;
		padding: 3px 0px 0px 10px;
		border: none;
	}
	
input[type="radio"]
	{
		border: none;
		width: 22px;
		height: 22px;
	}
	
input[type="checkbox"]
	{
		border: none;
		width: 20px;
	}
	
input.submit
	{
		float: right;
		background: transparent;
		padding: 20px 0px 0px 0px;
		height: 48px;
		width: 220px;
		font-weight: bold;
	}
	
	
input[type="select"]
	{
		border: 1px solid #d6d6d6;
		width: 120px;
		height: 22px;
		font-size: 12px;
		color: #333333;
		padding: 2px 0px 0px 2px;
	}
	
option
	{
		font-size: 12px;
		color: #333333;
		width: 120px;
		padding: 2px 0px 0px 2px;
	}
	
textarea
	{
		border: 2px solid #d6d6d6;
		padding: 2px;
		width: 198px;
		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: 730px;
		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.hspace17
	{
		float: left;
		width: 17px;
		height: 203px;
	}
	
/* 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;
	}
	