/* eingef&uuml;gte CSS-Einstellungen */


body {    font-family: Times, serif;  
     margin-top:10px; margin-bottom:10px; 
    /* margin: 2em; */
    /* text-align: justify; */
    color: black;
    /* For the REC: background: #DCDCDC; */
   /*   background : #ddeeff url(xbackround.jpg);*/
      background : #ddeeff url(backg59.gif);
}

body.weiss { background: #FFFFFF;}
body.grau { background: #CCCCCC;}
/* body.grau { background: #C0C0C0} */
body.gruen { background: #9BC89B;}
body.dunkelgruen { background: #A5BDA5;}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobrb,i
     { font-family:Times, serif; }
     
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

table { empty-cells: show; }

/*        border-collapse: collapse; */
/*        border: 1px solid black;} */

/* TD     { font-size:10pt; } */


h1 { font-size:18pt; 
    clear: left;
    margin-top: 2em;
    text-align: center;
}

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */



h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h2.sh2 { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */




p,ul,ol,li,div,td,th,address,nobrb,i { font-size:12pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; 
/*    font-family: monospace; */
/*    margin-left: 1em; */
/*    font-size: 90% */
}

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */



td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */



.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */



td.xplcode { background-color:#EEEEFF; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */



.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */



.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


a:link { color:#5454D8; text-decoration:none;}
a:visited { color:#000000; text-decoration:underline;}
a:active { color:#ca4d51;  text-decoration:underline;}

/*   text-decoration:underline; bei link entfernt oder 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 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }



ADDRESS {
    text-align: right;
    font-style: italic;
}



VAR {
    font-style: normal;
}

IMG {
    border: 0;
}

.toc {
    text-indent: 0;
}

P.toc-line {
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 0;
}



/* eingef&uuml;gte CSS-Einstellungen */






/* ADDRESS, */
/* BLOCKQUOTE, */
/* BODY, DD, DIV, */
/* DL, DT, */
/* FIELDSET, FORM, */
/* FRAME, FRAMESET, */
/* H1, H2, H3, H4, */
/* H5, H6, IFRAME, */
/* NOFRAMES, */
/* OBJECT, OL, P, */
/* UL, APPLET, */
/* CENTER, DIR, */
/* HR, MENU, PRE   { display: block } */
/* LI              { display: list-item } */
/* HEAD            { display: none } */
/* TABLE           { display: table } */
/* TR              { display: table-row } */
/* THEAD           { display: table-header-group } */
/* TBODY           { display: table-row-group } */
/* TFOOT           { display: table-footer-group } */
/* COL             { display: table-column } */
/* COLGROUP        { display: table-column-group } */
/* TD, TH          { display: table-cell } */
/* CAPTION         { display: table-caption } */
/* TH              { font-weight: bolder; text-align: center } */
/* CAPTION         { text-align: center } */
/* BODY            { padding: 8px; line-height: 1.33 } */
/* H1              { font-size: 2em; margin: .67em 0 } */
/* H2              { font-size: 1.5em; margin: .83em 0 } */
/* H3              { font-size: 1.17em; margin: 1em 0 } */
/* H4, P, */
/* BLOCKQUOTE, UL, */
/* FIELDSET, FORM, */
/* OL, DL, DIR, */
/* MENU            { margin: 1.33em 0 } */
/* H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 } */
/* H6              { font-size: .67em; margin: 2.33em 0 } */
/* H1, H2, H3, H4, */
/* H5, H6, B, */
/* STRONG          { font-weight: bolder } */
/* BLOCKQUOTE      { margin-left: 40px; margin-right: 40px } */
/* I, CITE, EM, */
/* VAR, ADDRESS    { font-style: italic } */
/* PRE, TT, CODE, */
/* KBD, SAMP       { font-family: monospace } */
/* PRE             { white-space: pre } */
/* BIG             { font-size: 1.17em } */
/* SMALL, SUB, SUP { font-size: .83em } */
/* SUB             { vertical-align: sub } */
/* SUP             { vertical-align: super } */
/* S, STRIKE, DEL  { text-decoration: line-through } */
/* HR              { border: 1px inset } */
/* OL, UL, DIR, */
/* MENU, DD        { margin-left: 40px } */
/* OL              { list-style-type: decimal } */
/* OL UL, UL OL, */
/* UL UL, OL OL    { margin-top: 0; margin-bottom: 0 } */
/* U, INS          { text-decoration: underline } */
/* CENTER          { text-align: center } */
/* BR:before       { content: "\A" } */



/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

/* ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em } */
/* A[href]         { text-decoration: underline } */
/* :focus          { outline: thin dotted invert } */

/* <a name="bidi"> */
/* Begin bidirectionality settings (do not change) */ 
/* BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override } */
/* BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override } */

/* *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed } */
/* *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed } */

/* Elements that are block-level in HTML4 */
/* ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, */
/* FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME, */
/* NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, */
/* DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, */
/* COL, COLGROUP, TD, TH, CAPTION */
/*                 { unicode-bidi: embed } */
/* End bidi settings */ 
/* </a> */



/* @media print { */
/*   @page         { margin: 10% } */
/*   H1, H2, H3, */
/*   H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid } */
/*   BLOCKQUOTE, */
/*   PRE           { page-break-inside: avoid } */
/*   UL, OL, DL    { page-break-before: avoid } */
/* } */

/* @media speech { */
/*   H1, H2, H3, */
/*   H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 } */
/*   H1            { pitch: x-low; pitch-range: 90 } */
/*   H2            { pitch: x-low; pitch-range: 80 } */
/*   H3            { pitch: low; pitch-range: 70 } */
/*   H4            { pitch: medium; pitch-range: 60 } */
/*   H5            { pitch: medium; pitch-range: 50 } */
/*   H6            { pitch: medium; pitch-range: 40 } */
/*   LI, DT, DD    { pitch: medium; richness: 60 } */
/*   DT            { stress: 80 } */
/*   PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 } */
/*   EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } */
/*   STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } */
/*   DFN           { pitch: high; pitch-range: 60; stress: 60 } */
/*   S, STRIKE     { richness: 0 } */
/*   I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } */
/*   B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } */
/*   U             { richness: 0 } */
/*   A:link        { voice-family: harry, male } */
/*   A:visited     { voice-family: betty, female } */
/*   A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high } */
/* } */