/* Start of CMSMS style sheet 'womba : 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:sans-serif !important;  
font-size: 1em;
line-height: 1.3em;
border:0 !important;
}

/* hide everything else! */
#navi p,
.foto,
#lang,
.invisible,
.noprint,
#spende,
div#menu_vert,
div#news,
div#sidebar  {
   display: none !important;
}


/* End of 'womba : print' */

