/*     PRINT.CSS     */

body {	
	background-color: #ffffff;
	color: #000000;
	font-family: "Times New Roman", "Times", serif;
	font-size: 90%;
}


p, ul, ol, dl, blockquote {
/*	font-size: 90%;*/
	font-family: "Times New Roman", "Times", serif;
	font-style: normal;
	font-variant: normal;
	line-height: 120%; 
}

sup, sub {
        font-size: 80%;
}


.mellomtittel {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0em;
	display: block;
}


.ingress, .prim { font-weight: bold; }



table, th, td, tr, .multispan, .major, .label, .sum,
.level1, .level2, .level3, .level4, .level5 {
	background: #ffffff;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}


#printonly {
  position:relative;
  top:0;
  left:0;
  visibility:visible;
}


.stikktittel {	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 90%;
	line-height: 100%; 
}

.stikktittelunderl { 
        font-family: "Trebuchet MS", sans-serif;   
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 80%;
        line-height: 120%; 
}

.tall {
        font-family: "Trebuchet MS", Arial, sans-serif;   
	font-size: 80%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0px;
	display: block;
}
 
.bildetekst {	
	font-family: Verdana, helvetica, sans-serif;
	font-size: 80%;
	line-height: 100%; 
}

.copy {
	font-family:  "Arial", helvetica, sans-serif;
	font-size: 80%; 
	color: #000099;
	text-align: left;
}

.footer, .footnote, .dato, .header, .small {
	font-size: 80%; 
        line-height: 100%;
}


.tittel {	
	font-family: "Arial", helvetica, sans-serif;
	padding-bottom: 5px;
        font-weight: bold;
        font-size: 160%;
        font-style: normal;
	margin-bottom: 2px;
        line-height: 120%; 
}

.tittelunderl
{
    padding-bottom: 0px;
    font-weight: bold;
}

/* Nye stiler i forbindelse med Samfunnspeilet */
em.fet {
	font-style:  normal;
	font-weight: bold;
}
em.kursiv {
	font-style:  italic;
	font-weight: normal;
}
em.fetkursiv {
	font-style:  italic;
	font-weight: bold;
}
table.boks {
	background-color: #eeeeee;
	margin: 20px;
}
table.boks td {
	background-color: #eeeeee;
	padding: 0.5em;
       	text-align: left;
}
table.figur {
	float: right;
	width: 10%; /* tabellen skal være så liten som mulig */
}
div.boksoverskrift {
        font-size: 90%;
        font-style: normal;
	font-weight: bold;
	font-family: "Arial", helvetica, sans-serif;
	padding-bottom: 0.5em;
}
p.bokstekst {
	font-size: 90%;
}
p.referanser {
	font-size: 85%;
}
p.forfatter {
	font-style:  italic;
	font-weight: bold;
	padding: 0;
	margin: auto;
}
p.forfatteropplysning {
	font-style:  normal;
	font-weight: bold;
	padding: 0;
	margin: auto;
}
p.sitat {
	padding: 0.5em;
	font-size: 90%;
}
/* slutt på samfunnspeilet stiler */
