<?php header('Content-Type: text/css');
$dauer = 3153600; //ca. 36 Tage
$exp_gmt = gmdate("D, d M Y H:i:s", time() + $dauer) ." GMT";
$mod_gmt = gmdate("D, d M Y H:i:s", getlastmod()) ." GMT";
header("Expires: " . $exp_gm);
header("Last-Modified: " . $mod_gmt);
header("Cache-Control: public, max-age=" . $dauer);
header("Cache-Control: pre-check=" . $dauer, FALSE);?>

#printAddress { border-top: 1px solid #000; margin-top: 10px; padding-top:10px;}
#header, #subpageTeaser, #footer, #footerNav, #subnav, #breadcrumb, #pageNav, #hpTeaser { display:none;}
