<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style Sheet-Definitionen bildschirm.css */

/* Schriften festlegen */
body,table,tr,td,p,a,div,h1,h2,h3,h4,h5,ul,li,input,textarea
{font-family: Helvetica, Arial; font-style:italic; }

/* Abstaende vor und nach blockbildenden Elementen */
table,tr,td,p,a,div,ul,li {margin-top: 0px; margin-bottom: 0px;}
h1 {margin-top: 9px; margin-bottom:3px;}
h2 {margin-top: 9px; margin-bottom:3px;}
h3 {margin-top: 9px; margin-bottom:3px;}
h4 {margin-top: 7px; margin-bottom:3px;}
h5 {margin-top: 5px; margin-bottom:3px;}

/* normale Schriftgroessen festlegen */
h1 {font-size:20pt;}
h2 {font-size:18pt;}
h3 {font-size:16pt;}
h4 {font-size:14pt;}
h5 {font-size:13pt;}
body,table,tr,td,p,a,div,ul,li,input,textarea {font-size: 12pt;}

/* Farben festlegen */
body {color:#002222; background-color:#FCFED#D4D0C8F}
a:link   {color:#C00000;text-decoration:none;}
a:active {color:#000000;text-decoration:none;}
a:hover  {color:#600000; background-color:#DDDDDD;}
a:visited{color:#C00000;text-decoration:none;}
h4 {background-color:#F8F8F8;}

/* Sonderformatierungen */
.minired {font-size:4px; color:#C00000; margin-top: 0px; margin-bottom:0px;}
.klein {font-size:10pt}
.mittel {font-size:12pt}
.gross {font-size:14pt}

/* ende */</pre></body></html>