/* DATEI: style.css */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,center,body,form
     { font-family:Arial,sans-serif;color:#181C18 }

p,ul,ol,li,div,td,th,address,nobr,b,i,body { font-size:10pt; }
/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

span.InputRequired  { font-family:Arial,sans-serif;color:#FF0000 }


/*Kein Link ist unterstrichen*/
a { text-decoration:none; color:#0000FF  }

/*Einstellungen fuer Hover-Effekt*/
a:hover { color:#880000;text-decoration:underline; }
a.hover { color:#880000;text-decoration:underline; }
a.hoverfett { color:#880000;text-decoration:underline; font-weight:bold; }

/*  kleine Schrift, ohne Bullet für Listen */
li.klein {font-size:8pt;list-style-type:none;}

/*  1. Menüebene, ausgewähltes Element */
a.h1aktiv { color:#880000; font-size:12pt; font-weight:bold }
a.h1aktivhover { color:#880000; font-size:12pt; font-weight:bold;text-decoration:underline; }

/*  1. Menüebene, nicht ausgewählte Elemente */
a.h1passiv { color:#0000FF; font-size:12pt }
a.h1passivhover { color:#880000; font-size:12pt; text-decoration:underline; }

/*  2. Menüebene: alle Elemete */
a.h2 { color:#880000; font-size:10pt }
a.h2hover { color:#880000; font-size:10pt;text-decoration:underline; }

/*  2. Menüebene: alle Elemete */
a.h2aktiv { color:#880000; font-size:10pt; font-weight:bold }
a.h2aktivhover { color:#880000; font-size:10pt; font-weight:bold;text-decoration:underline; }

/*  2. Menüebene: alle Elemete */
a.h2passiv { color:#0000FF; font-size:10pt }
a.h2passivhover { color:#880000; font-size:10pt;text-decoration:underline; }

/*  3. Menüebene: alle Elemete */
a.h3 { color:#880000; font-size:8pt }
a.h3hover { color:#880000; font-size:8pt;text-decoration:underline; }

/*  Einschub der 2. Menüebene: oben rechts unten links */
p.h2 { margin: 3px 1px 3px 20px }

/*  Schriftart für Zurück zum Start */
a.h2gn { color:#006600; font-size:10pt }

/*  1. Kleine Verweise, wie z.B. in Fusszeile */
a.klein { color:#0000FF; font-size:10pt }

/*  1. Kleine Verweise, wie z.B. in Fusszeile */
a.normal { color:#0000FF; font-size:10pt }

/*  1. Kleine Verweise, wie z.B. in Kopf fuer Schwarzes Brett */
a.normalblack { color:#181C18; font-size:10pt }

/*klein kursiv: */
td.kk { font-size:9pt; font-style:italic }

p.block { text-align:justify }
p.ital { font-style:italic;text-align:center }

/*Tabellen: */
table { border-style:none; border-width:0cm; margin: 0cm 0cm 0cm 0cm; }

table.rahmen { border-style:solid; border-width:thin; border-color:#000000; }


/* 1. Überschrift font-size = Schriftgroesse */
h1 { font-size:18pt }

/* 2. Überschrift font-size = Schriftgroesse */
h2 { font-size:16pt }

/* 3. Überschrift font-size = Schriftgroesse */
h3 { font-size:12pt }

/* 4. Überschrift font-size = Schriftgroesse */
h4 { font-size:10pt;font-weight:bold }

