/* Einstellen der Seitenüberschriften */
h1 { color: #FF0000; background-color: transparent; text-align: center }
h2 { color: #9900FF; background-color: transparent }
h3 { color: #660066; background-color: transparent; text-align: center }
h4 { text-align: center }

/* Farbliche Hervorhebung */
span.farb1 { color: #0000FF; background-color: #FFFF00;
             font-size: 110%; font-weight: bold }
span.farb2 { color: #3300CC; background-color: transparent }
span.gbkopf { font-style: italic; text-decoration:underline }
span.gbanm { color: #0099FF; background-color: transparent ;
             font-style: italic;  }
span.recht { font-style: italic; font-weight: bold;
             text-decoration:underline }
span.zitat { color: #0000FF; background-color: transparent;
             font-size: 110%; font-style: italic;
             font-variant:small-caps}

/* Kleinere Schrift für Navigation und Fussteile */
p.kleiner { font-size: 90% }
p.fuss    { font-size: 70%; text-align: right }
p.bilder  { font-size: 85% }

/* Einstellen der Link-Farben */
A:link    { color: #0000FF; background-color: transparent }
A:visited { color: #9900CC; background-color: transparent }
A:hover   { color: #FF9900; background-color: transparent }
A:active  { color: #99FF66; background-color: transparent }

/* Einstellen der Raender bei Einsatzbildern */
img.ebild { margin-right: 15px; margin-bottom: 10px}
img.vbild { margin-right: 10px; margin-bottom: 10px}