/* KONTEKSTUAVHENGIG TYPO tagger og klasser ----------------------------------*/
/* -------tagger */
p, div, ol, ul, li, h1, h2, h3, h4, h5 { 
	margin: 0; 
	padding: 0;
}
h1, h2, h3, h4, h5 { 
	font-family: Arial, Geneva, Helvetica, sans-serif;
	line-height: 1.2em;
}
h1 {
	margin: 0px 0px 0.2em 0px;
	color: #65BBC5;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 110%; 
}
h2 {
	margin: 0.8em 0px 0.2em 0px; 
	font-size: 16px;
	font-weight: bold;
}
h3 {
	margin: 0.8em 0px 0.2em 0px; 
	font-size: 16px;
	font-weight: normal;
}
h4 {
	margin: 0.8em 0px 0.2em 0px; 
	font-size: 14px;
	font-weight: bold;
}
h5 {
	margin: 0.8em 0px 0.2em 0px; 
	font-size: 12px;
	font-weight: bold;
}
p { 
	margin: 0px 0px 0.8em 0px; 
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 0.8em;
}
li {
	margin-left: 2em;
	list-style-position: outside;
}
a:link, a:visited {
	color: #78994A;
	text-decoration: none;
}
a:hover {
	background-color: #fff;
}
hr {
	height: 0px;
	background-color: #999;
	border-top: 1px solid #999;
	clear: both;
}
/* -------klasser */
.li {
	padding: 0px 0px 0px 8px;
	background-image: url(/img/bullet_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.licurrent {
	padding: 0px 0px 0px 8px;
	color: #999;
}
.dato, .bildetekst, .ledetekst, .variant {
	font-size: 10px;
	color: gray;
	font-weight: normal;
}
.ingress {
	color: #000;
	line-height: 1.4em;
	margin: 0px 0px 0.6em 0px;
}
.byline {
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	clear: both;
}

/* KONTEKSTSTYRT TYPO --------------------------------------------------------*/
.publikasjonCont h1 {
	text-transform: none;
}
.artikkelCont .ingress {
	font-size: 13px;
}
/*?????????? ------ PUBLIKASJONER hovedspalten  */
#hovedspalteCont .artikkelvariantmerke { 
	margin: 0 0 6px 0; 
}

/* ------ hovedspalten ARTIKKEL lister */
#hovedspalteCont .artikkelliste_b_Cont .artikkelliste_b_element {
	clear: both;
}
#hovedspalteCont .artikkelliste_b_Cont div.ingress p {
	display: inline; /*---------- hack for å bli kvitt editorens p'er i lister*/
}
/* ------ generell ARTIKKEL lister */
.artikkelliste_b_Cont div.ingress {
	color: #585858;
	line-height: 120%;
}
.artikkelliste_c_Cont {
	margin: 0px 0px 10px 0px; 
}
.artikkelliste_c_element {
	margin: 0px 0px 3px 0px; 
	line-height: 1.1em;
}
.artikkelliste_c_Cont .tittel {
	font-weight: bold;
}



