@charset "UTF-8";
/*
Theme Name:              the-netBRain.de by Andreas Hecht
Theme URI:               http://www.the-netbrain.de
Description:             Printstyles
Layout going online:     23.07. 2009
Last Change:             23.07. 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#nav_main, form.yform, section#teaser, nav#topnav, footer#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; }
#up, #blognavi, .description, aside#sidebar, footer {display: none}
section a[href]:after {content:" <URL: "attr(href)">"; color:#600; background:inherit; font-style:italic;}
}
