

/* Utskriftsvennlige stiler. Brukes kun ved utskrift (media="print")*/

#maincontent{
   margin-left: 0px;
   margin-right: 5px;
   margin-top: 0px;
   margin-bottom: 5px;
	top: 0px;
	left: 0px;
}
body {
   background: #ffffff;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}

a, 
a.blue, 
td a, 
.tabellinnhold, 
.tabellinnholdValgt, 
.tabellinnholdValgt a {
	text-decoration:none; 
	color:#000000;
}

tr.tabellhode, 
tr.tabellhode td, 
tr.tabellhode th, 
.tabellhode a, 
.tabellhodeValgt, 
.tabellhodeValgt a {
	color:#000000;
	background: #ffffff;
	background-color: #ffffff;
}

.templateform td {
	background: #ffffff;
	background-color: #ffffff;
}

td.tabellhodeValgt, 
.tabellhodeValgt a {
	background: #D0DDDD;
	background-color: #D0DDDD;
}

.printonly{
	display:block;
	visibility:visible;
	position:static;
}

.donotprint,img.donotprint{
	display:none;
	visibility:hidden;
	position:absolute;
}
