﻿/* CSS Document */

/* posisjonering av elementer. Opera krever at container-div'en står to ganger */



#alt			{
				position: relative;
				width: 800px;
				height: 580px;
				margin-left: auto;
				margin-right: auto;
				}


#alt			{
				position: relative;
				width: 800px;
				height: 580px;
				margin-left: auto;
				margin-right: auto;
				}
				
				
#venstrestolpe	{
				position: absolute;
				top: 90px;
				width: 180px;
				height: 460px;
				background-color: #bdd3ed;
				overflow: hidden;
				}
				
				
#venstrestolpe h2
				{
				margin-left: 10px;
				margin-right: 10px;
				}
				
				
#venstrestolpe p
				{
				margin-left: 10px;
				margin-right: 10px;
				}
			
				
#hovedheading	{
				position: absolute;
				left: 181px;
				top: 90px;
				width: 438px;
				height: 20px;
				background-color: #cae0fb;
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				font-size: 14px;
				font-weight: bold;
				color: #000;
				text-align: center;
				margin-right: 20px;
				}
				
				
#hoved			{
				position: absolute;
				left: 181px;
				top: 111px;
				width: 438px;
				height: 439px;
				padding: 20px;
				background-color: #fff;
				overflow: auto;
				}
				
				
#hoved1			{
				position: absolute;
				left: 181px;
				top: 111px;
				width: 398px;
				height: 399px;
				padding: 20px;
				background-color: #fff;
				overflow: auto;
				}
				
				
#hoyrestolpe	{
				position: absolute;
				top: 89px;
				left: 620px;
				width: 180px;
				height: 461px;
				background-color: #bdd3ed;
				overflow: hidden;
				}
				
				
#bunnstolpe		{
				position: absolute;
				top: 544px;
				}
				
				
#copyright		{
				position: absolute;
				top: 560px;
				width: 800px;
				height: 15px;
				background-color: #bdd3ed;
				}
				
				
.narf2			{
				margin-bottom: 10px;
				margin-left: 10px;
				}
				
				
/* meny */
a:link 			{
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				text-decoration: none;
				color: #656565;
				}
				
				
a:visited		{
				text-decoration: none;
				color: #656565;
				}
								
 
a:hover 		{ 
				text-decoration: underline;
				color: #000;
				}
			
			
.ie_fix a 		{ 
				text-decoration: none; 
				} 
 
.meny 			{
        		width: 180px;
        		border-top: none;
				border-bottom: 1px solid #fff;
				margin-left: 0px;
        		padding: 0;
        		color: #ADC1D9;
         		}

.meny ul 		{
         		list-style-type: none;
         		margin: 0;
         		padding: 0;
        	 	border: none;
	         	}

.meny li 		{
         		list-style-type: none;
			border-bottom: 1px solid #fff;
				border-left: 10px solid #ADC1D9;
				border-right: 10px solid #ADC1D9;
         		margin: 0;
         		}

.meny li a 		{
         		color: #fff;
         		background-color: #BDD3ED;
         		display: block;
         		padding: 3px 5px 3px 15px;
         		text-decoration: none;
         		width: auto;
         		}
				
				
.meny li a:visited		{
         		color: #fff;
				text-decoration: none;
         		}
				
   
.meny li a:hover 	{
         		background-color: #ECB5B7;
         		color: #000;
        		}
				
				
/*tekst og bildestil*/

h1				{
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				font-size: 16px;
				color: #A0A0A1;
				line-height: 0%;
				}
				
				
h2				{
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				font-size: 14px;
				font-weight: bold;
				line-height: 0%;
				}


p				{
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				font-size: 12px;
				line-height: 140%;
				}
				
				
#hoyrestolpe p	{
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				font-size: 12px;
				line-height: 120%;
				margin-left: 10px;
				margin-right: 10px;
				}
				
				
#hoyrestolpe h2	{
				margin-left: 10px;
				}
				
				
.meny li		{
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				font-size: 14px;
				color: #fff;
				}
				
				
.kunder			{
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				font-size: 14px;
				color: #656565;
				}
				
				
.kundebilde		{
				margin-top: 10px;
				}
				
				
.newsitem		{
				border-bottom: 1px dashed #656565;
				padding-bottom: 20px;
				}
				
				
.copytekst		{
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				font-size: 10px;
				color: #656565;
				margin-left: 10px;
				margin-right: 5px;
				margin-top: 3px;
				margin-bottom: 2px;
				}
				
				
.artikkelmeny	{
				font-family: Trebuchet MS, verdana, arial, sans-serif;
				font-size: 12px;
				text-decoration: none;
				color: #656565;
				}
				
html			{
				scrollbar-highlight-color: #fff;
    			scrollbar-shadow-color: #fff;
    			scrollbar-3dlight-color: #000;
   	 			scrollbar-track-color: #fff;
				scrollbar-arrow-color: #000;
				scrollbar-base-color: #fff;
				}
				


