body {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #4c636f;
	font-size: 13px;
	line-height: 1.4em;
}
a:link, a:visited {
	color: #c06307;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* 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 { 
	color: #010817;
	margin: 0.8em 0 0.2em 0; 
	line-height: 1.2em;
}
h1 {
	margin: 0 0 0.1em 0;
	font-size: 160%;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 130%;
	font-weight: normal;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}
h5 {
	font-size: 90%;
	font-weight: bold;
}
p { 
	margin: 0 0 0.8em 0; 
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 0.8em;
}
li {
	margin-left: 3em;
}
hr {
	height: 0px;
	background-color: #85a6bd;
	border-top: 1px solid #85a6bd;
	clear: both;
}
/* -------klasser */
.li {
	padding: 0px 0px 0.3em 8px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	line-height: 1.2em;
}
.dato, .nyhetsdato, .bildetekst, .ledetekst, .variant {
	font-size: 90%;
}
.ingress {
	color: #010817;
	font-size: 115%;
	margin: 0 0 0.6em 0;
}
.lesmer {
	font-size: 90%;
	background-color: #e1eaf0;
	padding: 0 3px 0 3px;
}
.byline {
	padding: 0px 0px 0.3em 8px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-left: 20px;
}

