
/* Lino css for print
©Helge Hansen og ©Gita S. Norheim 2007

 generelt: */


body {
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10mm 10mm 20mm 10mm;
}

a {
	text-decoration: none;
	color: black;
}

/* header: */

#header {
	padding-bottom: 15mm;
	border-bottom: 0.5mm solid black;
}

#header img a { /* logo */
	border: 0; /* for sikkerhets skyld */
}

/* kontakt: */

#kontakt {
	font-size: 8pt;
	float: right;
}

#kontakt dt {
	float: left;
	margin-left: 2mm;
}

/* hovedfelt (produktmeny og innhold-felt): */

#hovedfelt {
	clear: both;
}

/* produktmeny: */

#produktmeny {
	display: none;
}

/* tekstfelt under produktmeny: */

#info {
	display: none;
}

/* innhold-wrapper: */

#innhold-wrapper {
	
}

/* toppmeny: */

#innhold-wrapper #meny {
	display: none;
}

/* innhold: */

#innhold {
	
}

#innhold h1, #innhold h2, #innhold h3, #innhold h4, #innhold h5, #innhold h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 2mm;
}

#innhold h1 {
	font-size: 18pt;
}

#innhold h2 {
	font-size: 16pt;
}

#innhold h3 {
	font-size: 12pt;
}

#innhold h4 {
	font-size: 10pt;
}

#innhold h5 {
	font-size: 8pt;
}

#innhold h6 {
	font-size: 6pt;
}

#innhold p {
	margin-bottom: 2mm;
	line-height: 120%;
}

/* ekstra uthevet boks: */

#innhold .uthevet {
	padding: 2mm;
}

/* bilde i teksten */

#innhold img {
	float: right;
	padding: 2mm;
	margin: 0 0 2mm 2mm;
}

/* produkt-tabell i teksten: */

#innhold table {
	border-collapse: collapse;
	width: 100%;
	font-size: 10pt;
}

#innhold table caption { /* overskrift i begge tabellene */
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 1mm 0 1mm 4mm;
	border-bottom: 2mm solid white; /* hvitt mellomrom under overskriften */
	text-align: left; /* tekst mot venstre */
}

#innhold td {
	background: #E0E0E0;
	border-bottom: 2mm solid white;
	vertical-align: top;
}

#innhold td p, #innhold td h1, #innhold td h2, #innhold td h3, #innhold td h4, #innhold td h5, #innhold td h6 {
	
}

#innhold td img {
	
}

/* prislistetabell i tabellen */

#innhold table table {
	border-collapse: collapse;
	margin: 1mm 2mm 1mm;
	font-size: 100%;
}

#innhold table table caption {
	border-bottom-width: 0;
	padding: 0 0 2mm;
	text-transform: uppercase; /* store bokstaver pŒ overskrift */
}

#innhold table table .undertekst { /* egen stil i overskriften for normal tekst */
	text-transform: none;
	font-weight: normal;
	/* kan ikke ha mindre st¿rrelse pŒ teksten her */
}

#innhold table table th, #innhold table table td { /* plasserer tekst i tabellrutene */
	text-align: left;
	vertical-align: top;
}

#innhold table table th {
	border-bottom: 0.1mm solid #C0C0C0; /* border oppe og nede pŒ tabelloverskrift */
	border-top: 0.1mm solid #C0C0C0;
	font-weight: bold;
}

#innhold table table td {
	border-bottom: 0.1mm dotted #C0C0C0; /* border under tabellelementer */
}

/* lister */

.enkel-liste {
	margin-bottom: 2mm;
}

.enkel-liste dt {
	font-weight: bold; /* overskrift i liste */
	margin-top: 1mm;
}

.enkel-liste dd {
	margin-left: 4mm; /* innrykk pŒ liste */
}

.enkel-liste dl dt {
	margin-left: 4mm; /* innrykk pŒ liste */
	font-weight: normal;
}

.enkel-liste dl dd {
	margin-left: 8mm; /* innrykk pŒ liste */
}

.punktliste dt {
	font-weight: bold;
	margin-top: 2mm;
}

/* bunntekst */

#bunntekst {
	display: none;
}





