﻿/* Stilark */

/* Body */

body{
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
font-size:100%;
}

/* Header */
#logo{
  float:left;
  position: relative;  
  background-image:url(../graphic/logo.png); 
  width:66px; 
  height:69px; 
  left: 20px; 
  top: 5px }
  
#header{background-image:url(../graphic/headerbg.png); width:1000px; height:90px; background-repeat:repeat-x;}

#tdcurrent {text-align: center; width: 9%; background-image: url(../graphic/mark.png); font-size: 0.9em;}
#tditem { text-align: center; width: 9%; font-size: 0.9em;}

/* Venstre panel */
#vpanel{float:left; background-color:#e7e7e7; width:150px; height:100%; top: 10px; }  

/* Innhold */
#innhold{position:relative; width:680px; top: 20px; background-color:#FFFFFF; height: 100%; text-align: left;}

/* Høyre panel */
#hpanel{float:right; position:relative; width:150px; /* background-color:#e7e7e7;  */ height: 1330px;}

/* Tekst */
h1{text-align:left; font-size:1.5em;}

#headlink { color: #000000; } /* Heading 1 */
#mlink { color: #000000; }  /* Menylinker */
#leiar {text-align:center; font-size:0.8em; }
#program {text-align: left; font-size: 1em; } 