/*
 * CSS intended specificly for print media
 * e.g: <link rel=stylesheet type="text/css" media="print" href="templates/default/jspwiki_print.css">
 * This stylesheet mainly hides all the webspecific stuff.
 * Shows content in a print friendly way.
 * Author PhilipVanBogaert, Dirk Fredericx
 */
 
/* Webpage stuff */
#applicationlogo {}
#companylogo,
.searchbox,
.breadcrumbs,
#actionsTop,
#actionsBottom,
#favorites,
btnstyle1,
.commentbox,
#navigation,
.spiegel_pagename,
#rightmenu,
.footer_logos,
.for_back_navig,
#header,
.Footer_ll,
#twitter_update_list li,
.tabmenu       { display: none; }

.logo{
psoition:absolute; top:0pt;
margin-left:-10pt;}
/* Wild guess */
body                     { font-size: 10pt; font-family:arial;}
#header .pagename        { font-size: 23pt; font-weight: bold; color:#000000;}

.left_row,
.right_row{
width:100%}

/* Show links as normal text (maybe show urls at the bottom of the page) */

a,
a img
{ text-decoration: none; }
 
/* Give the content what it deserves. */
#header,
#footer,
#page          { width: 100%; margin: 0; padding-top: 0pt; float: none; clear: both; position: static; }
#footer        { margin-top: 1em; }

/* No borders around nowiki, blocks, gets confusing */
tt                       {  border: 0px; font-size: 1.0em; margin: 0 .2em; }
pre                      {  border: 0px; font-size: 1.0em; }

/* Make commentbox smaller in printout */


/* Surround TOC with border */
.toc .collapsebox        { border: 1px solid #000000;}

/* underline links in printout to distinguish them in geyscale printouts */

/* Use serif (like New Times Roman, since it is easier to read offline, smaller lineheigt */

p                        { line-height: 1.2em; }
/* More to come. */
