body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 130%;
	color: #505563;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
a:link,  a:visited {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #663;
	line-height: 110%;
}
h1 {
	margin-top: 0em;
	margin-bottom: 0.3em;
}
h2, h3, h4, h5 {
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
p {
	margin-top: 0em;
	margin-bottom: 0.8em;
}
ul, ol, dl {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}
li {
	margin-top: 0em;
	margin-bottom: 0em;
}
.byline {
	color: #243b86;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.byline .dato {
	font-size: 10px;
	padding-left: 20px;
}
.ingress {
	font-size: 13px;
	font-weight: bold;
}

/* TOPPTABELL STANDARDSIDER */
#topptabell {
	width: 100%;
	margin-bottom: 20px;
}
#topptabell td.venstre {
	width: 30%;
	background-image: url(/img/topptabell_venstre.gif);
	background-repeat: repeat-x;
}
#topptabell td.midten {
	width: 760px;
}
#topptabell td.hoyre {
	width: 30%;
	background-image: url(/img/topptabell_hoyre.gif);
	background-repeat: repeat-x;
}
#topptabell #fastnavigasjon {
	margin-top: 10px;
	width: 570px; 
	float: left;
}
	
	
/* navbar for kapitteloversikt */
#menuContainer {
	position: absolute;
	width: 190px;
	text-align: right;
}
#menuContainer #mainmenucontainer{
	position: relative;
	margin-left: 570px;
	width: 188px;
	text-align: left;
	margin-top: 59px; 
	margin-right: 0px; 
	background-color: #D2C76F;
	border-right: 1px solid #bdae2d;
	border-bottom: 5px solid #bdae2d;
	border-left: 1px solid #bdae2d;
}
#mainmenucontainer h4#dNode13611 {
	/*display: none;*/
}
#mainmenucontainer .list {
	padding: 5px;
}
#mainmenucontainer .list .li .list .li {
	font-size: 11px;
	background-image: url(/img/pil_h.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
}
#mainmenucontainer .li a:link {
	color: #000;
	text-decoration: none;
}
#mainmenucontainer .li a:visited {
	color: #42417F;
	text-decoration: none;
}
#mainmenucontainer .li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
#mainmenucontainer div.licurrent {
	background-image: url(/img/pil_h_current.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;
}
#mainmenucontainer h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #42417F;
}

/* HOVEDTABELL STANDARDSIDER */
#hovedtabell {
	background: #fff;
}
#hovedtabell td.hovedspalte {
	background: #fff;
}
#hovedtabell td.sidespalte {
	background: #fff;
}
	
/* Bunntabell standardsider */
#bunntabell {
	background: #243b86;
	margin-top: 10px;
	font-size: 11px;
	color: #fff;
}
#bunntabell a {
	color: #fff;
}
.bunnteksten {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.bunnteksten p {
	margin-top: 2px;
	margin-bottom: 2px;
}


/* LISTE OVER OPPGAVER (I SIDESPALTEN) -------------------*/
#oppgavelisteCont {  
	margin-left: 1px; /*hack for å at denne boksen sees under kapitteloversikten nå centeraligninga differ med 1 px pga oddetall i browservindubredden*/
	padding: 10px;  
	background: #fff; 
	border: 1px solid #42417F;
	margin-bottom: 20px;
}
#oppgavelisteCont h3 {  
	font-size: 15px;
	font-weight: normal; 
	color: #000;
	margin-top: 0px; 
	margin-bottom: 3px 
}
#oppgavelisteCont div {
	font-size: 11px;
	line-height: 120%;
}
#oppgavelisteCont div.oppgavetype {
	font-weight: bold;
	color: #42417F;
	margin-top: 5px;
}
#oppgavelisteCont div.li {
	background-image: url(/img/pil_oppgliste.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 10px;
}
#oppgavelisteCont div.licurrent {
	background-image: url(/img/pil_h_current.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
}
#oppgavelisteCont div.li a:link, #oppgavelisteCont div.licurrent a:link, #oppgavelisteCont div.li a:visited {
	color: #000;
	text-decoration: none;
}
#oppgavelisteCont div.licurrent a:visited, {
	color: #42417F;
	text-decoration: none;
}
#oppgavelisteCont div.li a:hover, #oppgavelisteCont div.licurrent a:hover {
	color: #000;
	text-decoration: underline;
}


/* SE OGSÅ ------------------------*/
#seogsaaCont, #vedleggCont {
	background-color: #D2C76F;
	padding: 10px;
	margin-bottom: 20px;
}
#seogsaaCont h3, #vedleggCont h3 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0px;
    font-weight: bold;
}
#seogsaaCont div.li, #vedleggCont  div.li{
	font-size: 11px;
	background-image: url(/img/pil_h.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 10px;
}
#seogsaaCont div.licurrent, #vedleggCont  div.licurrent{
	font-size: 11px;
	background-image: url(/img/pil_h_current.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
}
#seogsaaCont div.li a:link, 
#seogsaaCont div.licurrent a:link, 
#seogsaaCont div.li a:visited,
#vedleggCont div.li a:link, 
#vedleggCont div.licurrent a:link, 
#vedleggCont div.li a:visited {
	color: #000;
	text-decoration: none;
}
#seogsaaCont div.licurrent a:visited, #vedleggCont div.licurrent a:visited,{
	color: #42417F;
	text-decoration: none;
}
#seogsaaCont div.li a:hover, 
#oppgavelisteCont div.licurrent a:hover 
#vedleggCont div.li a:hover, 
#vedleggCont div.licurrent a:hover 
{
	color: #000;
	text-decoration: underline;
}


/* NETTRESSURSER -----------------*/
#nettressursCont h2.nettressurs {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: 0px;
	border: 0px solid black;
}
#nettressursCont {
	background-color: #efefef;
	padding: 5px;
	clear: both;
}
#nettressursCont h4 {
	font-size: 11px;
	color: #505563;
	margin-top: 4px;
	margin-bottom: 0px;
}
#nettressursCont p.url, #nettressursCont p.urlkommentar {
	font-size: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
}


/* GENERELLE NYHETER */
/* nyhetsliste */
.nyhetslisteCont {
	padding: 5px;
}
.nyhetslisteCont h3 {
	margin-top: 0px;
}
.nyhetslisteCont .nyhetslistenyhet {
	clear: both;
}
.nyhetslisteCont .nyhetslistenyhet  h4 {
	font-size: 12px;
}
.nyhetslisteCont .nyhetslistenyhet  p.ingress {
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
}
.nyhetslisteCont .nyhetslistenyhet .bildeCont {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
.nyhetslisteCont .nyhetslistenyhet .bildeCont .bildetekst {
	font-size: 10px;
}
.nyhetslisteCont .nyhetslistenyhet .dato {
	font-size: 10px;
}
.nyhetslisteCont .nyhetslistenyhet .bildeCont img {
	display: block;
	margin-bottom: 1px;
	padding-bottom: 1px;
	border: 0px solid blue;
}
.nyhetslisteCont .nyhetsarkivlenke {
	font-size: 10px;
	text-align: right;
}
/* enkeltnyhetsvisning */
#nyhetCont {
	background-color: transparent;
}
#nyhetCont h1, #nyhetCont h2, #nyhetCont h3, #nyhetCont h4, #nyhetCont h5 {
	color: #000;
} 
/* nyhetsarkiv */
#nyhetsarkivCont div.li {
	font-size: 12px;
	background-image: url(/img/pil_h.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 10px;
}
#nyhetsarkivCont div.li a:link {
	color: #000;
	text-decoration: none;
}
#nyhetsarkivCont div.li a:visited {
	color: #42417F;
	text-decoration: none;
}
#nyhetsarkivCont div.li a:hover {
	color: #000;
	text-decoration: underline;
}
#nyhetsarkivCont .dato {
	font-size: 10px;
	padding-left: 10px;
}