
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,caption
/* wenn man hier nur einen stern (*) hinschreibt, dann wirkt es auf alle tags! */
     { font-family:Verdana,Arial,sans-serif; font-size:10pt }

h1 { font-size:22pt; color: #00007F; }
h2 { font-size:18pt; color: #00007F; }
h2.sh2 { font-size:13.5pt; color: #00007F; }
h3 { font-size:13.5pt; color: #00007F; }
h4 { font-size:12pt; color: #00007F; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }


a:link { color:#0000ff; text-decoration:none; }
a:visited { /* color:#7f0007; */ color:#004ab5; text-decoration:none; }
a:active { color:#ff0000; text-decoration:none; }
a:hover { /* background-color: #ffbd63; */ /* background-color: #f0f0f0; */ background-color: #ffff00; }



/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }


 .textmarker {
 /* font-weight: bold; */
 /* color: #000000; */
 background: #FFFF00;
 }

 .einleitung {
 font-family: Courier New,Courier,Times,serif;
 font-weight: bold;
/* color: #007F00; */
 font-size: 10pt;
 }

 .schriftart-verdana { font-family: Verdana,Arial,sans-serif; }

 .kursiv { font-style: italic; }
 .fett { font-weight: bold; }
 .kursivfett { font-style: italic; font-weight: bold; }
 .unterstrichen { text-decoration:underline; }

 .ohne-bg { background: ; }
 .ohne-fett { font-weight: normal; }
 .ohne-kursiv { font-style: normal; }

 .fontsize05 { font-size: 6.5pt; }
 .fontsize1 { font-size: 7.5pt; }
 .fontsize2 { font-size: 10pt; }
 .fontsize3 { font-size: 12pt; }
 .fontsize4 { font-size: 13.5pt; }
 .fontsize5 { font-size: 18pt; }
 .fontsize6 { font-size: 22pt; }

 .dunkelblau { color: #00007F; }
 .dunkelblaufett { color: #00007F; font-weight: bold; }
 .weiss { color: white; }
 .schwarz { color: black; }
 .gelb { color: YELLOW; }
 .tuerkis { color: AQUA; }
 .dunkelgruen { color: #007F00; }
 .dunkelgruenfett { color: #007F00; font-weight: bold; }
 .hellgruen { color: lime; }
 .rot { color: red; }
 .silber { color: #C6C3C6; }
 .braun { color: #7F0000; }
 .braunfett { color: #7F0000; font-weight: bold; }

 .bg-grau { color: #c0c0c0; }
 .dunkles-grau { color: #2c2c2c; }
 .dunkles-grau2 { color: #191919; }
 .helles-grau { color: #969696; }
 .helles-grau2 { color: #a7a7a7; }
  /* ist dunkler */
 .helles-grau3 { color: #b3b3b3; }
  /* ist heller */

 .orange { color: #80ff; }
 .lavender { color: #ffd6ce; }
 .gruen-gelb { color: #ef1cf; }
 .blau-grau { color: #ebd09a; }
 .c64-rahmen-blau { color: #f86d45; }
