/* -------------------------------------------------------------- */
/* Datei: dlmetahtm.css                                           */
/*                                                                */
/* Standard Cascading Style Sheet der Web-Site www.dlmeta.de      */
/*                                                                */
/* Dieses Stylesheet basiert auf dem Stylesheet wselfhtm.css      */
/* (Version 7.0 vom 27.04.1998, Autor: Stefan Muenz)              */
/*                                                                */
/* Unterhalb jedes Befehls steht eine Kurzerklaerung              */
/*                                                                */
/* Autor: Heinrich Abele                                          */
/* Datum: 2000-09-17                                              */
/*                                                                */
/* -------------------------------------------------------------- */


body { margin-top:10px; margin-bottom:10px; background-color:#ffffff; }

/* margin-top: Abstand zwischen Fensterrand und Inhalt oben       */
/* margin-bottom: Abstand zwischen Fensterrand und Inhalt unten   */
/* background-color: Seitenhintergrundfarbe                       */

/* -------------------------------------------------------------- */
/* Schriftart fuer Textelemente                                   */
/* -------------------------------------------------------------- */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,Helvetica,sans-serif; }

/* font-family:Arial,Helvetica,sans-serif                         */

/* -------------------------------------------------------------- */
/* Schriftgroessen fuer Headings                                  */
/* -------------------------------------------------------------- */
h1 { font-size:18pt; font-weight:bold;}
h2 { font-size:14pt; font-weight:normal;}
h2.sh2 { font-size:14pt; font-weight:normal; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:14pt; font-weight:normal; }
h4 { font-size:12pt; font-weight:bold; }

/* -------------------------------------------------------------- */
/* Schriftgroesse fuer Standardtextelemente                       */
/* -------------------------------------------------------------- */
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/* font-size: 10pt;                                               */


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

/* Einstellungen fuer pre(formated) Text                        */
/* font-family: Courier New,Courier (Schriftart)                */
/* font-size: 10pt (Schriftgroesse)                             */
/* color: #0000c0 (Farbe: blau)                                 */

pre.normal { color:#000000; }

/* normaler praeformatierte Bereiche                            */
/* color: #000000 (Farbe: schwarz                               */

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 */


/* fuer MailArchive */
	td.a1 	{ background-color:#c4e1e1; font-family:arial, helvetica, sans-serif;
		   font-size:10pt; line-height:12pt; }
		  
	td.a2 	{ background-color:#dceded; font-family:arial, helvetica, sans-serif;
		   font-size:10pt; line-height:12pt; }

	td.invisible {color:#fffff0;}


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 */

.headboldcolor  { font-style:normal; font-weight:bold;   font-size:32pt; color:#0062b0; }
.headbold       { font-style:normal; font-weight:bold;   font-size:26pt; color:#000000; }
.headnorm       { font-style:normal; font-weight:normal; font-size:30pt; color:#000000; }

.boldcolor 	{ font-style:normal; font-weight:bold; color:#0062b0; }
.boldblack      { font-style:normal; font-weight:bold; color:#000000; }
.footer         { font-family:Arial,Helvetica,sans-serif; font-size:10pt; }

/* Seiten Header auf der Startseite */

.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 */

/* Einstellung fuer den rechten Elementrand des tableheader     */
/* Elements                                                     */

table.ele { width:350pt; padding:0pt; border-width:0pt; border-style:none; }

table.attr { padding:0pt; border-width:0pt; border-style:none; }
th.attr { padding-left:0mm; padding-right:8mm; font-style:italic; text-align:left; vertical-align:top; line-height:14pt;}
td.attr { padding-left:0mm; padding-right:8mm; font-style:normal; text-align:left; vertical-align:top; line-height:11pt;}
p.attr  { margin-right:10mm; }
/* rechter rand 15pt                                            */

.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 */



/* ------------------------------------------------------------ */
/* Pseudo Formate fuer anchor Element                           */
/* -------------------------------------------------------------*/
a:link { color:#AA5522; text-decoration:underline; } 
a:visited { color:#772200; }
a:active { color:#000000; text-decoration:none; }

a.an { 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                                            */
/* text-decoration: Textstil                                    */
/* underline = unterstrichen                                    */
/* none = nicht unterstrichen                                   */



