@charset "utf-8";
@import url(reset.css);
/* Druckversion, KISS */

* {
  color: #000;
}

body {
  background: #fff;
}

/* Hide stuff */
#carLogos, #logo h1, #suche, #callback, #contentFooter, #menuContainer, #footer {
  display: none;
  visibility: hidden;
}

#breadCrumb {
  position: absolute;
  top: 40px;
  left: 210px;
  text-align: left;
}

#breadCrumb * {
  font-size: 1.2em;
  text-decoration: none;
}

#content {
  margin: 0 auto;
}

#content p, #content h1, #content h2, #content h3, #content img, #content ul, #content table {
  margin-bottom: 18px;
}

