body          { font-family: "Arial Narrow", Arial, verdana; 
				font-size: small; color: black; 
				background-color: white; 
				scrollbar-base-color: #f3f8f4;      
                scrollbar-arrow-color: #10802d;     
            	scrollbar-shadow-color: #10802d;  
               	scrollbar-track-color: #f3f8f4; 
               	 }
h6 { color: #666; font-size: large; font-family: Garamond; font-weight: bold; margin: 1pt 0 6pt; }
p { color: black; font-size: small; line-height: 1; margin: 10pt 0; }
.green { color: #10802d; font-weight: bolder; background-color: transparent; }
table { background-position: center bottom; text-align: center; vertical-align: middle; position: relative; width: 99%; height: auto; margin: 0; padding: 0; border-width: 0; outline-width: 0; }
td { }
ul { margin-top: 6pt; margin-left: 0; list-style-type: none; }
li { line-height: 1em; margin-top: 1pt; margin-bottom: 1pt; margin-left: 12pt; }
a:active        { color: #10802d; font-weight: 700; }   
a:hover         { color: #10802d; font-weight: 700; }
a:link 			{ color: black; font-weight: 700; }
a:visited 		{ color: black; font-weight: 700; }
@media screen { 
	.noprint      { display: inline; }
	.nonoprint    { display: none; }            /* nicht am Schirm */
	.onprint      { text-align: center; display: none; }            /* nur im Druck  */               
	.onprintc     { display: none; text-align: center;}        /* nur im Druck  */               
	.hrn          { display: inline; color: black; text-align: center; border-style: ridge; outline-style: none; size: 4; }
 /*	fuer Bildschirm Groesse wie Name */
 }

@page         { size: portrait; margin: 10mm }               /* 1,0 cm Rand       */
@media print  { 
	.noprint      { display: none; }            /* nicht im Druck  */
	.nonoprint    { display: none; }            /* nicht im Druck  */
	.onprint      { display: inline; }          /* nur im Druck  */               
	.onprintc     { text-align: center; display: inline; }          /* nur im Druck  */
}

