@charset "utf-8";
/* print.css */

/* Generelles */
body , html {
  height: auto;
  }

body {
  color: #000000;
  background-color: #ffffff;
  }

* {
  font-size: 12pt;
  line-height: 1.5em;
  border: 0 !important;
  }

/* content Anfang */
h1 {
  color: #000000;
  background-color: inherit;
  }

/* content Ende */


/*  Basis-Formate für das Grundgerüst  */
#seite {
  width: auto;
  }

#navigation {
  display: none;
  }



#content {
  width: 100%;
  }

#kopf {
  border-bottom: 0;
  }

#zeileoben {
  margin-bottom: 10px;
  }

#bildreihe {
  display: none;
  }

#footer {
  width: auto;
  border-top: 0;
  }

#top {
  display: none;
  }
  
.gross {
  display: none;
  }
  
#kontakt , #kontakt * {
  display: none;
  }
#impressum , #datenschutz {
  width: 100% !important;
  float: none !important;
  }   