
/***           NORMAL-CSS  (c)2000  Peter Kerl            ***/

body.css {font-family: Times New Roman; font-size: 18; margin-left: 25px; margin-right: 25px}
body.css {background: #ffffff} /* überschreibt Body-Tag BGColor */

a.css:link {color:#ff0000}
a.css:visited {color:#ff0000}   /* a.css:visited {color:#ffc0c0} */
a.css:active {color:#00e040}
.normal {color:blue;text-decoration:none;cursor:text}

/* Schrift --------------------------------------------------------- */
h1, h2, h3, p, div, span, a, b, i, caption {}
h1 {font-size: 160%; font-weight: bold}
h2 {font-size: 130%; font-weight: bold}
h3 {font-weight: bold; font-style: italic}
.gesperrt {letter-spacing: 5pt} /* prozentual nicht möglich */
/* ------------------------------------------------------------------*/

/* Absaetze -------------------------------------------------------- */
p.normal {text-align: left}
div.sub    {text-align: left; text-indent: 3%}
	/* sub beginnt mit Einrückung */
.extra  {text-align: center; font-weight: bold; padding-top: 3pt; padding-bottom: 3pt}
	/* extra erzeugt Einmittung und Hervorhebung für besondere Zeilen */
p.extra {font-size:120%; padding-top: 6pt; padding-bottom: 6pt}
p.classic {font-familiy: Arial; text-align: justify; margin-left: 20%; margin-right: 20%}
p:first-letter {color: #ff0000; size: 150%} /* funktioniert nicht! */
br.schmal {font-size: 35%} /* schmale Leerzeile */

/* ------------------------------------------------------------------*/

/* Markierungen -----------------------------------------------------*/
.gelb {background-color: "yellow"}
.gruen {background-color: #00ff00}
.rot {background-color: #ffb0b0}
.blau {background-color: #bbbbff}