/* DATEI: kibelka.css */

p,h1,h2,h3,h4,ul,ol,li,div,td,address,blockquote,nobr,b,i

     { font-family:Arial, helvetica, sans-serife; }
     
/* font-family = Schriftart fuer Textelemente */

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     
     { font-size:10pt; }

/* font-size = Schriftgroesze fuer alle Textelemente */

H1 {font-size: 24pt ; font-family: "courier new", courier; font-weight: bold; text-align:center ; alignment:center }
H2 {font-size: 16pt ; font-family: "courier new", courier; font-weight: bold;}
H3 {font-size: 14pt ; font-family: "courier new", courier; font-weight: bold;}
H4 {font-size: 12pt ; font-family: "courier new", courier; font-weight: bold;}
th {font-size: 12pt ; font-family: Arial, helvetica, sans-serife; font-weight: bold;}

/* font-size = Schriftgroesze fuer Ueberschriften */

p.nav   {font-size:10pt; font-family:"courier new", courier ; }
p.fuss  {font-size:9pt;  font-family: "courier new", courier; }
.xs    {font-size:8pt; font-family: Arial, helvetica, sans-serife; }
.l     {font-size:12pt; font-family: Arial, helvetica, sans-serife; }
.xl    {font-size:16pt; font-family: Arial, helvetica, sans-serife; }

/* class = p.nav Schriftart fuer Navigationsliste */
/* class = p.fuss  kleine Schrif fuer Fusszeile */
/* class = .xs  kleine Schrift */
/* class = .l  grosze Schrift */

/* a:visited { color:#006600; } */
