@charset "UTF-8";
/*
Theme Name:              Brainbox
Theme Author:            Andreas Hecht - http://www.the-netbrain.de
Theme URI:               http://www.the-netbrain.de/brainbox.htm
Description:             Printstyles
Layout online since:     23.11. 2009
Last Change:             23.11. 2009
*/
@media print
{
 body { font-size: 10pt; }
 code { font:10pt "Courier New",Courier, monospace; border-left: 1px solid #911; overflow:visible!important; white-space:normal; width:90%; }
 pre {font:9pt /2em  "Courier New",Courier, monospace;color: black;background:white;margin-left:2px;
 padding:1em;border-left: 1px solid #911;overflow:visible!important; white-space:normal;width:98%;height:auto;}
 html { height: auto; margin-bottom: 0; }
 #nav_horizontal, #topnav, #bottom, #aside { display: none; }
 body a[href^="http:"],
 body a[href^="https:"] { padding-left: 0; background-image: none; }
 h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
 a[href]:after {content:" <URL: "attr(href)">"; color:#600; background:inherit; font-style:italic;}

}