/* DATEI: formate.css */

body
{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-top:10px; margin-bottom:10px; 
  background-image:url('nabkgnd.jpg');
  separator-image:url('narule.gif');
}

/* 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,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:"trebuchet ms", Arial, helvetica, sans-serif; font-weight:bold }
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:24pt; color:#009966; }
h2 { font-size:16pt; color:#006666; }
h2.sh2 { font-size:16pt; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; color:#006633; }
h4 { font-size:10pt; color:#009966; }
h5 { font-size:9pt; color:#006666; }
h6 { font-size:8pt; color:#006633; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt; }
/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


.sig { font-family:"trebuchet ms", Arial, helvetica, sans-serif; font-weight:normal; font-size:8pt; }


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:#FF6600; text-decoration:underline; }
a:visited { color:#660099; text-decoration:underline; }
a:hover { color:#00CC00; text-decoration:underline; }
a:active { color:#00CC00; 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 */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

table
{
	table-border-color-light: rgb(204,153,102);
	table-border-color-dark: rgb(153,102,0); 
}

.mstheme
{
	separator-image: url(narule.gif);
	list-image-1: url(nabull1.gif);
	list-image-2: url(nabull2.gif);
	list-image-3: url(nabull3.gif);

	nav-banner-image: url(nabnr.gif);

	navbutton-horiz-normal: url(naphb.gif);
	navbutton-horiz-pushed: url(naphbp.gif);

	navbutton-vert-normal: url(napvb.gif);
	navbutton-vert-pushed: url(napvbp.gif);

	navbutton-home-normal: url(nahome.gif);

	navbutton-next-normal: url(nanext.gif);

	navbutton-prev-normal: url(naprev.gif);

	navbutton-up-normal: url(naup.gif);

}

.mstheme-bannertxt
{
	font-family: Arial, Helvetica;
	color: rgb(51,51,153);
	text-align: center;
	vertical-align: middle;
}
.mstheme-horiz-navtxt
{
	font-family: arial narrow;
	font-weight: bold;
	color: rgb(51,51,153);
	text-align: center;
	vertical-align: middle;
}

.mstheme-vert-navtxt
{
	font-family: arial narrow;
	font-weight: bold;
	color: rgb(51,51,153);
	text-align: center;
	vertical-align: middle;
}

.mstheme-navtxthome
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(51,51,153);
	text-align: center;
	vertical-align: middle;
}

.mstheme-navtxtnext
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(51,51,153);
	text-align: center;
	vertical-align: middle;
}

.mstheme-navtxtprev
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(51,51,153);
	text-align: center;
	vertical-align: middle;
}

.mstheme-navtxtup
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: rgb(51,51,153);
	text-align: center;
	vertical-align: middle;
}






