/* CSS Document */

                                                  
/*---------------------------------------------------------------------*/
/* This CSS is made by EDB Totalpartner AS - NORWAY  
/* Author: Audun Haugland and Eivind Bergmann. post@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; 	
	text-align: center; 
	background:#E7E8D8 url(images/bg.gif);  }

IMG         { border: 0; }
P   	    { 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;  }
TD	    { 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: 14pt;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 **/
td  { font-size: 8pt;color: #6F7065;  }   /** tekst **/

/** Regler for lenker
**********************/



/** Lenker i tekst **/
A:link         { color: #7DC7E7; text-decoration:none; }     
A:visited      { color: #6F7065; text-decoration:none; }    
A:focus        { color: #6F7065; text-decoration:underline;}    
A:hover        { color: #6F7065; text-decoration:underline;}    
A:active       { color: #6F7065;}    

/** 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
 *********/		


#wrapper {
	margin: 0 auto; 
	width:  766px;
	\width: 776px;
	w\idth: 766px;
	text-align: center; }
	
#pita {
	width:  758px;
	background: #fff;	
	text-align: left; }	
	
#left {

	background: url(images/line-stipla-vert.gif) repeat-y 180px top;
	
	 }



.copyright {
	margin: 0 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; 
	color: #B0B092;
	}

.madeby A:link         { color: #B0B092; text-decoration:none; }     
.madeby A:visited      { color: #B0B092; text-decoration:none;}    
.madeby A:focus        { color: #23A5A7; text-decoration:underline; }    
.madeby A:hover        { color: #23A5A7; text-decoration:underline;}    
.madeby A:active   	  { color: #B0B092; text-decoration:none;}    


/* Menu
********/
#navcontainer {
	background: url(images/menubg.jpg) no-repeat top left;
	height: 21px;
	width: 730px;
	
	}
	
#navlist{
	padding: 6px 0 5px 0px;
	margin: 2px;	
	font-size: 7pt;
	font-weight: bold; }

#navlist li{
	display: inline;
	list-style: none;
	padding: 7px 0 4px 0;
	margin: 0px;
	background:url(images/menu-spacer.gif) no-repeat right;  }

#navlist li a{
	text-decoration: none;	
	padding: 4px 16px 5px 10px; 
	color: #FFFFFF;}

#navlist li a:focus,
#navlist li a:hover{
		padding: 4px 16px 5px 16px; 
		background: #FFFFFF; 
		color: #000000;  }


	
 
/*  Plukkeklasser  ****************************************/		

.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 auto;
text-align: center; 
 /* \*/display:block;/**/
 }


.shader1 {
	border: 1px solid #D1D2C0; }
.shader2 {
	border: 1px solid #D6D7C4; }
.shader3 {
	border: 1px solid #DADBC8; }
.shader4 {
	border: 1px solid #DEDFCC; }
.shader5 {
	border: 1px solid #E1E2CE;
	width:  766px;
	\width: 776px;
	w\idth: 766px;}
	
	
.gruppe {
font-family: Tahoma, Verdana, Helvetica, Sans-Serif; 
font-size: 8pt;
color: #000000;
font-weight : bold;
}

.mini {
font-family: Tahoma, Verdana, Helvetica, Sans-Serif; 
font-size: 7pt;
color: #666666;
text-align: center;
}

.lesmer {
font-family: Tahoma, Verdana, Helvetica, Sans-Serif; 
font-size: 8pt;
color: #000000;
font-weight : bold;
}

.link {
font-family: Arial, Helvetica, Sans-Serif; 
font-size: 10pt;
color: #315CA1;
font-weight : bold;
}


.tekst   { 
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 10pt;
color: #000000;
text-decoration : none;
}

.nyhet   { 
font-family: Tahoma, Verdana, Helvetica, Sans-Serif; 
font-size: 10pt;
color: #8A0909;
text-decoration : none;
}

.tbflat  {
	border:1px solid #2B5580; font-size : xx-small;
	font-family : Verdana;
	
}

.tdbak  {
	font-size : 9pt;
	font-family : Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color : #EEEEEE;
}

.cmdflat  {
	font-size : xx-small;
	font-family : Verdana;
	background-color : #2B5580;
	color : #ffffff;
	font-weight : bold;
	border-width : thin;
}


