/**
 * @creator       Data Network Alfeld e.V. (ts) (http://www.dna-ev.de)
 * @file          druck.css
 * @description   Definitionen fuers Drucken
 * @hints         zu finden in der Datei hints.txt  
 */


@media print {


/* INHALT */
 body * {font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; color:#000;}
 h1,h2,h3,h4,h5,h6 { page-break-after:avoid; color:#B22222;}
 .box .csc-header {border-bottom:solid 1px #aaa;}

/* ---------------------------------------------------------------------- */

/* LAYOUT */  

 /* Bereiche komplett ausblenden */
 #reiter,#kopf,#start_pfad,#suche,#navigation,#fuss-li { display: none; }

 /* Anpassung für Seitenansicht */
 #inhalt3spaltig {margin:0px 255px 0px 0px;}
 #inhalt2spaltig {margin:0px 0px 0px 0px;}
 #umalles, #uminhalt, #fuss {width:725px; max-width:725px;}
 
 #rand {width:242px; max-width:242px;}

 .box {border:solid 1px #aaa;}
 .box {page-break-inside:avoid;}
}