﻿body {	
	margin:0;
	padding:0;
	color: #000;
	background-color: #000;
}

form {
    padding:0;
    margin:0;
}

body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 1.2em;
}

table {
    border-collapse: collapse;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; } 
/* Hide from IE Mac \*/ 
.clearfix { display: block; } 
/* End hide from IE Mac */ 
    
img, a img {
    border: 0;
    padding:0;
    margin:0;
}
img, div, a, input { 
    behavior: url(/js/iepngfix.htc); 
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #0000FF;
}
    a:hover {
        text-decoration: underline;
    }

h1 {
  
    font-size:16px;
    padding:0;
    margin:0;
    /*line-height: 1em;
    margin:0;
    padding:0.5em 0 0.7em 0;*/
}

h2 {
    font-weight:normal;
    font-size:16px;
    line-height: 1em;
    margin:0;
    padding:0.5em 0 0.7em 0;
}

h3 {
    font-weight:bold;
    font-size:14px;
    line-height: 1em;
    margin:0;
    padding:0.4em 0 0.7em 0;
}

h4 {
    font-weight:bold;
    font-size:12px;
    line-height: 1em;
    margin:0;
    padding:0 0 0.7em 0;
}

p {
    margin:0;
    padding:0 0 1.2em 0;
}

input.tekstboks, textarea.tekstboks, select.tekstboks {
    border:solid 1px #666;
    padding:3px;
}

input.tekstboks:focus, textarea.tekstboks:focus {
	background-color: #FFFFE1;
}
    
/* #### LAYOUT #### */
#mainframe
{
	width: 770px;
    margin: 0 auto;
   
}

div.mainframe
{
    /*position:relative;*/
    min-height: 1px;
    height:auto !important;
    height:1px;
    width:980px;
}
div.mainframe:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.mainframe
{
    height: 1%;
}
#top
{
	
	width:782px;
	height : 100px;
	border:0px solid red;
	float:left;
	background-image:url('images/header3.png');
	background-repeat:no-repeat;
	background-color : #fff;
	
}
.logo
{
	
	width:170px;
	height:100px;
	float:left;
	border:0px solid red;
}

.header
{
	
	width:612px;
	height:100px;
	float:right;
	
}
#left
{
	width:170px;
	border:0px solid red;
	float: left;
	height: 31px;
	display:inline;
	overflow:hidden;
	height:100%;
}


#maincontainer
{
	background-color:#f0f1f1;
	width:782px;
	height:100%;
	border:0px solid red;
	float:left;
	
	/*height:500px;
	overflow:scroll;*/
}
.leftmiddle
{
	background-image:url(images/left_middle.gif);
	background-repeat:repeat;
	width:170px;
	min-height:150px;
	float:left;
	
	
}

.menybunn
{
	background-image:url(images/menybunn2.gif);
	background-repeat:no-repeat;
	width:170px;
	height:15px;
	float:left;
	
}

#innhold
{
	
	border:0px solid red;
	float:right;
	width:597px;
	height:700px;
	overflow:auto;
	padding-right:15px;
	
	
}
#innhold h1
{
	padding-top:25px;
	padding-bottom:5px;
	padding-left:15px;
	
}

#innhold h3
{
	padding-top:25px;
	padding-bottom:5px;
	padding-left:15px;
	
}



#footer
{
	width:782px;
	background-color:#43739c;
	height:30px;
	float:left;
}
#footer, #footer a
{
    color:#f0f1f1;
    font-size:11px;
}
#footer .landoy 
{
    text-align:left;
    width:400px;
}
#footer .adresse span
{
    padding: 0 5px;
}

/*engelsk*/
.innhold_en
{
	padding-top:23px;
	padding-left:15px;
	line-height:18px;
	/*float:left;
	border:0px solid red;*/
	border:0px solid red;
	
	
	
}

.innhold_en table tr td
{
	padding:10px;
	
	
}

.innhold_contact
{
	float:left;
	margin-right:90px;
	padding-top:23px;
	padding-left:15px;
	line-height:18px;
}

.bilde_contact
{
	float:left;
	padding-top:25px;
}


/*default.aspx*/
.innhold
{
	padding-top:23px;
	padding-left:15px;
	line-height:18px;
	
	
}

.maininnhold
{
	float:left;
	border:0px solid red;
}

.maingalleriinnhold
{
	float:left;
	border:0px solid red;
	line-height:19px;
	
}

.maingalleriinnhold span
{
	padding-left:10px;
}

.maingalleriinnhold table
{
	margin-left:15px;
	
	
}

.bilde
{
	float:right;
	padding-left:5px;
	padding-top:25px;
	padding-bottom:10px;
	padding-right:20px;
	
	
}

.bilde_en
{
	border:1px solid red;
	margin-left:295px;
	padding-top:25px;
}
#innhold table tr td
{
	vertical-align:top;
}

/*kontakt.aspx*/
.left
{
	float:left;
	border:0px solid red;
}
.kontaktinfo
{
	float:right;
	border:0px solid red;
	margin-right:30px;
	
}


.engelsk
{
	float:left;
}

.engelsk a
{
	background-color:#f0f1f1;

	width:782px;
	height:22px;
	display:block;
	outline:none;
	text-decoration:none;
}

.engelsk a span
{
	visibility: hidden;
}

.norsk
{
	float:left;
}

.norsk a
{
	background-color:#f0f1f1;
	width:782px;
	height:22px;
	display:block;
	outline:none;
	text-decoration:none;
}

.norsk a span
{
	visibility: hidden;
}

.endret
{
	font-style:italic;
	font-size:10px;
}
/* #### MENY #### */
/* Level 1 */
.l1 {
    clear:left;
    float:left;
   
    width:165px;
    padding-left:20px;
    padding-top:5px;
    overflow:hidden;
    display:inline;
   
}

.l1 a:link, .l1 a:visited {
    display:block;
    
    background-image:url(images/linkicon.gif);
    background-repeat:no-repeat;
    background-position:left;
    color:#000;
    font-weight:bold;
    font-size:13px;
    
    
    padding:7px 10px;
}

.l1 a:hover {
    text-decoration:underline;
}

.l1 a.selected:link, .l1 a.selected:visited {
    color:#000;
}


/* Level 2 */
.l2 {
    clear:left;
    float:left;
    border:solid 1px #ccc;
}

.l2 a:link, .l2 a:visited {
    display:block;
    float:left;
    background-color:#ddd;
    padding:2px 10px;
}

.l2 a:hover {
    text-decoration:underline;
}

.l2 a.selected:link, .l2 a.selected:visited {
    color:#000;
}


/* Level 3 */
.l3 {
    clear:left;
    float:left;
    border:solid 1px #bbb;
}

.l3 a:link, .l3 a:visited {
    display:block;
    float:left;
    background-color:#ccc;
    padding:2px 10px;
}

.l3 a:hover {
    text-decoration:underline;
}

.l3 a.selected:link, .l3 a.selected:visited {
    color:#000;
}

