/* DATEI: fpweb.css */


body {margin-left:10px margin-top:10px; margin-bottom:10px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



/************************************************************/
/*   Standard-Font der Dokumentation                        */
/************************************************************/

p,h1,h2,h3,h4,br,li,ul,b,address,blockquote
     { font-family:Arial,sans-serif; font-size:10pt; }


/************************************************************/
/*   Referenz auf Begriffe in NC-OPT-S                      */
/************************************************************/

tt
{ font-family:Arial,sans-serif; font-size:10pt; }

/************************************************************/
/*   Standard - Darstellung TABELLEN - DATA                 */
/************************************************************/

td
{ font-family:Arial,sans-serif; font-size:10pt; }


/************************************************************/
/*   Ueberschriften : verschiedene Groessen                 */
/************************************************************/

h1 { font-size:18pt; }

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


h3 { font-size:14pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:12pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


pre { font-family:"Lucida Console","Fixedsys","sans-serif"} */

/* 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 */

/*********************************************/
/*   LINK - Darstellung im Text              */
/*********************************************/

a:link { color:#001FCC; text-decoration:none; }
a:visited { color:#001FCC; text-decoration:none; }  /*
a:active { color:#001FCC; 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 = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */


/*********************************************/
/* Darstellung des Namens NC-OPT-S           */
/*********************************************/

.nc1{font-family:Arial,sans-serif; color:#001FCC; font-weight:bold; font-style:italic; font-size:10pt}
.nc2{font-family:Arial,sans-serif; color:#001FCC; font-weight:bold; font-style:italic; font-size:12pt}

/*********************************************/
/*   MENU - Darstellung rechts       11pt    */
/*********************************************/

#mlink {color:#001FCC; font-size:10pt;} /*font-weight:bold */
#ulink {color:#001FCC; font-size:8pt;}
#ilink {color:#000000; }

/*********************************************/
/*   UEBERSCHRIFT einer Seite       11pt       */
/*********************************************/

#head1 {color:#001FCC; font-weight:bold; font-size:18pt;}
#head2 {color:#001FCC; font-weight:bold; font-size:10pt;}

#txk6 {font-family:sans-serif; color:#001FCC; font-size:6pt}
#txk8 {font-family:Arial,sans-serif; color:#001FCC; font-size:8pt}
#txb8 {font-family:Arial,sans-serif; color:#001FCC; font-size:8pt font-weight:bold;}
#txb9 {font-family:Arial,sans-serif; color:#909090; font-size:8pt font-weight:bold;}

/*********************************************/
/*   MENU - Darstellung im Text              */
/*********************************************/

#txm { color:#000000; background-color:#33DFDF; font-family:"Lucida Console","Fixedsys",sans-serif;
      font-weight:bold; font-size:11pt;  text-transform:uppercase; }

/*********************************************/
/*   MENU - Darstellung als Tabelle          */
/*********************************************/

#men { color:#000000; background-color:#33DFDF; font-family:"Lucida Console","Fixedsys",sans-serif;
      font-weight:bold; font-size:11pt; line-height:15pt; text-transform:uppercase; }

/*********************************************/
/*   Darstellung  POPUP downline             */
/*********************************************/

#popd { color:#88EFEF; background-color:#000000; font-family:"Fixedsys",sans-serif;
      font-weight:bold; font-size:10pt; text-transform:uppercase; }

/*********************************************/
/*   Darstellung  INFO-ZEILE 1 + 2           */
/*********************************************/

#infz { color:#FFFFFF; background-color:#434343; font-family:"Lucida Console","Fixedsys",sans-serif;
      font-weight:bold; font-size:11pt; text-transform:uppercase; }

/*********************************************/
/*   Darstellung  POPUP-Table                */
/*********************************************/

#pop { color:"#00FF00; background-color:#000000; }


/*********************************************/
/*   Darstellung  POPUP headline             */
/*********************************************/

#poph { vertical-align:top; text-align:left; color:#00FF00; background-color:#000000;
 font-family:"Fixedsys",sans-serif; font-weight:bold; font-size:12pt; line-height:13pt; text-transform:uppercase; }


/*********************************************/
/*   Darstellung  POPUP Midline              */
/*********************************************/

#popl { text-align:left; color:#88EFEF; background-color:#000000;
 font-family:"Fixedsys",sans-serif; font-size:8pt; line-height:6pt;}
