@charset "UTF-8";
/*
Theme Name:              EDV-Services mgeuss by Andreas Hecht - http://www.the-netbrain.de
Theme URI:               http://www.mgeuss.de
Description:             Printstyles
Layout going online:     17.11. 2009
Last Change:             17.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_main, form.yform, #topnav, #footer, #aside, .breadcrumbs { 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;}

}