@import url(generell.css);
@import url(fonts.css) only screen and (min-width: 700px);
@import url(roter-strich.css) only screen and (min-width: 700px);
@import url(navi.css) only screen and (min-width: 700px);
@import url(marginal.css) only screen and (min-width: 950px);
@import url(alphabeticalindex.css);
@media print {
  .noprint,
  #navi {
    display: none;
  }
}
