/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; 
background-color:#fff !important;
font-family:arial;
border:0 !important; 
}

/* This affects every tag */
* {
border:0 !important; 
}


/* 
remove all width constraints from content area
*/
div#holder,
div#indhold {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
h1 a,
ul#menu
 {
   display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}
/* End of 'Print' */

