/* CSS Document */

                                                  
/*---------------------------------------------------------------------*/
/* This CSS is made by EDB Totalpartner AS - NORWAY  
/* Author: Audun Haugland. audun@edbtotalpartner.no
/*------------------- www.edbtotalpartner.no --------------------------*/






/*  Grunnregler
 **************/		

body { 		  
	margin:  0; 
	padding: 0; 	
	font-family:  tahoma, verdana, Helvetica, sans-serif;
	font-weight: normal;	
	color: #6F7065; 
	font-size: 10pt; 	
 	background:#4D4D4D;  }

IMG         { border: 0; }
P   	    { voice-family: "\"}\""; voice-family:inherit;  }
TD   	    { 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;  }
DIV         { voice-family: "\"}\""; voice-family:inherit;  }

/*H1,H2,H4,H5,H6,P {
 	font-weight: normal;
	margin: 0; 
	padding: 0; 	  }*/

H1,H2,H4,H5,H6 {
	margin: 0; 
	padding: 0; 	  
	}	

h1 { font-size: 16px;color: #294050;  }	 /** Tittel **/
h2 { font-size: 12pt;color: #000000;  }	 /** Under titler **/
h5 { font-size: 11px;color: #000000;   } /** Les mer **/
h4 { font-size: 11pt;color: #000000;   } /**  spesielle tekster **/
h6 { font-size: 10pt;color: #000000;   }  /** Dato og merknader **/
P  { font-size: 10pt;color: #000000;  }   /** tekst **/
TD  { font-size: 10pt;color: #000000;  }   /** tekst **/


/** Regler for lenker
**********************/



/** Lenker i tekst **/
A:link		{ color: #000000; text-decoration:none;}     
A:visited	{ color: #000000; text-decoration:none;}    
A:focus		{ color: #000000; text-decoration:underline;}    
A:hover		{ color: #000000; text-decoration:underline;}    
A:active	{ color: #000000; text-decoration:none;}    

/** Les mer  **/

h1 A:link         { color: #294050; text-decoration:none; }     
h1 A:visited      { color: #294050; text-decoration:none; }    
h1 A:focus        { color: #294050; text-decoration:none; }    
h1 A:hover        { color: #294050; text-decoration:none; }    
h1 A:active   	  { color: #294050; text-decoration:none; }  

h5 A:link         { color: #000000; text-decoration:none; }     
h5 A:visited      { color: #000000; text-decoration:none; }    
h5 A:focus        { color: #000000; text-decoration:none; }    
h5 A:hover        { color: #000000; text-decoration:none; }    
h5 A:active   	  { color: #000000; text-decoration:none; }  

h4 A:link         { color: #000000; text-decoration:none; }     
h4 A:visited      { color: #000000; text-decoration:none; }    
h4 A:focus        { color: #000000; text-decoration:none; }    
h4 A:hover        { color: #000000; text-decoration:none; }    
h4 A:active   	  { color: #000000; text-decoration:none; }  

h6 A:link         { color: #000000; text-decoration:none; }     
h6 A:visited      { color: #000000; text-decoration:none;}    
h6 A:focus        { color: #000000; text-decoration:underline; }    
h6 A:hover        { color: #000000; text-decoration:underline;}    
h6 A:active   	  { color: #000000; text-decoration:none;}    


/*  Layout
 *********/		

.lineleft {
	border-left: 1px solid #000000;
	padding-left: 14px;
}