/* DATEI: pageform.css */


/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* margin-left = Abstand zwischen Fensterrand und Inhalt unten */
body { margin-top:6px; margin-bottom:6px;margin-left:6px }


/* font-family = Schriftart fuer Textelemente */
/* p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,b*/
 p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,b
 { font-family:verdana,arial,sans-serif;font-size:11pt;  }


/* Formatierung kleiner, kursiver Text */
italic { font-family:verdana,arial,sans-serif;font-size:10pt; }

/* Formatierung kleiner, kursiver Text */
small { font-family:verdana,arial,sans-serif;font-size:10pt; }


/* Formatierung Standard-Text */
p { font-size:11pt; }

/* Formatierung der Überschriften */
h1 { font-size:20pt; }
h2 { font-size:19pt; }
h3 { font-size:18pt; }
h4 { font-size:17pt; }
h5 { font-size:16pt; }
h6 { font-size:15pt; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* a:link { color:#0000ff; text-decoration:underline; } */
/* a:visited { color:#400080; text-decoration:underline; } */
/* a:active { color:#00ff00; text-decoration:none; }*/
