/* CSS Document */

body {
  background: #FFF;
  font-size: 12pt;
}

#logo,
#header,
#footer,
#logout,
#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 
}

#wrapper, #content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: #000;
   background: transparent none;
   font-size: 90%;
}
   
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #EEE;
}

a:link, a:visited {
  color: #000;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

/* If added, anchors href will be printed out after the link.
   Does not work in IE

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
  content: " (http://www.customerdomain.no" attr(href) ") ";
  color: #444;
  font-weight: normal;
}

*/