/* -------------------------------------------------------------------- */
/* Selbstgebautes Formatfile (Cascaded Style Sheet) vom 09.01.2002      */
/* -------------------------------------------------------------------- */

body {background-image:url(pics/backline.gif);}

h1,h2,h3,h4,h5,h6,                         /* Headers */
p,				           /* Absatz */
i,				           /* Kursiv */
th,td,				           /* Tabellenheader, Tabellendetail */
li,				           /* Listeneintrag mit Aufzählungszeichen */
address,			           /* Internet-Adresse */
acronym,			           /* Abkürzung */
big,				           /* Grössere Schrift */
div,                                       /* Variablen aus Datenbanken */
em,                                        /* Emphatisch, Betont */
a,                                         /* Hyperlinks */
var,				           /* Variable */
blockquote  			           /* Absatz für Zitate, mit Rahmen */

{font-family:Arial,Helvetica;              /* Schriftart */
 font-weight:bold;}  

a          {color:black;}                  /* Hyperlinks */
   
a:link     {color:black;}
   
a:visited  {color:maroon;}

blockquote
   {color:black;                          /* Textfarbe */
    font-size:110%;                       /* Schriftgrösse */
    padding:4pt                           /* Innenabstand zum Rahmen */
    border-width:2cm;                     /* Rahmenstärke */
    border-style:double;                  /* Erscheinungsbild des Rahmen */
    border-width:2;}                      /* Dicke des Rahmen */ 


h1  {font-size:196%; color:red; font-style:italic; font-weight:bold;}     /* Überschriften */  
     
h2  {font-size:176%; color:red; font-style:italic; font-weight:bold;}
     
h3  {font-size:156%; color:blue; font-style:italic; font-weight:bold;}
     
h4  {font-size:136%; color:blue; font-style:italic; font-weight:bold;}
     
h5  {font-size:116%; color:blue; font-style:italic; font-weight:bold;}
     
h6  {font-size:106%; color:blue; font-style:italic; font-weight:bold;}

h1,h2,h3,h4,h5,h6  {width:100%; letter-spacing:3pt;}                        /* Zeichenabstand */

p   {font-size:100%; color:black;}                                          /* Normabsatz */
  
i   {font-size:100%; color:black;}                                          /* Kursiv */

li  {font-size:100%; color:black;}                                          /* Listeneintrag */

big {font-size:120%; color:black;}                                          /* Grössere Schrift */
          
acronym  {background:silver; color:navy;}                                   /* Produktenamen*/

address  {text-align:center; font-size:10pt; color:blue;}                   /* Internetadresse */
          
code     {background:gray; color:black;}                                    /* HTML-Code */

dfn      {background:gray; color:black;}                                    /* Begriffsdefinition */

em       {background:silver; color:navy; margin:1cm 2cm 3cm 4cm;            /* Emphatisch (Betont) */
	  font-style:italic; font-weight:bold}	                            /* Warnungen, Hinweise */

cite     {font-size:80%; color:maroon;}                                     /* Zitat */

span	 {color:black;}                                                     /* Einleitung für spezielle Formate */

var      {color:black;}                                                     /* Firmennamen und Personen */

div      {font-size:90%; color:black;}                                      /* Variabeln aus Datenbanken */

dt	 {font-weight:bold}	                                            /* Glossar-Titel */

th       {font-size:80%; color:black;}                                      /* Tabellenformate */
td       {font-size:80%; color:black;}

.TblKop {background:silver;}                                                /* Kopf einer Tabelle       */
.Zeile1 {background:silver;}                                                /* jede andere zweite Zeile */
.Zeile2 {background:silver;}                                                /* jede zweite Zeile        */

.menue  {background:silver;}                                                /* Style für Kopf- und Menüframe*/
.Kopf   {background:silver;}
.Text   {background:silver;}
                                                                            /* Format Iframe-Menü (horiz. Navigation) */
.iMenu  {background-color:silver; text-align:center;
         alignment:center; vertical-align:middle;
         font-size=8pt; margin-top=0}

.iMenuPos {alignment:right; text-align:right}
                                                                            /* Weitere Style-Klassen */
.eng     {margin-left:10 px;}                                               /* Enge Punktierung für Navigation  */
.Frage   {color:black}                                                      /* Bei Interview Format für Frage   */
.Antwort {color:fuchsia; margin-left:50; margin-right:50}                   /* Bei Interview Format für Antwort */ 
