/* styles Print
======================== */
html,
body {
width:450px;
}

/* Kopfzeile mit Menü
=====================*/
#kopfzeile,
#top_gitterback,
#top_stripe,
#pfad,
footer {
  display:none
}

/* Content-Boxen
================*/
#content {
  display:block;
}

#content article {
  width:100%;
}

#content article img {
	max-width:100%;
}