/*                                              */
/* CSS-Definition fuer WWW-Seiten A. Grupp      */
/*                                              */

body { color: #000000;
       background-color:#FFFFFF; 
	   font-family: sans-serif;
	   color: black;
	   padding: 1em 1em 1em 40px;
       background: white;
       background-position: top left;
       background-attachment: fixed;
	   background-repeat: no-repeat;
	   background-image: url(http://www.elektronikschule.de/~grupp/pix/aglogo.gif);
	 }

/* Generelle Schriftart-Festlegung              */
p,
h1,h2,h3,h4,h5,h6,
ul,ol,li,div,td,th,dt,dd,dl,
address,blockquote,b,i,a,caption
         { font-family:Arial,Helvetica,sans-serif; }

/* Schriftgroessendef. fuer normale Abschnitte  */
p,ul,ol,li,div,td,th,address,b,i,a,blockquote
dt,dd,dl { font-size:10pt; }

/* Schriftgroessendef. fuer Ueberschriften      */
h1 { font-size:24pt; }
h2 { font-size:16pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }

/* Vorfomatierter Text (z.B. Quellcode)         */
pre { font-family:"Courier New",Courier,serif; font-size:10pt; }

/* code- und tt-Tag                                     */
code,tt { font-family:"Courier New",Courier,serif; font-size:10pt; }
code.h1 { font-size:24pt; }
code.h2 { font-size:16pt; }
code.h3 { font-size:12pt; }
code.h4 { font-size:10pt; }

/* Tabellenfelder fuer Codebeispiele            */
td.xmpcode { border-width:1pt;
             border-style:solid;
             border-color:#999999;
                         color:#000000;
             background-color:#FFFFE0; }

/* Definition fuer Hyperlinkerscheinung         */
a:link { color:#0000FF; background-color:#FFFFFF; text-decoration:none; }
a:visited { color:#AA00FF; background-color:#FFFFFF; text-decoration:none; }
a:active { color:#FF0000; background-color:#FFFFFF; text-decoration:none; }
a:hover { Text-Decoration: underline; }
a.h1 { font-size:24pt; }
a.h2 { font-size:16pt; }
a.h3 { font-size:12pt; }
a.h4 { font-size:10pt; }

/* Sonder-Class'es für Textausprägungen in Headlines */
i.h1 { font-size:24pt; }
i.h2 { font-size:16pt; }
i.h3 { font-size:12pt; }
i.h4 { font-size:10pt; }


