body {
   background: white;
   font-size: 12pt;
   }
#footer,
#language,
#helpMenu,
#navMain, 
#breadcrumbs, 
#inlineEditingOn, 
#idium,
#comments,
#tools,
#rightColumn,
#leftColumn {
   display: none;
   }
#main,
#mainColumn {
  border: none;
}
h1, h2, h3, h4, h5, h6 { 
  page-break-after:avoid; 
  page-break-inside:avoid 
}
img { 
  page-break-inside:avoid; 
  page-break-after:avoid; 
}
blockquote, table, pre { 
  page-break-inside:avoid 
}
ul, ol, dl  { 
  page-break-before:avoid 
}

.article .date {
  float: none;
  text-align: left;
}

.article .date * {
  display: inline;
}

#wrapper, #content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   font-size: 90%;
  position:static;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #EEE;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
}
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}
/*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
  content: " (http://www.nikk.no" attr(href) ") ";
  color: #444;
  font-weight: normal;
}
*/