/* 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: 6px 0 100px 0; 	
	font-family:  tahoma, verdana, Helvetica, sans-serif;
	font-weight: normal;	
	color: #6F7065; 
	font-size: 8pt; 	
	background:#E7E7E7;}

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;  }

	
h3 {
 	font-weight: normal;
	margin-bottom: 20; 
	margin: 0; 
	padding: 0;
	}


h1 { font-size: 14px;color: #4E503D;  }	 /** Tittel **/
h2 { font-size: 12pt;color: #6E6B4E;  }	 /** Under titler **/
h5 { font-size: 11px;color: #7EAE34;   } /** Les mer **/
h4 { font-size: 7pt;color: #6E6B4E;   } /**  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: #000000; }     
A:visited      { color: #000000;}    
A:focus        { color: #000000; text-decoration:none;      }    
A:hover        { color: #000000; text-decoration:none;      }    
A:active   	   { color: #000000;}

/** Lenker i meny **/
#meny A:link         { color: #ccc; text-decoration:none; font-size: 9pt; }     
#meny A:visited      { color: #ccc;text-decoration:none; font-size: 9pt; }    
#meny A:focus        { color: #fff; text-decoration:none; font-size: 9pt;   }    
#meny A:hover        { color: #fff; text-decoration:none; font-size: 9pt;   }    
#meny A:active   	   { color: #ccf;text-decoration:none; font-size: 9pt;}


/** Les mer  **/

h1 A:link         { color: #4E503D; text-decoration:none; }     
h1 A:visited      { color: #4E503D; text-decoration:none; }    
h1 A:focus        { color: #23A5A7; text-decoration:none; }    
h1 A:hover        { color: #23A5A7; text-decoration:none; }    
h1 A:active   	  { color: #4E503D; text-decoration:none; }  

h5 A:link         { color: #7EAE34; text-decoration:none; }     
h5 A:visited      { color: #7EAE34; text-decoration:none; }    
h5 A:focus        { color: #23A5A7; text-decoration:none; }    
h5 A:hover        { color: #23A5A7; text-decoration:none; }    
h5 A:active   	  { color: #7EAE34; text-decoration:none; }  

h4 A:link         { color: #6E6B4E; text-decoration:none; }     
h4 A:visited      { color: #6E6B4E; text-decoration:none; }    
h4 A:focus        { color: #23A5A7; text-decoration:none; }    
h4 A:hover        { color: #23A5A7; text-decoration:none; }    
h4 A:active   	  { color: #6E6B4E; text-decoration:none; }  

h6 A:link         { color: #B0B092; text-decoration:none; }     
h6 A:visited      { color: #B0B092; text-decoration:none;}    
h6 A:focus        { color: #23A5A7; text-decoration:underline; }    
h6 A:hover        { color: #23A5A7; text-decoration:underline;}    
h6 A:active   	  { color: #B0B092; text-decoration:none;}    
/*  Layout
 *********/		


#pita {
	width:  758px;
	background: #fff 14px 14px url('images/bakgrunn.gif') no-repeat;
	text-align: left; }	
	
#right  {

	background: 1px 1px url(images/line-stipla-vert.gif) repeat-y;
	
	 }



.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 h5,
.rc h6{
	margin: 0 10px 0 20px;  
	   }


.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;  }