/* CSS fuer Webseitenerstellung */

/* Ueberschriften */
h1, h2, h3, h4, h5 { font-family: Arial, sans-serif; color: #000080 }
/* braun */

/* Klassen */
.eng         { font-family: Arial Narrow, Arial, sans-serif; font-size: 11pt } 	/* enge Schrift 12 */
.strd        { font-family: Arial, sans-serif; font-size: 11pt }						/* normale Schrift 12 */
.quell       { font-family: Courier New, monospace; font-size: 11pt }				/* Quelltext 12 */
.kl_eng      { font-family: Arial Narrow, Arial, sans-serif; font-size: 10pt } 	/* enge Schrift 10 */
.kl_strd     { font-family: Arial, sans-serif; font-size: 10pt }						/* normale Schrift 10 */
.kl_quell    { font-family: Courier New, monospace; font-size: 10pt }				/* Quelltext 10 */
.hline4      { font-family: Arial, sans-serif; font-size: 10pt; color: #000080; font-weight: bold }
.hline3      { font-family: Arial, sans-serif; font-size: 11pt; color: #000080; font-weight: bold }
.hline2      { font-family: Arial, sans-serif; font-size: 16pt; color: #000080; font-weight: bold }

/* Verweise */
a            { font-family:  Arial, sans-serif; font-style: italic; text-decoration: none }				/*   */
p, td, ul    { font-family: Arial, sans-serif }
th           { font-family: Arial, sans-serif; color: #000080 }

/* Mustermann-Bsp. */
.bg1_mm       { background-image: url('img/bg1_mm.jpg'); background-repeat: repeat-y }
.bg2_mm      { background-image: url('img/bg2_mm.jpg'); background-repeat: repeat-y }