/*-----------------------------------------------*/
/* Dok: css/kopfzeile.css */
/* Des: Style Sheet für die Kopfzeile */
/*-----------------------------------------------*/
/* Änderungsgeschichte: */
/*-----------------------------------------------*/
/* Ver	Datum		Grund */
/* 01	24.06.2001	Neuerstellung */			
/*-----------------------------------------------*/
body { margin-top:10px; margin-bottom:10px; bgcolor=#aa3300; }

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



p,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Helvetica,Arial,sans-serif; }

h1 { font-family:Impact,Arial,sans-serif; align=right;}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */
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; color=#ff9900; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */
a:link { color:#ff9900; text-decoration:none; }
a:visited { color:#ff9900; text-decoration:none; }
a:active { color:#ff9900; text-decoration:none; }
    
