@charset "utf-8";
/********************************************************/
/* Css stylesheet 				   						*/
/* Dato: 10/02/10                                   	*/ 
/* Firma: Rune Strømsted (css-design-no)	*/
/* Utvikler: Rune V. Cappelen Strømsted             	*/
/*                                                  	*/
/*                                                  	*/
/********************************************************/
@import url("highslide/highslide.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end of reset-codes */
*  
{
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
body {
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	height:100%; 
}
#outside_area {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height: 585px;
	background-color: transparent;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center -2px;
	overflow: hidden;
}
#header {
	background-image:url(images/logo1.png);
	background-color:transparent;
	height:125px;
	background-repeat:no-repeat;
	background-position: 8px -5px;
	margin-top: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header h1  {
	height:106px;
	width:315px;
	display:block;
	position:relative;
	top:3px;
	left: 12px;
	float: left;	
}
#nav-home a:hover img{
	background-image: url(images/home-over.png);
	background-repeat: no-repeat;
	width: 152px;
	height: 40px;
	top: 40px;
	left: 260px;
	display: block;
	position:relative;
}
#topnav ul {
	margin:0px 0px 0px 230px;
	padding:0px;
	text-align:center;
}
#topnav {
	margin:0;
	height:40px;
}
#topnav li { list-style-type:none; float:left;  }
#topnav a {
	color:#666;
	font-size:10px;
	text-decoration:none;
	display:block;
	width:100px;
	height:17px;
	background-image:url(images/nav_normal.png);
	margin:0px 1px 0px 1px;
	padding:8px 0px 0px 0px;
}
#topnav a:hover {
	background-image:url(images/nav_over.png);
	color:#999;
}
#topnav a.selected {
	background-image:url(images/nav_selected.png);
	color:#A2A2A2;
	height:18px;
}
#sidebar1 {
	float: left;
	height: 505px;
	width: 254px;
	margin-left: 60px;
	margin-top: 0px;
	padding-top: 15px;
	color: #666;
}
#sidebar1 pre {
	font-size: 11px;
	font-family: Calibri, Verdana, Arial, sans-serif;
	color: #333;
}
#sidebar1 img {
	margin-top: 4px;
	margin-bottom: 1px;
}
#main_area {
	color:#666;
	font-size:11px;
	text-align:center;
	height: 490px;
	width: 610px;
	float: right;
	padding: 15px;
	padding-top: 10px;
}
#main_area p {
	font-size: 12px;
	text-align: left;
	letter-spacing: 2px;
	margin-right: 20px;
}
#main_area p span {
	font-size: 12px;
	letter-spacing: normal;
}
#main_area h1 {
	font-size:18px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	color: #400058;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
}
#main_area h1 a{ color:#666666; text-decoration:none; text-align:left; }
#main_area h1 a:hover{ color:#999999; text-decoration:none;}
#main_area h2 {
	font-size:14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
#main_area h3 {
	font-size:14px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;



}
#main_area h4 
{ 
margin:0px; 
text-align:left;
color: #333;
font-size: 14px;
}
#main_area h5 {
	font-size:18px;
	margin:0px;
	text-align:center;
}
#main_area h6 {
	font-size:12px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
	margin-right: 30px;
	margin-left: 0px;
}
#main_area ul {
	padding:0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sentrert {
	text-align: center;
}
#main_area li {
	list-style-type:none;
	text-align: left;
	font-size: 12px;
	margin-left: 5px;
	line-height: 17px;
	color: #2F2F2F;
	list-style-image: url(images/list.gif);
	padding-left: 5px;
	list-style-position: inside;
}
#main_area a, #sidebar1 a, #G_LinkUnit a
{
	color:#666;
	text-decoration: none;
}
#main_area a:hover, #sidebar1 a:hover
{
	color:#333;
	text-decoration: underline;
}
#G_LinkUnit a:hover
{
	color:#333;
	text-decoration: none;
}
.more_margin {
	margin-left: 70px;
}
.img_right { 
float:right;
}
.img_left { 
float:left;
}
#footer {
	height:20px;
	text-align:right;
	font-size:10px;
	clear:both;
	bottom: 0px;
	padding-right: 40px;
}
#footer p {
	float:none;
	display: inline-block;
	color:#999;
}
#footer a {
	color:#999;
}
#footer a:hover {
	text-decoration: underline;
}
#apDiv2 {
	position:absolute;
	left:2px;
	top:40px;
	width:40px;
	height:40px;
	z-index:2;	
}
#apDiv2 a {
	text-decoration: none;
	color: #FFF;	
}
#apDiv2 a:hover {
	text-decoration: none;
	color: #000;
}
#apDiv1 {
	position:fixed;
	right:0px;
	top:0px;
	width:400px;
	height:400px;
	z-index:-99;
	background: url(images/dekor.png) no-repeat;
}
#bird {
	height:64px;
	width:64px;
	position:relative;
	top:66px;
	left: 470px;
	float: left;
	background-image: url(images/bird2.png);
	background-repeat: no-repeat;
}
#bird a:hover img {
	background-image: url(images/ta_kontakt.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 50px;
	top: -40px;
	left: 15px;
	display: block;
	position:relative;
}
.clearboth {
	clear: both;
}
#apDiv3 {
	position:fixed;
	left:2px;
	bottom:0px;
	width:90px;
	height:94px;
	z-index:5;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#apDiv3 a img {
	margin: 0;
	border: 0;
}
#G_LinkUnit{
	float: right;
	width:470px;
	height:18px;
	margin-right: 16px;
	margin-top: 3px;
	text-align: right;
}
#G_LinkUnit pre {
	text-align: right;
}
#G_LinkUnit pre a img {
	margin-bottom: -2px;
}
#main_area h2 a {
	color:#333;
	text-decoration:none;
	text-align:left;
}
#main_area h2 a:hover {
	color:#999999;
	text-decoration:none;
}
.ok    {
	margin-bottom: -2px;
	margin-right: 3px;
	border: 0;
}
.marg {
	margin-left: 20px;
}
#switch{
	height:36px;
	width:36px;
	position:fixed;
	bottom:20px;
	right: 20px;
	background-image: url(images/black.png);
	background-repeat: no-repeat;
}
#switch a:hover img{
	background-image: url(images/grey.png);
	background-repeat: no-repeat;
}
.hvit {




	visibility: visible;
}
.svart {




	visibility: hidden;
}
#main_area form {
	width: 90%;
	margin-left: 20px;
}
#main_area form table {
	width: 100%;
}
textarea {
	width: 360px;
	float: left;
}
#main_area form #mesg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
#main_area form input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	float: left;
}
#main_area form table p {
	width: 100%;
	color: #666;
	font-size: 11px;
	letter-spacing: 0px;
	margin: 0;
	margin-left: 20px;
}
pre {
	font-size: 9px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.input_lengde {
	width: 200px;
}
.utext {
	width: 844px;
}
.utext a  {
	font-size: 11px;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 54px;
	margin-left: 54px;
	text-align: center;
}
#port_area {
	height: 490px;
	width: 866px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding: 15px;
}
#port_area ul {
	padding:0px;
	margin: 0px;
}
#port_area li {
	list-style-type:none;
	text-align: center;
	font-size: 12px;
	margin: 0;
	line-height: normal;
	list-style-position: outside;
	list-style-image: url(images/px.gif);
}
#port_area a {
	color:#2F2F2F;
	text-decoration: none;
}
#port_area a:hover {
	color:#2F2F2F;
	text-decoration: underline;
}
#port_area h5 {
	font-size:18px;
	margin:0px;
	text-align:center;
	color: #A2A2A2;
}

































#G_LinkUnit p {
	text-align: right;
	font-size: 10px;
	font-family: "Century Gothic", "ITC Avant Garde Std Bk", "Gill Sans MT Pro Book", sans-serif;
}

