
/* Style-Sheet fuer www.ispeg.de */

/* --------  Abstaende  ------------------------------------------ */

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

 body { margin-top:0px; margin-bottom:10px; } 

/* line-height = Zeilenhoehe fuer normalen Text und Listen */
/* Das hier mag IE3 nicht */

 p,ul,ol,li,th { line-height:2.4ex; } 

/* footer enger */

 .small { line-height:1.5ex; }

/* --------  Text  ----------------------------------------------- */

/* font-family = Schriftart fuer Textelemente */

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

 /* Schrift-Farbe schwarz */    
    p,h1,h2,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i 
      { color:#000000; } 

/* Schrift-Farbe rot */
    b.rot { color:#cc0033 }

 /* Seiten-Überschriften in rot */
 h3  { color:#cc0033; text-align:left; }
 
 /* Symbole für Listen */
 ul  { list-style-image:url(/graphics/keil.gif); }


   /* ----------  Links  -------------------------------------------- */
 a:link { color:#000000; }
 a:visited { color:#000000; } 
 a:active { color:#000000; }
