/*****************************************Stilark for  http://www.murul.no/ **************************************************/
/************************************************Copyright Arvid Hoff 2007****************************************************/

/****************************************
*********Stil for heile dokumentet*******
****************************************/
* {margin: 0; padding: 0}

html {
	font-size:125%
}
/*NB! Font-size 125% på html og font-size 50 på body gir at 1 em tilsvarer 10 punkt i etterkommende tager*/
body {
	font-size: 50%;
	font-family:verdana,arial,sans-serif;
	text-align:center;
	background-color:#fff;
}

h1, h2, h3, h4 { 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
/*font:Verdana, Arial, Helvetica, sans-serif;*/
	color:#A00822;	
	font-weight: bold;
}


	


a {
	/*color: #0C0A9E;*/
	color: #5700EB;
	font-weight:normal;
	text-decoration:none;
}
/*  div#Content a:link {color: #09357A; background-color:#FFFFFF; }*/
a:visited {color: #CD00EB; text-decoration:none;}
a:hover {color: #FF5C1F; text-decoration:none; background-color:#f1f1f1;}
a:active {color: #FF5C1F; text-decoration: none; background-color:#f1f1f1;}


.tekstblokk {
	background-color:#f1f1f1;
	background-image:url(grafikk/utrop.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	border:1px solid  #959595;
	margin-top:20px;
	padding:10px ;
	padding-left:22px;
	/*text-indent:0px;*/
	font-size: 1.1em;
	font-style: normal;
	overflow:hidden;
	zoom: 1;
}

blockquote {
	/*background-color:#f1f1f1;*/
	color:#7A094C;
	background-image:url(grafikk/sitat.png);
	background-repeat:no-repeat;
	background-position:4px 4px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 10px 10px 10px 10px;
	padding:10px 10px 5px 25px;
	/*padding-left:25px;*/
	font-size:1.1em;
	font-style: normal;
	overflow:hidden;
	zoom: 1;
}


.rodtekst {
	color: #C90016;
}
.blatekst {
	color: #09357A;
}




.gulbak {
	background:#FFFF33;
}


/****************************************
*****SLUTT stil for heile dokumentet*****
****************************************/

/*NB! Text-align:center; på body og  text-align-left på div#Innpakning til sammen fikser bug i IE5, som ikke forstår margin-XXX: auto;.*/

/****************************************
*Stil for innpakking, som pakker inn alle andre div-er*
****************************************/

div#innpakking {
	width: 955px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/****************************************
*******SLUTT stil for innpakking*********
****************************************/



/****************************************
*************Stil for sidetopp***********
****************************************/
div#sidetopp {
	width: 955px;
	background-color:#666666;
	height: 90px;
	margin:0;
	padding: 0;
	background-color:#ffffff;
	text-align:center;
	color:#333333;
	background-image:url(grafikk/murulnoD22aR02bP02ZL_mdm.jpg);
	background-repeat:no-repeat;
	background-position:10px;
	border-right: 1px solid #959595;
}

/****************************************
*********SLUTT stil for sidetopp*********
****************************************/



/****************************************
*************Stil for horimeny***********
****************************************/
div#horimeny {
	width: 954px;
	background-color: #f1f1f1;
	float:left;
	border: 1px solid #959595;
	clear:both;
	}
/*Sjølve listestilen til horimeny */
ul#pipe_menu {
	float: right;
	margin: 2px 0 2px 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.1em;
	line-height: 1.4em;
	width:100%;
}
ul#pipe_menu li {
	border-left: 1px solid #09357A;
	float: left;
	list-style-type: none;
	padding: 0 1.0em;
	margin-left: -1px;
}

ul#pipe_menu li.dennesida{
	border-left: 1px solid #09357A;
	float: left;
	list-style-type: none;
	padding: 0 1.0em;
	margin-left: -1px;
	font-weight:bold;
	color:#A00822;
}

ul#pipe_menu a {
	text-decoration: none;
	text-transform: none;
	color: #09357A;
	font-weight:bold;
}
ul#pipe_menu a:hover {
	color: #A00822;
}
/* Slutt på sjølve listestilen til horimeny */

/****************************************
*********SLUTT stil for Horimeny*********
****************************************/


/***************************************
*Stil for innhold, som pakker inn v_meny, tekstfelt og h_felt*
****************************************/

div#innhold {
	width: 955px;
	padding-top: 20px;
	clear:both;
}

/****************************************
**********SLUTT stil for innhold********
****************************************/




/****************************************
*************Stil for v_meny*************
****************************************/
div#v_meny {
	width: 170px;
	float:left;
	background-color:#fff;
	padding-top:10px;
/*	padding-right:5px;*/
}
/*Sjølve listestilen for v_meny, som heter navcontainer*/

#navcontainer ul{
	width:auto;
	margin-right: 10px;
	
	padding-left: 4px;
	list-style-type: none;
}

#navcontainer a{
	display: block;
	color: #09357A;
	background-color: #fff;
	width: auto;
	padding: 1px 10px 0px 20px;
	text-decoration: none;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 1.1em;
}

#navcontainer a.lysgratekst {
	color:#999999;
}
/*IE6-fiks*/
*html navcontainer a {height:1px;}
/*SluttIE6-fiks*/

/*#navcontainer li.dennesida{
	display: block;
	color: #c90016;
	background-color: #fff;
	width: auto;
	padding: 1px 10px 0px 20px;
	text-decoration: none;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 1.1em;
}*/
/*IE6-fiks*/
/**html navcontainer li.dennesida {height:1px;}*/
/*SluttIE6-fiks*/

#active a{
	display: block;
	color: #C90016;
	background-color: #f1f1f1;
	width: auto;
	padding: 1px 10px 1px 20px;
	text-decoration: none;
	border: 1px solid #959595;
	font-weight: bold;
	background-image: url(menymurul_gb.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
/*IE6-fiks*/
*html active a {height:1px;}
/*Slutt IE6-fiks*/

/*Rollover-stil*/

#navcontainer a:hover{
	background-color: #f1f1f1;
	color: #C90016;
	border: 1px solid #959595;
	background-image: url(grafikk/menymurul_gb.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
/*IE6-fiks*/
*html navcontainer a hover {height:1px;}
/*Slutt IE6-fiks*/

/*Rollover-stil slutt*/

/* Opera -fiks*/
	#navcontainer li { 	margin: 0; }
	/* Slutt Opera -fiks*/
	/*IE-fiks*/
#navcontainer li { display:inline;}
	/*Slutt IE-fiks*/

/*Dette er stil til underlista*/

#navcontainer li li a
{
display: block;
color: #09357A;
background-color: #fff;
width:auto;
padding: 1px 0px 1px 30px;
text-decoration: none;
border: 1px solid #fff;
font-size: 1.1em;
font-weight:normal;
}

/*IE6-fiks*/
*html navcontainer li li a {height:1px;}
/*Slutt IE6-fiks*/

/*Dette er stil til underlista. slutt*/

/*Slutt på sjølve listestilen for v_meny, som heter navcontainer*/

/****************************************
*********SLUTT stil for v_meny***********
****************************************/


/****************************************
*************Stil for tekstfelt**********
****************************************/
div#tekstfelt {
	width: 558px;
	float: left;
	background-color:#fff;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	padding: 0px 16px 16px 16px;
}

/*div#tekstfelt .overskrift { font-size:1.9em; margin: 20px 0 4px 0; font-style: normal;}*/


div#tekstfelt h1 { font-size:1.9em; margin: 20px 0 4px 0; font-style: normal;}
div#tekstfelt h2 { font-size:1.6em; margin: 16px 0 4px 0;}
div#tekstfelt h3 { font-size:1.4em; margin: 12px 0 0 0;}
div#tekstfelt h4 { font-size:1.2em; margin: 12px 0 0 0;}
div#tekstfelt p {
	font-size: 1.1em;
	text-indent: 1.5em;
	margin-bottom: 0.8em;
	/* line-height: 1.1em;*/
	word-spacing:0.1em;
}
div#tekstfelt p.arstall {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#A00822;
	font-weight: bold;
	font-size:1.4em;
	margin-bottom: 4px;
/*	margin-top: -4px;*/
	text-indent:0;
}

div#tekstfelt p.ingress {
	background-color:#f1f1f1;
	border-left:1px solid #959595;
	margin: 20px 0 25px 0;
	padding:10px 18px 8px 18px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	color:#000;
	text-indent:0;
	overflow:hidden;
	zoom: 1;
	}

div#tekstfelt p.ikkeind {text-indent:0px;
}

div#tekstfelt ul {
	font-size: 1.14em;
	list-style-type:none;
	margin: 10px 2px;
}
div#tekstfelt li {
	margin: 2px 1.5em;
	background-image: url(grafikk/listekule_2.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	padding-left: 1.25em;
	/*line-height: 140%;*/



}


/****************************************
*********SLUTT stil for tekstfelt********
****************************************/


/****************************************
*****Stil for navigasjon i tekstfelt*****
****************************************/

div#tekstfeltnav a {
	color: #09357A;
	font-weight:bold;
}
div#tekstfeltnav a:hover{
	color: #C90016;
	font-weight:bold;
	background-color:#FFFFFF;
}
div#tekstfeltnav a:active{
	color: #C90016;
	font-weight:bold;
	background-color:#FFFFFF;
}
/****************************************
**SLUTT Stil for navigasjon i tekstfelt**
****************************************/



/****************************************
*************Stil for h_felt*************
****************************************/
div#h_felt {
	width: 176px;
	float: left;
	background-color:#fff;
	padding-left:16px;
	padding-top:10px;
	font-size:1.1em;
	
}


/*Sjølve listestilen for h_felt, som heter h_navcontainer*/

#h_navcontainer ul{
	/*border-right:1px solid #959595;*/
	padding-top: 2px;
	/*padding-left: 4px;*/
	list-style-type: none;
}

#h_navcontainer a{
	display: block;
	color: #09357A;
	background-color: #fff;
	width: auto;
	padding: 7px 10px 0px 6px;
	text-decoration: none;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 1em;
}
/*IE6-fiks*/
*html h_navcontainer a {height:1px;}
/*SluttIE6-fiks*/


#active a{
	display: block;
	color: #C90016;
	background-color: #fff;
	width: auto;
	padding: 7px 10px 1px 6px;
	text-decoration: none;
		font-weight: bold;
	
}
/*IE6-fiks*/
*html active a {height:1px;}
/*Slutt IE6-fiks*/

/*Rollover-stil*/

#h_navcontainer a:hover{
	background-color: #fff;
	color: #C90016;
}
#h_navcontainer a:visited{
	background-color: #fff;
	color: #990099;
}

/*IE6-fiks*/
*html h_navcontainer a hover{height:1px;}
/*Slutt IE6-fiks*/

/*Rollover-stil slutt*/

/*Opera -fiks*/
#h_navcontainer li { 	margin-top: 0; }
	/* Slutt Opera -fiks*/
/*IE-fiks*/
# h_navcontainer li { display:inline;}
	/*Slutt IE-fiks*/
	

/*Slutt på sjølve listestilen for h_meny, som heter h_navcontainer*/






/****************************************
*********SLUTT stil for h_felt***********
****************************************/



/****************************************
************Stil for datofelt************
****************************************/

div#datofelt {
	width: auto;
	background-color: #fff;
	float:right;
	border: 1px solid #fff;
	clear:both;
	text-align:right;
	padding: 4px 0px;
	margin-top: 20px;
	margin-bottom:0;
}
div#datofelt p {
	font-size:1.0em;
	/*font-weight: bold;*/
}

/****************************************
********SLUTT stil for DATOfelt**********
****************************************/




/****************************************
*************Stil for fotfelt************
****************************************/

div#fotfelt {
	width: 934px;
	background-color: #f1f1f1;
	float:left;
	border: 1px solid #959595;
	clear:both;
	text-align:left;
	padding: 4px 10px;
	margin-top: 10px;
	margin-bottom:20px;
}
div#fotfelt p {
	font-size:1.0em;
	/*font-weight: bold;*/
}

/****************************************
*********SLUTT stil for fotfelt**********
****************************************/


/****************************************
*************Stil for clearfix***********
****************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}/* Hack for IE mac \*/
* html .clearfix {height: 1%;} /*Hack for IE6W*/
.clearfix {display: block;} /*Hack for IE6W*/


/****************************************
*********Slutt stil for clearfix*********
****************************************/



/****************************************
*******Stil for bokser i sidefeltene*****
****************************************/

div#v_menyboks {
	width: 158px;
	float:left;
	border-left: 1px solid #959595;
	border-bottom: 1px solid #959595;
	border-right: 1px solid #959595;
	padding:0 0 10px 0;
	margin:30px 0px 10px 0;
	background-color: #f1f1f1;
	font-size:1.1em;
}
div#v_menyboks p{
	padding:7px;
	/*font-weight:bold;*/

	}

/*Sjølve listestilen for v_menyboks, som heter v_menyboks_navcontainer*/

#v_menyboks_navcontainer ul{
	/*border-right:1px solid #959595;*/
	/*padding-top: 2px;*/
	padding-left: 4px;
	padding-right: 4px;
	/*list-style-image:url(grafikk/lenke.gif);*/
	list-style-type: none;
	/*list-style-position:inside;*/
	
} 

#v_menyboks_navcontainer a{
	display: block;
	color: #09357A;
	background-color: #f1f1f1;
	width: auto;
	padding: 7px 10px 4px 6px;
	text-decoration: none;
	border: 1px solid #f1f1f1;
	border-bottom:2px solid #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	
}

/*IE6-fiks*/
*html v_menyboks_navcontainer a {height:1px;}
/*SluttIE6-fiks*/


#v_menyboks_navcontainer active a{
	display: block;
	color: #C90016;
	background-color: #f1f1f1;
	width: auto;
	padding: 7px 10px 1px 6px;
	text-decoration: none;
	font-weight: bold;
	
	
}
/*IE6-fiks*/
*html active a {height:1px;}
/*Slutt IE6-fiks*/

/*Rollover-stil*/

#v_menyboks_navcontainer a:hover{
	background-color: #f1f1f1;
	color: #C90016;
}
#v_menyboks_navcontainer a:visited{
	background-color: #f1f1f1;
	color: #990099;
}

/*IE6-fiks*/
*html v_menyboks_navcontainer a hover{height:1px;}
/*Slutt IE6-fiks*/

/*Rollover-stil slutt*/

/*Opera -fiks*/
#v_menyboks_navcontainer li { 	margin-top: 0; }
	/* Slutt Opera -fiks*/
/*IE-fiks*/
# v_menyboks_navcontainer li { display:inline;}
	/*Slutt IE-fiks*/
	


/*Slutt på sjølve listestilen for v_menyboks, som heter v_menyboks_navcontainer*/



div#h_feltboks{
	width: 158px;
	float:none;
	border-left: 1px solid #959595;
	border-bottom: 1px solid #959595;
	border-right: 1px solid #959595;
	padding:0;
	margin:20px 0 25px 0;
	background-color: #f1f1f1;
	}
div#h_feltboks p{
	padding:7px;
	/*font-weight:bold;*/

	}
img.boksbilde{
	border-bottom:#f1f1f1 solid 10px;
	}


/****************************************
***SLUTT Stil for bokser i sidefeltene***
****************************************/
