/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* print.css */

div#logo { text-align: center; }
div#search { display: none; }
div#teaser { display: none; }
ul#comm_nav { display: none; }
div#main_nav { display: none; }
div#content { margin-top: 4ex; }
div#sideblock { display: none; }
div#footer { margin-top: 2ex; padding: 1ex 2em;
  border: 1px solid; font-size: smaller; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* content */

div#content hr { border: none; height: 11px;
  background: url('../images/hr-print.png') repeat-x; }
div#content th { background: #DEDEDE; }
ul#contact a { color: #000000; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tricks */

.usability { display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

