body { margin-top:0px; margin-bottom:0px; font-family:Arial,Helvetica,sans-serif; color:#000000;  font-size:10pt;}
/*  text-align:center; */
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h2.sh2 { font-size:16pt; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
h5 { font-size:12pt; margin-bottom:0pt; padding-bottom:0pt; margin-top:0pt; padding-top:0pt; }


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }
td,th { font-size:8pt; } /* was:text-align:left; */
td b,u,i { font-size:8pt; } /* NKS Erweiterungen 4 - Text aus Sub-Tags von Tabellenzellen hatte die falsche Größe */
/* normaler Text */


pre { font-family:Courier New,monospace; font-size:10pt; color:#0000C0; }
/*pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }*/
/* #0000C0 = blau */


tt { font-family:Courier New,Courier,monospace; font-size:10pt; color:#0000C0; }

/* #0000C0 = blau */

/* td.white { border-width:1pt; border-style:solid; border-color:#000000; background-color:#FFFFFF; } */


tr {background-color:#eeeeee; }
th {background-color:#eeeeee; 
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 5px
}



.r  { background-color:#ee9090; }
.y  { background-color:#eeee90; }
.g  { background-color:#90ee90; }
.bl { background-color:#9090ee; }


tr.white {background-color:#ffffff; }
td.white {background-color:#ffffff; }

tr.white1 {background-color:#FFFFFF; }
td.white1 {background-color:#FFFFFF; }

td { color:#0000C0; }


td.hr { BACKGROUND-COLOR:#aaaaaa; text-align:center; border-width:1px; border-style:solid;border-color:#000000; }

td.neutral { background-color:#EEEEEE; color:#0000C0; }

td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }

/* geht leider nicht*/
.notop { margin-top:0; }

.bigtop {
	border-top-width: 2px;
}

.bigbot {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 2px
}



/* #999999 = grau */
/* #FFFFE0 = helles Gelb */

.code { background-color:#FFFFE0; }

td.xplcode { background-color:#EEEEFF; }

/* #EEEEFF = helles Blau */

.doc { background-color:#FFFFFF; }  /* GEROLF */





/* #EEEEEE = helles Grau */

.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }

/* #FFFFE0 = helles Gelb */

pre.normal { color:#000000; }

/* #000000 = schwarz */

a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; } /* GEROLF */
a:active { color:#000000; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = beige  */
/* #772200 = braun */
/* #000000 = schwarz */

a.an { text-decoration:none; }

/*bk: Damit der Button ausschaut als wie ein Link*/

.submitLink {
   color: #000;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
   font-size: 8pt;
   padding:0px;
   vertical-align:bottom;
   
  }
