/* Schrift mit Serifen - zur besseren Lesbarkeit auf dem Papier */
 * {
    font-family: Arial, serif; 
} 

body {
  margin: 0;
  padding: 0;
  font: 12pt ;
  color: #000;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

p,
ul {
  margin: 0 0 1em 0 !important;
}

ul li {
   margin: 0 !important;
   padding: 0 !important;
}

p+p {
  margin-top: -1em !important;
}

tr td a img {
    display:none;
}

#products, #head, #slideshow, #navi-products-sub, .lupe {
    display:none;
}

div.csc-textpic-imagewrap > *{
    display: block;
    orphans: 5;
    widows: 5;
    page-break-inside: avoid;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image{
    float: left;
    margin: 10;
}
 div.csc-textpic-clear {
    clear:both;
 }

.no-float{
    float:none !important;
}
#footer #footer-inner{
    margin-top: 30px;
    float:left ;
    width: 99.9%;
}

#footer div p.bodytext {
    clear: both;
}

#footer-2, #footer-3 {
    display:none;
}

#footer p {
    width: 33.3%;
    float: left;
}

a, a:visited, a:hover, a:visited:hover {
  color: #000;
  background: transparent;
  text-decoration: none;
}
/* Hinter jedem Link sollten Sie in der Druckansicht die Zieladresse des Verweises in der Form „<http://example.com/>“ in grauer, kursiver Schrift sehen.*/
/*
 a[href]:after {
 content:" <"attr(href)">";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 
*/

.csc-textpicHeader {
    clear: both;
}