body {
	color: #000;
	margin: 0;
	/* font-size: 10pt; 
	font-family: serif; */
	background-image: none;
	background-color: #fff;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}

#spalte2Cont h1 {
	font-size: 20pt;
}
#spalte2Cont h2 {
	font-size: 16pt;
}
#spalte2Cont h3 {
	font-size: 12pt;
}



#mainCont {
	width: 100%;
	margin: 0 0 0 0;
	background-image: none;
	background-color: #fff;
}
#spalte1Cont {
	display: none;
}

#spalte2Cont {
	width: 90%;
	float: none;
	border-right: 0; /*for treningsleiren*/
}

#spalte3Cont {
	width: 90%;
	float: none;
}

#bottomCont {
	width: 90%;
	margin: 0;
	background: none;
}
#institusjon_forfatterCont {
	background: none;
}
#personCont h4,
#institusjonCont h4 {
	color: #000;
}



/* treningsleir */

.enkeltoppgave
{
	page-break-inside: avoid;
	font-size: 100%;
}
.fasitliste
{
	page-break-before: always;
	font-size: 100%;
}

/* undervisningsopplegg */
#larertekstCont,
#elevtekstCont {
	width: 80%;
	border-width: 0;
}

/* sidekompleks innholdsliste - ekstra avstand - ikke bullets (som er bakgrunnsbilder) */
.sidekompleksinnholdCont .introliste .li,
.sidekompleksinnholdCont .introliste .licurrent {
	margin-bottom: 0.5em;
}