/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0; font: 0.9em serif; }
#header { }
#content { }
#comments { }
#sidebar, #footer, .logo, #searchform, #header, .dynheader, .flashkarte, .totop, .post-edit-link, .more-link { display:none }
#footer { display:none }

.post img { float:left; margin:0 20px 5px 0; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; } 

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }


}
