/* DATEI: printstyle.css (BGN e.V) - wird beim Drucken angewendet */body {  font-family      : "Trebuchet MS", sans-serif;  color            : #000000;  font-size        : 12pt;  background       : #FFFFFF;  background-image : none;  margin-left      : 2cm;  margin-right     : 2cm;  margin-top       : 1cm;  margin-bottom    : 2cm;}h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, sup, address, blockquote, tt, pre, a {  font-family : "Trebuchet MS", sans-serif }h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, sup, address, blockquote, tt, pre {   color : #000000; }h1 { font-size : 24pt; }h2 { font-size : 18pt; }h2.kapueber {  text-align       : center;  font-size        : 18pt;  background-image : none;  padding          : 2px;}h3 { font-size : 14pt; }h4 { font-size : 12pt; }h5 { font-size : 12pt; font-style: italic; }h6 { font-size : 10pt; }p, ul, ol, li, th, td, div, dt { font-size : 12pt; }ul { margin-left: 18px; list-style-type: square; }hr { height: 1px; color: #000000; }/* ----- Links normal ----- */a:link        { color: #000000; text-decoration: none; }a:visited     { color: #000000; text-decoration: none; }/* ----- dunkle Zellen, helle Schrift/Links ----- */td.dunkel12   { background : #FFFFFF; color : #000000; font-size : 12pt; }td.dunkel10   { background : #FFFFFF; color : #000000; font-size : 10pt; }td.dunkel     { background : #FFFFFF; color : #000000; font-size : 10pt; }p.wab         { color : #000000; font-size : 10pt; }a.wab:link    { color : #000000; text-decoration : none; }a.wab:visited { color : #000000; text-decoration : none; }/* ----- helle Zellen ----- */td.hell12     { background: #FFFFFF; font-size: 12pt; }td.hell10     { background: #FFFFFF; font-size: 10pt; }td.hell       { background: #FFFFFF; font-size: 10pt; }/* ----- Absatzformate ----- */p.aufz        { margin-left : 0.5cm; }p.zehn        { font-size : 10pt; }p.neun        { font-size :  9pt; }p.center10    { font-size : 10pt; text-align : center; }p.center9     { font-size :  9pt; text-align : center; }p.right10     { font-size : 10pt; text-align : right; }p.right10b    { font-size : 10pt; text-align : right; font-weight : bold; }p.fusznote    { font-size : 10pt; }pre, tt       {font-family: "Courier New", Courier; font-size: 10pt; }sup           { font-size: 9pt; }.center       { text-align: center; }/* Ende *//* created: jwd(a)dgsd.de */
