﻿@media print {

html,body,div,p,img,form,h1,h2,h3,h4,h5,h6 {margin:0; padding:0; border:0;}

h1 {font-size:14pt; margin:8pt 0 2pt 0;}
h2 {font-size:12pt; margin:8pt 0 2pt 0;}
h3 {font-size:10pt; margin:8pt 0 2pt 0;}
p  {font-size:8pt; margin:0 0 3pt 0;}
ul  {margin:6pt 0;}
li  {font-size:8pt; margin:5pt 0;}
    
    #outer {width:16cm;}
    #upbg {width:16cm;}    
    #inner {width:16cm;}
    #header {width:16cm;}
    
    #menu {display: none;}
    #left {display: none;}
    #margin6 {display: none;}

    #primarycontent {width: 16cm; min-height:0px;}
    #processtext {width: 16cm; min-height:0px;}

    #secondarycontent {display: none;}        
    #footer {display: none;}
  

/*
.normaltabell {text-align: left; border-collapse: collapse; width:16cm;}
.normaltabell th {padding: 5px 8px 5px 0px; font-weight: bold; font-size: 17px; border-bottom: 2px solid #69c;}
.normaltabell td {padding: 5px 8px 5px 0px; border-bottom: 1px solid #ccc; color:#333;}
.normaltabell tbody tr:hover td {background: #f5f5f5;}
.normaltabell tfoot td {border: 0px;}

}