
*
	{
		margin: 0px;
		padding: 0px;
		font-family: Georgia, arial, helvetica, sans-serif;
		line-height: 120%;
		font-size: 11px; 
		color: #434343;
	}
	
html
	{
		height: 100%;
	}
	
body
	{
		height: 100%;
		background: #ff0000;
	}
	
h1
	{
		font-size: 20pt;
		font-family: Georgia, arial, helvetica, sans-serif;
		color: #fff;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	
h2
	{
		font-size: 25pt;
		font-family: Georgia, arial, helvetica, sans-serif;
		margin: 0px;
		color: #fff;
		font-style: normal;
		font-weight: normal;
	}
	
h3
	{
		font-size: 15pt;
		font-family: Georgia, arial, helvetica, sans-serif;
		color: #f2f7fc;
		font-weight: normal;
		font-style: italic;
	}
	
h4
	{
		font-size: 20pt;
		font-family: Georgia, arial, helvetica, sans-serif;
		color: #a9bfd6;
		font-weight: normal;
		font-style: italic;
	}
	
/* STANDARD TEKST 
............................................................................................................*/

	
table
	{
		border-collapse: collapse;
	}
	
td
	{
		vertical-align: top;
	}
	
td strong
	{
		color: #fff;
		font-weight: bold;
	}
	
a, a:hover, a:active, a:visited
	{
		color: #6a93bb;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}
	
div, span, p, table tbody td, table tbody td p, ul li, ol li
	{
		color: #fff;
		font-size: 13px;
		font-style: normal;
	}
	
td > p.betingelser, .betingelser
	{
		font-size: 10px;
		text-decoration: underline;
		cursor: pointer;
	}
	
.text p
	{
		color: #f0f6fb;
		font-style: italic;
		font-family: Georgia, arial;
		font-size: 14px;
		font-weight: bold;
	}
	
p span
	{
		color: #f0f6fb;
		font-style: italic;
		font-family: Georgia, arial;
		font-size: 14px;
		font-weight: bold;
	}
	
p.light
	{
		color: #c0daf0;
		font-style: italic;
		font-family: Georgia, arial;
		font-size: 14px;
		font-weight: normal;
	}
	
p.strong
	{
		color: #79808e;
		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: #768ba4;
		padding-top: 6px;
		font-size: 12px;
		font-style: italic;
	}
	
label.postnr
	{
		float: left;
		width: 85px;
		height: 22px;
		color: #768ba4;
		padding-top: 6px;
		font-size: 12px;
		font-style: italic;
	}
	
label.poststed
	{
		float: left;
		width: 50px;
		height: 22px;
		color: #768ba4;
		padding-top: 6px;
		font-size: 12px;
		font-style: italic;
	}
	
input
	{
		margin-bottom: 2px;
		color: #b5cfde;
		font-weight: bold;
		font-size: 12px;
		width: 213px;
		background: url(../images/input.jpg) no-repeat;
		height: 28px;
		padding: 6px 0px 0px 10px;
		border: none;
	}
	
input.postnr
	{
		margin-bottom: 2px;
		color: #b5cfde;
		font-weight: bold;
		font-size: 12px;
		width: 45px;
		background: url(../images/input-postnr.jpg) no-repeat;
		height: 28px;
		padding: 6px 0px 0px 5px;
		border: none;
	}
	
input.poststed
	{
		margin-bottom: 2px;
		color: #b5cfde;
		font-weight: bold;
		font-size: 12px;
		width: 102px;
		background: url(../images/input-poststed.jpg) no-repeat;
		height: 28px;
		padding: 6px 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: 89px;
	}
	
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;
	}
	