/* CSS Document */

/* Print settings */

#topp, #meny { display: none; }
.topp_print { display: block; visibility: visible; }

#main { border-top: 1px solid #a1a1a1; }

.box2_header {
	background: #fff;
	color: #000;
	font-weight: bold;
	border: 0px;
}
.box2 {
	background: #fff;
	border: 0px;
}

.innhold {
	overflow: hidden;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #fff;
}