/*Grundlegende Einstellungen:*/
h1,h2,h3,h4,h5,body,blockquote,p,td,th,ul,ol,li,strong,div,dd,dt,dl,span,table,legend {
  font-family:arial,helvetica,sans-serif;
}
/*Bei Gelegenheit ergänzen: margin-bottom:0em; margin-top:0.6em; ->größere Nacharbeiten nötig!*/
/* h1 { font-family:din-bold,arial; font-weight:normal; text-transform:capitalize; }   */

/*Schrift-Farben:*/
body,blockquote,p,td,ul,ol,li,div,dd,dt,dl { font-family:arial,helvetica,sans-serif; color:#000000; }
h1,h2,h3,h4,h5,strong,b,dt,legend { color:#092548; }

/*Absatz-Abstände, muss noch erweitert werden, s.o.*/
h1,h2.oben {margin-bottom:0em; margin-top:0em;}  /*Kein Platz in der obersten Zeile */
h2,h3,h4,h5 {margin-bottom:0em; margin-top:1em;}
p {margin-bottom:0.6em; margin-top:0.6em;}

/*Spezielles:*/
th { color:#F1F1F7; text-align:left; background-color:#0B2A51; }
body {background-color:#F1F1F7;}
body.unten {background-color:#0B2A51; margin-right:10px}

A:link {color:#3C6BA4; text-decoration:underline;}
A:visited {color:#092548; text-decoration:underline;}
A:active {color:#4275B4; text-decoration:underline;}
A:hover {color:#4275B4; text-decoration:underline;}

code { font-weight:bold; font-family:monospace,courier,courier new; font-size:110%; }
pre { font-family:monospace,courier,courier new; font-size:110%; }

/*Legende für Field Sets*/
legend {font-weight:bold;}
fieldset {margin-top:1em;}

/*Einzüge definieren:*/
p,pre,code,dt,dl,blockquote,table.einzug,form.einzug,fieldset {margin-left:20px;margin-right:10px;}

dt {margin-left:0px;font-weight:bold; margin-top:1em;}
dd {margin-top:0.5em;}

sup {font-size:x-small}

/*Spezialformate:*/
p.oben  {font-size:14pt; line-height:14pt; color:#2B4C75; font-weight:bold; text-align:right; margin-right:10px;}
p.unten {font-size:14pt; line-height:10pt; color:#F1F1F7; font-weight:bold; text-align:right; margin-top:5pt;}
p.warn {color:darkred;font-weight:bold;}

p.bsp {margin-left:30px;}
p.bsptxt {margin-left:50px;}
p.bild {text-align: center;font-size:80%;font-style:italic;}
p.keinEinzug {margin-left:0px;}

/*Zusatzzeile unter Überschriften:*/
h1.untertitel,h2.untertitel {margin-top:0em}
p.untertitel {margin-left:0px;font-size:small; margin-top:0em}



p.untentxt {font-size:14pt; line-height:8pt; color:#F1F1F7; font-weight:bold; text-align:right; margin-top:5pt; }