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



p,h1,h2,h4
        { color: white; font-size: 11px; font-family: Arial, sans-serif; line-height: 12px }

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



h1   { color: white; font-size: 18pt; line-height: 20pt; text-align: right }
.head   { color: white; font-size: 11px; font-family: Arial; font-weight: 500; line-height: 15px; margin-bottom: 172px; margin-left: 85px }
/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */
p  { font-size: 8.7pt; line-height: 11pt; letter-spacing: 0.05mm }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
.text  { color: white; font-size: 11px; font-family: Arial; line-height: 15px; margin-right: 90px; margin-bottom: 22px }
.text2 { color: white; font-size: 11px; font-family: Arial; line-height: 15px; margin-top: 50px; margin-left: 30px }
.text3 { color: white; font-size: 11px; font-family: Arial; line-height: 15px; margin-top: 40px; margin-left: 30px }
