/* dafu benutzt CSS seit dem 17.04.2004 */
/* Link: http://www.dafu.de/dafu_praxis.css */
/* <link rel="stylesheet" type="text/css" href="../css/dafu_praxis.css"> */

body {background-color:#FFFFCC; }
p { line-height: 130%; font-family: arial, helvetica, sans-serif; font-size: 11 pt; margin-left: 2mm; }
ul, li, ol { line-height: 130%; font-family: arial, helvetica, sans-serif; font-size: 11 pt; }
h1 { font-family: arial, helvetica, sans-serif; font-size: 20 pt; font-weight: bold; text-align: center; color: black; }
h2 { font-family: arial, helvetica, sans-serif; font-weight: bold; text-align: center; color: black; }
h3 { font-family: arial, helvetica, sans-serif; font-weight: bold; margin-left: 10mm; color: black; }
h4 { font-family: arial, helvetica, sans-serif; font-weight: bold; margin-left: 10mm; color: black; }
dt { line-height: 130%; font-family: arial, helvetica, sans-serif; margin-left: 2mm; font-size: 11 pt; }
th, td { line-height: 130%; font-family: arial, helvetica, sans-serif; }
hr { color: black; }

/* th, td { line-height: 130%; font-family: arial, helvetica, sans-serif; padding-left: 2mm; margin-left: 2mm } */

/* a { line-height: 130%; font-family: arial; margin-left: 2mm }  */
/* funktioniert mit Netscape 4 nicht richtig - alles links zusammengeschoben  */
/* font-size: 20 pt macht bei N4.7 bei H1 das center zunichte und keine Größenänderung */

/* um die Ziffer bei nummerierten Listen fett zu formatieren und den Text normal  */
/* 'Inspiration' von http://stackoverflow.com/questions/862878/make-abc-ordered-list-items-have-bold-style */
/* im April 2011 eingeführt. */

/* die OL-Deklaration: <ol type="1" style="font-weight: bold;"> */
/* den Text der LIs so einfassen: <span>hier steht der LI-Text ...</span>  */

li span { font-weight: normal; }

/* alternativ: */
/* die OL-Deklaration: <ol type="1" style="font-weight: bold;"> */
/* den Text der LIs so einfassen: <span class="listtext">hier steht der LI-Text ...</span>  */
/* ol { font-weight: bold; } */
/* ol li span.listtext { font-weight:normal; } */

