
/* ********************************************* */
/*                  Body                         */
/* ********************************************* */
body { margin-top:30px; margin-bottom:10px;
	COLOR: black;
 	font-size:11pt;
    	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;}

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


/* ********************************************* */
/*                  Links                        */
/* ********************************************* */
a:link {color:#330000; text-decoration:none; font-weight:bold; }
a:visited {color:#330000; text-decoration:none;font-weight:bold; }
a:hover {color:#cc6600; text-decoration:none; font-weight:bold; }
a:active {color:#cc6600; font-weight:bold; }


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #000A0Q = blau */
/* #009090 =  gruenblau*/

/* ********************************************* */
/*    Schriftart  Überschriften, Listen usw      */
/* ********************************************* */
h1,h2,h3,h4,div,th,address,blockquote,nobr,b,i
     { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

h1 { font-size:18pt;color:red;}

h2 { font-size:16pt; }   /* Seitenueberschriften */

h2.sh2 { font-size:16pt; } /* Abschnittsueberschriften innerhalb einer Seite */

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; } /* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */

h4 { font-size:10pt; } /* Zwischenueberschriften*/

/* ********************************************* */
/*    Schriftart  Absätze und Tabellentexte      */
/* ********************************************* */
p,td,ul,ol,li
  { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11pt; }


td.tabtext 
   {font-size:11pt;color:#330000;}

td.tabueberschrift
   {font-size:11pt;color:#cc6600;font-weight:bold;}

td.seitenueberschrift 
   { font-size:16pt;color:#330000;}

li.farbig 
   { font-size:11pt;color:#330000;font-weight:normal;}


li.kl_blau
   { font-size:9pt;color:#330000;font-weight:normal;}

ul.black 
   { font-size:11pt;color:#000000;font-weight:normal;}

FONT.kl_hervorgehoben
    { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
      FONT-size:9pt; FONT-weight:bold; color:#cc6600;  }
FONT.fett
    { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
      FONT-size:11pt; FONT-weight:bold; color:#330000;  }

FONT.hervorgehoben
    { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
      FONT-size:11pt; FONT-weight:normal; color:#cc6600;  }

FONT.hervorg_fett
    { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
      FONT-size:11pt; FONT-weight:bold; color:#cc6600;  }

FONT.kleinfett
    { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
      FONT-size:10pt; FONT-weight:bold; color:#330000;  }


FONT.blau
    { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
      FONT-size:14pt; FONT-weight:bold; color:#330000;  }


FONT.bunt
    { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
      FONT-size:10pt; FONT-weight:bold; color:#cc6600;  }
/* ********************************************* */
/*    Sonderformate                              */
/* ********************************************* */

.doc { background-color:#EEEEEE; }

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

pre.normal { color:#000000; }

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








