  /* page layout and style for printing */


#navigations, #sub-content, #header, #foot, #navigations p.sep {
  display: none !important;
}
body, #main-content {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font: 11pt serif
}

html body #main-content {background: none;}


html body #main-content, #wrap {position: static; width: auto; height: auto;
  margin: 1em 0 0; padding: 0; border-top: none;
  font-size: 0.9em; text-align: left;
  background: none;}

html body #main-content a:link, a:visited, em {
  position: static; display: inline;}
p, li, dd {text-align: justify}
p {margin-bottom: .5em; margin-top: .5em}
p.nyhet {border-bottom: none;}
ul, ol {margin-left: 2em}
pre, tt, code {font-size: 85%;
                   font-family: "Bitstream Vera Sans Mono",
                                "Lucida Console", monospace}
pre {line-height: 1.3}

h1 {font-size: 190%}
    h2 {font-size: 130%; margin-bottom: .2em; margin-top: .6em}
    h3 {font-size: 120%; margin-bottom: .2em; margin-top: .6em}
.authors {font-size: 120%}
    a[href] {text-decoration: none; color: inherit}
  
  @page {
      margin: 17mm;
      padding: 16mm 0 5mm;
/*      size: a4; */
/*      font: 11pt serif; */

        }
      