/* DATEI: formate.css */

/* normale Font-Family, Font-Size und Abstände        */
body, p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
        font-family:Arial,sans-serif;
}
body, p,ul,ol,li,div,td,th,address,nobr,b,i
{
        font-size:9pt;
}

/* Listeneinträge: Abstände        */
}
ul,ol,li
{
        margin-top:5px;
        margin-bottom:5px;
        margin-left:12px;
        margin-right:10px;
}

/* weisser Hintergrund, ohne Rand */
body.null, td.null
{
        background-color:#FFFFFF;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* weisse Schrift        */
p.weiss, h1.weiss, h2.weiss, ul.weiss, ol.weiss, li.weiss, a:link.weiss, a:active.weiss, a:visited.weiss
{
        color:#FFFFFF;
}

/* beiger Hintergrund, ohne Rand */
body.beige, td.beige
{
        background-color:#FFFAF0;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* beige Schrift        */
p.beige
{
        color:#FFFAF0;
}

/* grauer Hintergrund, ohne Rand */
body.grau, td.grau
{
        background-color:#8F8F8F;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* graue Schrift        */
p.grau, h1.grau, h2.grau, ul.grau, ol.grau, li.grau, a:link.grau, a:active.grau, a:visited.grau
{
        color:#8F8F8F;
}

/* hellgrauer Hintergrund, ohne Rand */
body.hgrau, td.hgrau
{
        background-color:#DDDDDD;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* hellgraue Schrift        */
p.hgrau, h1.hgrau, h2.hgrau, ul.hgrau, ol.hgrau, li.hgrau, a:link.hgrau, a:active.hgrau, a:visited.hgrau
{
        color:#DDDDDD;
}

/* schwarzer Hintergrund, ohne Rand */
body.schwarz, td.schwarz
{
        background-color:#000000;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* schwarze Schrift        */
p.schwarz, h1.schwarz, h2.schwarz, ul.schwarz, ol.schwarz, li.schwarz, a:link.schwarz, a:active.schwarz, a:visited.schwarz
{
        color:#000000;
}

/* blauer Hintergrund, ohne Rand */
body.blau, td.blau
{
        background-color:#191970;
        background-color:#000088;
        background-color:#004A9A;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* blaue Schrift        */
p.blau, h1.blau, h2.blau, ul.blau, ol.blau, li.blau, a:link.blau, a:active.blau, a:visited.blau
{
        color:#191970;
        color:#000088;
        color:#004A9A;
}

/* gruener Hintergrund, ohne Rand */
body.gruen, td.gruen
{
        background-color:#2D502D;
        background-color:#005500;
        background-color:#CF0014;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* grüne Schrift        */
p.gruen, h1.gruen, h2.gruen, ul.gruen, ol.gruen, li.gruen, a:link.gruen, a:active.gruen, a:visited.gruen
{
        color:#2D502D;
        color:#005500;
        color:#CF0014;
}

/* roter Hintergrund, ohne Rand */
body.rot, td.rot
{
        background-color:#2D502D;
        background-color:#FF0000;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* rote Schrift        */
p.rot, h1.rot, h2.rot, ul.rot, ol.rot, li.rot, a:link.rot, a:active.rot, a:visited.rot
{
        color:#FF0000;

}/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise, die gerade mit der Maus überfahren werden */

a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:active { color:#000000; text-decoration:underline;font-weight:bold; }
a:hover {text-transform:uppercase; font-weight:bold}
/* beim überfahren von Verweisen mit der Maus werden diese in */
/* Großbuchstaben und fett dargestellt */

/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #0000FF = dunkelblau */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */


/* ursprüngliche   S t a n d a r d s */

body         {
        margin-top:10px;
        margin-bottom:10px;
        margin-left:10px;
        margin-right:10px;
        font-family:Arial,sans-serif;
        font-size:10pt;
        BACKGROUND-COLOR: #FFFAF0;
}

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; }

h4 { font-size:10pt; font-weight:bold;}

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

/* 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.an { text-decoration:none; }
