/* Einbindung in jeder Darstellungsdatei im <head>-Bereich in der Form */
/* <link rel=stylesheet type="text/css" href="mf.css">                 */
/* Standardfarbe blau  51 51 180 = #3333b4 */
/* Standardfarbe gruen 0 140 102 = #008c66 */
/* orange #ffbb99 255 187 153, mint   #99eeee 153 238 238, gelb   #ffff99 255 255 153 */
/* pink   #ff99ff 255 153 255, blau   #9999ff 153 153 255, gruen  #99ff99 153 255 153 */
/* rot    #ff9999 255 153 153 */

body { color:#000000; background-color:#ffffff; background-image:url(n-grafiken/p_back.gif);
       SCROLLBAR-ARROW-COLOR: #3333a0;
       margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; font-family:Arial; }

a           { font-family:Comic Sans MS; font-size:11pt; color:#008c66; font-weight:bold; text-decoration : none; background-color:#dddddd;}
a:hover     { color:#0000ff; }
a:link      { color:#008c66; }
a:active    { color:#008c66; }
a.k         { font-size:10pt; }

hr          { color:#008c66; }
p           { font-family:Comic Sans MS; font-size:11pt; }

tr, th, td       { font-family:Comic Sans MS; font-size:11pt; }
td.ueberschrift  { font-size:14pt; color:#ffffff; background-color:#3333b4; padding:0px; }
td.ueberschrift2 { font-size:10pt; color:#ffffff; background-color:#008c66; padding:0px; }
td.kl-rand       { font-size:10pt; border-width:2px; border-color:#3333b4; border-style:solid; padding:1px; }
td.arial         { font-family:Arial; font-size:9pt; }

select.g    { font-size:12pt; }
ul, li      { font-size:11pt; margin-left:20px; padding:1px; list-style-image:url(n-grafiken/p_aufzaehlsymbol-box.gif); }
li.pfeil    { font-size:11pt; margin-left:20px; padding:1px; list-style-image:url(n-grafiken/p_aufzaehlsymbol-pfeil.gif); }
ul.k, li.k  { font-size:10pt; }

.g          { font-size:14pt; }
.gx         { font-size:14pt; line-height:20pt; }
.gxx        { font-size:24pt; line-height:20pt; }
.k          { font-size:10pt; }
.trennfarbe { color:#3333b4; }
.weiss      { color:#fff; font-weight:bold; font-size:14pt; }
.weiss2     { color:#fff; }
.schwarzrand { background:#000; border-width:5px; border-color:#3333b4; border-style:solid;}
.orange     { color:#f70; font-weight:bold; font-size:24pt; }
.orange2    { color:#f70; font-weight:normal; font-size:12pt; }
.silber2    { color:#888; font-weight:normal; font-size:12pt; }
.gold2      { color:#ea5; font-weight:normal; font-size:12pt; }
.notenschl  { border-width:3px; border-color:#3333b4; border-style:solid; margin-right:9px; }
.rand       { border-width:2px; border-color:#3333b4; border-style:solid; padding:1px; text-align:justify; }
.hinweis    { font-size:11pt; border-width:2px; border-color:#3333b4; border-style:solid; padding:2px; }
.logotext   { font-size:11pt; font-weight:bold; }
.box          { font-size:11pt; width:150px; color:#ffffff; background-color:#008c66; margin:1px; padding:2px; text-align:center; }
.ueberschrift { font-size:12pt; color:#ffffff; background-color:#008c66; margin:1px; padding:2px; }
.count      { font-size:10pt; color:#ffffff; background-color:#008c66; }
.bg         { background-color:#cccccc;}
