/* Zum Einbinden in den HTML-Quelltext muss  *//* die folgende Zeile im Kopf dessen stehen! *//* <link rel="stylesheet" type="text/css" href="./tele-mail.css"> *//* DATEI: _tele-mail_form1.css *//* STAND: 2001-09-29*/body { 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 *//* globale Definition der Textelemente */p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i     { font-family:Arial,Helvetica,sans-serif; }     em { font-style:italic; }/* font-family = Schriftart fuer Textelemente *//* Arial,Helvetica,sans-serif = Arial, Helvetica und serifenlose Schrift *//* font-size = Schriftgroesse *//* 18pt = 18 Punkt = 18 * 1/72" *//* Kategorie 1 - Ueberschriften */h1 { font-size:20pt; }h1 em { color:#C0C0C0; font-style:normal; }/* Kategorie 2 - Ueberschriften */h2 { font-size:14pt; }h2 em { color:#C0C0C0; font-style:normal; }/* Kategorie 3 - Ueberschriften */h3 { font-size:10pt; }h3 em { color:#C0C0C0; font-style:normal; }/* Kategorie 4 - Ueberschriften */h4 { font-size:9pt; }h4 em { color:#C0C0C0; font-style:normal; }/* normaler Text */p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }/* Text in kleiner Schrift */.klein { font-size:8pt; }#fux-color { color:#FF00FF; }#mark-font1 { font-size:16pt; font-style:italic; font-weight:bold; }#fuss-font1 { font-size:11pt; font-style:italic; }#fuss-font2 { font-size:11pt; }