/* Datei: print.css                                                                              */
/* geschrieben für das Projekt: Helene Gries-Danican                        */
/*                              Ausstellung im MARSTALL Ahrensburg 1993 */
/* als Steuerung der Druckerausgabe                                                 */

/* Allgemeine Angaben */
@page { size:21.0cm 29.7cm; margin: 1.5cm 2cm 2cm 1.5cm;  }
body { background-color:#ffffff; font-family:Comic Sans MS,Arial,sans-serif; font-size:8pt; color: #000000 }

/* Links */
a:link { color: #000000; text-decoration:none; }
a:visited { color: #000000; text-decoration:none; }
a:active { color: #000000; text-decoration:none; }
a:hover { color: #000000; text-decoration:none; }

/* Bilder */
imgage { border-width: 5px; border-color: 000000 }

/* Nicht gedruckte Bereiche */
#header { display:none; }
#footer { display:none; }
#noprint { display:none; }

*/Textabsätze /*
#content { border-width:1px;  font-size:6pt; }
#klein {border-width:1px; font-size:5pt; }

*/ Schriftgrößen /*
h1 { font-size:1"pt; font-weight:bold }
div.untertitel { font-size:8pt; font-weight:bold }
div.text { font-size:6pt; font-weight:normal  }

*/ Tabellen /*
table {border-width:1px; font-size:6pt; }

