/* DATEI: netbiz.css */

@page { size:auto;
        margin-top:1cm;
        margin-bottom:1cm;
        margin-left:0cm;
        margin-right:0cm  }

body {
                margin-top:0 ;
                margin-bottom:0 ;
                margin-left: 10px ;
                margin-right: 10px ;
                background-color:#E8E8E8 ;
         }

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

caption {caption style="caption-side:top" ; }

a:link         { color:#0000ff; font-weight:bold ; text-decoration:underline ; }
a:active { color:#ff0000; font-style:italic ; text-decoration:underline ;  }
a:visited { color:#990000; font-weight: normal ; text-decoration:underline ; }

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

p,ul,ol,li,div,dl,td,th,address,blockquote,nobr
        {       font-family: Arial, sans-serif ;
                font-size: 10pt ;
                font-style: normal ;
                color: black ;
                font weight: normal ;
                text-align: left ;
                text-indent: 0 ;
                margin-left: 1cm ;
                margin-right: 1cm ;
                text decoration: none ;
        }

/* normaler Text */
/* font-size = Schriftgroesse */
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

#block {text-align: justify ;
        text-indent: 0cm ;
        text-decoration: none ;
       }

h1 { font-size:24pt ;
        color:#ff0000;
        text align: center ;
        font family: "Arial" ;
        font style: italic ;
        text indent: 0 ;
        font weight: bold ;
        text decoration: none ; }

h1.vap  {font-size:26pt ;
        color: #00B400;
        text-align: left ;
        font-family: "Bookman Old Style" ;
        font-style: italic ;
        text-indent: 0 ;
        font-weight: bold ;
        text-decoration: none ; }

h2 { font-size:16pt ;
        color:#ff0000 ;
        text align: center ;
        font family: "Arial" ;
        font style: italic ;
        text indent: 0cm ;
        font weight: bold ;
        text decoration: none ; }

h3 { font-size:14pt ;
        color:#ff0000 ;
        text align: center ;
        font family: "Arial" ;
        font style: italic ;
        text indent: 0cm ;
        font weight: bold ;
        text decoration: none ; }

h4 { font-size:12pt ;
        color:#ff0000 ;
        text align: center ;
        font family: "Arial" ;
        font style: italic ;
        text indent: 0cm ;
        font weight: bold ;
        text decoration: none ; }

h5 { font-size:10pt ;
        color:#ff0000 ;
        text align: center ;
        font family: "Arial" ;
        font style: italic ;
        text indent: 0cm ;
        font weight: bold ;
        text decoration: none ; }

h6 { font-size:8pt ;
        color:#ff0000 ;
        text align: center ;
        font family: "Arial" ;
        font style: italic ;
        text indent: 0cm ;
        font weight: bold ;
        text decoration: none ; }

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

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


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


pre.normal { color:#000000; }

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