/* DATEI: birgitgo.css */
p,h1,h2,h3,h4,ul,ol,li,div,td,address,blockquote,nobr,b,i
     { font-family:"courier new", courier; }
     
/* 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;; font-style: italic}
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 */
.nav   {font-size:10pt; font-family:"courier new", courier ; }
.fuss  {font-size:9pt;  font-family: "courier new", courier; }
.xs    {font-size:8pt; font-family: "courier new", courier; }
.l     {font-size:12pt; font-family: "courier new", courier; font-weight: bold; }

