/* PRINTSTILSETT */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#toppmeny, #header, #menyfelt, #hovedmeny, #bunn, #submeny, #hoyrefelt {
	display: none !important;
}

#innhold {
	margin: 0 !important;
	width: 100% !important;
}

#innhold a, #innhold h1, #intro h1 {
	color: #000 !important;
}

img.pynt, img[alt=""] {
	display: none;
}

div#printlogo {
	display: block;
	padding-bottom: 1em;
}

div#printlogo img {
	display: block;
}

th {
	text-align: left;
}

table.pristabell {
	width: 500px;
}

div.hoved-inn table.pristabell {
	width: 100%;
}

table.pristabell td, table.pristabell th {
	border: 1px solid black;
	padding: 2px;
}