/* -------------------------------------------------------------------- */
/* DATEINAME: print.css  			  */
/* -------------------------------------------------------------------- */
/* Cascade Style Sheet fuer die Webseiten vom	  */
/* Werner Nussbaum			  */
/* -------------------------------------------------------------------- */
/* (c) 2012 Dietmar Heck			  */
/* -------------------------------------------------------------------- */
/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
/*
ohne    = HTML-Tag
.       = class
#       = id
*/
/* -------------------------------------------------------------------- */

@charset "ISO-8859-1"; 

body
{
    font-size: 11pt;
    font-family: Arial, Serif;
    background-color: White !important;
    background-image: none !important;
    color: Black;}

div.footer div.header div.intlinks
{
    display: none;}