/* CSS Document */
 
                                                  
/*---------------------------------------------------------------------*/
/* This CSS is made by EDB Totalpartner AS - NORWAY  
/* Author: Eivind Bergmann. eivind@edbtotalpartner.no
/*------------------- www.edbtotalpartner.no --------------------------*/
 
 
 
 
 
 
/*  Grunnregler
 **************/               
 
body {           
        margin:0;
        padding: 0 0 100px 0;  
        font-family:  tahoma, verdana, Helvetica, sans-serif;
        font-weight: normal;   
        color: #6F7065; 
        font-size: 8pt;        
    background-color:#E4E5D8; }
        
 
IMG         { border: 0; }
P           { voice-family: "\"}\""; voice-family:inherit;    }
INPUT       { voice-family: "\"}\""; voice-family:inherit;  }
SELECT      { voice-family: "\"}\""; voice-family:inherit;  }
OPTION      { voice-family: "\"}\""; voice-family:inherit;  }
TEXTAREA    { voice-family: "\"}\""; voice-family:inherit;  }
TH              { voice-family: "\"}\""; voice-family:inherit;  }
TB              { voice-family: "\"}\""; voice-family:inherit;  }
DIV         { voice-family: "\"}\""; voice-family:inherit;  }
 
H1,H2,H3,H5,H6,P {
        font-weight: normal;
        margin: 0; 
        padding: 0;      }
 
h1 { font-size: 22px;color: #4E503D;  }        /** Tittel **/
h2 { font-size: 11px;color: #00A39F; font-weight: bold; margin: 7px 0 4px 4px;  }        /** Under titler **/
h5 { font-size: 11px;color: #7EAE34;   } /** Les mer **/
h4 { font-size: 11px;color: #00A39F; font-weight: bold; margin: 7px 0 4px 4px;  } /**  spesielle tekster **/
h6 { font-size: 8pt;color: #B0B092;   }  /** Dato og merknader **/
P  { font-size: 8pt;color: #6F7065;  }   /** tekst **/
 
/** Regler for lenker
**********************/
 
 
 
/** Lenker i tekst **/
A:link         { color: #00A99D; text-decoration:none;  }     
A:visited      { color: #00A99D; text-decoration:none; }    
A:focus        { color: #076A8B; text-decoration:underline;      }    
A:hover        { color: #076A8B; text-decoration:underline;      }    
A:active          { color: #00A99D; text-decoration:none;}    
 
/** Les mer  **/
 
h1 A:link         { color: #00A99D; text-decoration:none; }     
h1 A:visited      { color: #00A99D; text-decoration:none; }    
h1 A:focus        { color: #076A8B; text-decoration:none; }    
h1 A:hover        { color: #076A8B; text-decoration:none; }    
h1 A:active      { color: #00A99D; text-decoration:none; }  
 
h5 A:link         { color: #00A99D; text-decoration:none; }     
h5 A:visited      { color: #00A99D; text-decoration:none; }    
h5 A:focus        { color: #076A8B; text-decoration:none; }    
h5 A:hover        { color: #076A8B; text-decoration:none; }    
h5 A:active      { color: #00A99D; text-decoration:none; }  
 
h4 A:link         { color: #00A99D; text-decoration:none; }     
h4 A:visited      { color: #00A99D; text-decoration:none; }    
h4 A:focus        { color: #076A8B; text-decoration:none; }    
h4 A:hover        { color: #076A8B; text-decoration:none; }    
h4 A:active      { color: #00A99D; text-decoration:none; }  
 
h6 A:link         { color: #00A99D; text-decoration:none; }     
h6 A:visited      { color: #00A99D; text-decoration:none;}    
h6 A:focus        { color: #076A8B; text-decoration:underline; }    
h6 A:hover        { color: #076A8B; text-decoration:underline;}    
h6 A:active      { color: #00A99D; text-decoration:none;}    
/*  Layout
 *********/            
 
 
#header {
        background: url(images/header-hytte-1.jpg) no-repeat; 
        }       
 
#logo {
        float: left; 
        clear: right; 
        margin-right: 5px; 
        }
        
#banner {
        float: right;
        margin-left: 5px; 
        overflow: hidden;      
        }
 
 
#taskbar {
        height: 18px; 
        text-align: right;
        padding: 3px 0 3px 0;  
        }         
 
#top{
        background: url(images/header_bord_bak.gif) repeat-x top left ;      
 
   }
   
 
#topbak{
        padding: 14px;
        padding-left: 30px;    
        margin: 0;
        background: url(images/line-vert.gif) repeat-y 220px 15px;
        }
      
   
 
#nav{
        float: right; 
        clear: left;
        display: block; 
        padding-top: 5px;
        }
 
.tittelboks {
        width: 235px;
        height: 29px;
        background: url('images/title_back.gif') repeat-x left top;  
        display: block; 
        font-size:10pt; 
        font-weight:bold;
        padding-left:9px;
        padding-right:20px;
        padding-top:7px; 
        margin-bottom: 10px;
        margin-top: 10px;      
        }
        
.rullegardin {
        width: 175px;
        font-size:10pt; 
        }       
        
#mc{
        margin-bottom: 50px; 
        padding: 17px 10px 10px 10px; 
        background: url(images/line-vert.gif) repeat-y left top;     
        }
 
#lc{
        padding: 10px 0 0 14px;        
        margin-bottom: 50px;   
   }
 
 
#content {
        margin: 0;  
        clear: both; 
        display: block; 
        }
        
 
.input {
        font-size:9pt; 
        margin-bottom: 10px;
        width: 175px;
        }
 
.copyright {
        margin: 2px 0 0 10px;  
        width: 350px;
        float: left; 
        clear: right; 
        text-align: left; }
 
.madeby {
        margin: 2px 0 0 10px;  
        width: 350px;
        float: right; 
        text-align: right; 
        }
 
.rc p,
.rc h1,
.rc h2,
.rc h3,
.rc h5,
.rc h6{
        margin: 0 10px 0 20px;  
           }
        
 
/* Menu********/
 
 


#navcontainer ul
{
border: 0;
margin: 0 0 0 225px;
padding: 0;
list-style-type: none;
text-align: center;

}
 
#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
 
#navcontainer ul li a
{
background: url(images/but-normal.gif) no-repeat bottom; 
width: 93px;
height: 17px;
padding: 0;
margin: 0 0 0 0;
color: #3C3C3C;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
 
#navcontainer ul li a:hover
{
color: #fff;
background: url(images/but-hover.gif) no-repeat bottom; 
}
 
#navcontainer a:active
{
background: url(images/but-hover.gif) no-repeat bottom; 
color: #fff;
}
 
#navcontainer li#active a
{
background: url(images/but-hover.gif) no-repeat bottom; 
color: #fff;
}
 
 
 
 
/*
#navcontainer {
        text-align: right;
        padding-right: 50px;
        }
        
#navlist{
        padding: 5px 0 5px 0px;
        margin: 0px;   
        font-size: 7pt;
        font-weight: bold; 
        }
 
#navlist ul li{
        width: 120px;
}
 
#navlist li{
        display: inline;
        list-style: none;
        padding: 6px 0 4px 0;
        margin: 0px;
}
 
#navlist li a{
        text-decoration: none; 
        padding: 5px 20px 5px 36px; 
        color: #ffffff;
        background: url(images/knapp-lys.gif) no-repeat left bottom;         
        }
 
#navlist li a:focus,
#navlist li a:hover{
               padding: 5px 20px 5px 36px; 
            background: url(images/knapp-farget.gif) no-repeat left bottom;         
               color: #fff;  }
 
 
#navlist li#active a{
        text-decoration: none; 
        padding: 5px 20px 5px 36px; 
        color: #ffffff;
        background: url(images/knapp-farget.gif) no-repeat left bottom;      
        }
 
 
#navlist li#hhytte a{
        text-decoration: none; 
        padding: 5px 20px 5px 36px; 
        color: #ffffff;
        background: url(images/knapp-farget.gif) no-repeat left bottom;      
        }
 
#navlist li#bbåt a{
        text-decoration: none; 
        padding: 5px 20px 5px 36px; 
        color: #ffffff;
        background: url(images/knapp-farget.gif) no-repeat left bottom;      
        }
 
#navlist li#eeiendom a{
        text-decoration: none; 
        padding: 5px 20px 5px 36px; 
        color: #ffffff;
        background: url(images/knapp-farget.gif) no-repeat left bottom;      
        }
 
#navlist li#uutland a{
        text-decoration: none; 
        padding: 5px 20px 5px 36px; 
        color: #ffffff;
        background: url(images/knapp-farget.gif) no-repeat left bottom;      
        }
 
#navlist li#oomoss a{
        text-decoration: none; 
        padding: 5px 20px 5px 36px; 
        color: #ffffff;
        background: url(images/knapp-farget.gif) no-repeat left bottom;      
        }       
 
#navlist li#fforside a{
        text-decoration: none; 
        padding: 5px 20px 5px 36px; 
        color: #ffffff;
        background: url(images/knapp-farget.gif) no-repeat left bottom;      
        }        
 
        
        
        
        
        
 
/*  Plukkeklasser  ****************************************/         
 
.300 {
        height: 300px; }
.400 {
        height: 400px; }
.500 {
        height: 500px; }
.200 {
        height: 200px; }
.100 {
        height: 100px; }       
 
 
.margin-top5  { margin-top: 5px;  }
.margin-top6  { margin-top: 6px;  }
.margin-top7  { margin-top: 7px;  }
.margin-top8  { margin-top: 8px;  }
.margin-top9  { margin-top: 9px;  }
.margin-top10 { margin-top: 10px; }
.margin-top20 { margin-top: 20px; }
 
.margin-bottom5  { margin-bottom: 5px;  }
.margin-bottom6  { margin-bottom: 6px;  }
.margin-bottom7  { margin-bottom: 7px;  }
.margin-bottom8  { margin-bottom: 8px;  }
.margin-bottom9  { margin-bottom: 9px;  }
.margin-bottom10 { margin-bottom: 10px; }
.margin-bottom19 { margin-bottom: 19px; }
.margin-bottom20 { margin-bottom: 20px; }
 
 
.border-top-1-white    { border-top:    1px solid #fff; }
.border-top-2-white    { border-top:    2px solid #fff; }
.border-right-1-white  { border-right:  1px solid #fff; }
.border-right-2-white  { border-right:  2px solid #fff; }
.border-bottom-1-white { border-bottom: 1px solid #fff; }
.border-bottom-2-white { border-bottom: 2px solid #fff; }
.border-left-1-white   { border-left:   1px solid #fff; } 
.border-left-2-white   { border-left:   2px solid #fff; }
 
.cr{display:block; clear:both; font-size:0; line-height:0; height:0 }
.cr-10px{ clear:both; font-size:0; line-height:0; height:10px }
 
.paddme {
        margin: 5px 0 5px 0; }
 
.line {
        margin: 10px 2px 10px 2px;  
        border-bottom: 1px solid #EAE9DC; 
        clear: both; 
        }
 
 
.line-stipla-horiz {
        position: relative; 
        margin: 2px 2px 0px 2px;  
        height: 4px; 
        background: url(images/line-stipla-horiz.gif) repeat-x center center ; 
        clear: both; 
        display: block;  
        }
 
h5 {
        background:url(images/ico-lesmer.gif) no-repeat left 3px;  
        clear: both;
        text-align: left;
        margin-right: 5px;
        padding-left: 16px; 
        padding-top: 2px;
        }
        
 
/* Skygge på nettside */
 
 
/* Skygge til wrapper */
.shader1,.shader2,.shader3,.shader4,.shader5 {
position: relative; 
margin: 0;
/*text-align: center; */
 /* \*/display:block;/**/
 }
 
 
.shader1 {
        border: 1px solid #D1D2C0;
        border-left: 0;
        border-top: 0; 
        }
.shader2 {
        border: 1px solid #D6D7C4; 
        border-left: 0; 
        border-top: 0; 
        }
        
.shader3 {
        border: 1px solid #DADBC8; 
        border-left: 0; 
        border-top: 0; 
        }
.shader4 {
        border: 1px solid #DEDFCC; 
        border-left: 0; 
        border-top: 0; 
        }
.shader5 {
        border: 1px solid #E1E2CE;
        border-left: 0; 
        border-top: 0; 
        }
 
