@charset "UTF-8";
/**
 * Druck-Stylesheet
 */

@media print
{
  /*
    abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
  */

  /* optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */

  body
  {
  	
  }
  
  .csc-textpic-intext-right
  {
  	float: right;
  }
  
  .csc-textpic-imagewrap
  {
  	float: right;
  }
  
}