@media print
{
body {
   margin:0;
   padding: 0px;
   }

/* Ausgblendete Elemente */
div#col1, div#col2, div#mod_freiemodule_1, div#mod_freiemodule_10, div#mod_freiemodule_8, div#mod_freiemodule_9, div#mod_menue_top, div#footer, div#mod_breadcrump, nav.top-bar, nav.hide-for-large-up, a {
   display:none;
   }

div.artikel ul.galul li {
   display: inline-block;
   list-style-type:none;
   }

div.artikel ul.galul li div.thumbnail {
   margin-right:5em;
   }

a[href]:after {
  content:" <"attr(src)">";
  display:none;
  }

a[href] {
  content:" <"attr(href)">";
  display:inline;
  }


}