<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ======================================================================== */
/* impressum.css - Content Stylesheets                                      */
/*                                                                          */
/* Bescheibung: Formatvorlage fuer das Impressum                            */
/*            Internet-Auftritt at-click MEDIA DESIGN                       */
/*                                                                          */
/* Datum:     02.02.2002, Rev. 1.2                                          */
/*                                                                          */
/* Autor:     Oliver Vogt (oliver.vogt@at-click.de, oliver.vogt@t-online.de)*/
/*            at-click MEDIA DESIGN                                         */
/*            http://www.at-click.de                                        */
/*                                                                          */
/* getestet:  Mozilla 1.0 (Win2K)                                           */
/*            MSIE 5.0, 5.5 (Win98SE/Win2K)                                 */
/*            MSIE 6.0 (WinXP)                                              */
/*            Netscape 6.1 (Win98SE/Win2K)                                  */
/*            Netscape 4.7 (Win98SE/Win2K)                                  */
/*            Netscape 4.6 (OS/2)                                           */
/*            Opera 6.0 (Win98SE/Win2K)                                     */
/*            Opera 5.2 (Win98SE/Win2K)                                     */

/* Grundfarben und Seitenraender */
body
{
  color:black;
  background-color:rgb(255,255,255);
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
}

/* Schriftart fuer Textelemente und Ueberschriften */
h1,h2,h3,h4
{ font-family:Arial,sans-serif; }
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{ font-family:Verdana,Arial,sans-serif; }

/* Schriftgroesse Ueberschrift erster Ordnung */
h1 { font-size:16pt; letter-spacing:0.1em; }

/* Schriftgroesse Ueberschrift zweiter Ordnung */
h2 { font-size:14pt; letter-spacing:0.1em;  }

/* Schriftgroesse Ueberschrift dritter Ordnung */
h3 { font-size:12pt; letter-spacing:0.1em; }

/* Schriftgroesse Ueberschrift vierter Ordnung */
h4 { font-size:10pt; letter-spacing:0.1em; }

/* Schriftgroesse Textelemente */
p,ul,ol,li,div,td,th,address,nobr,b,i,font
{ font-size:8pt; }

/* Schriftattribute */
b {font-weight:bold;}
/* Links */
a {text-decoration:none;}
a:link { color:#000080; }
a:visited { color:#800080; }
a:active { color:#800000; }

/* Klassendefinition headline1 fuer Ueberschrift */
.headline1 { font-size:10pt; letter-spacing:0.1em; color:#808080; }
</pre></body></html>