/* einheitliche Hintergrundfarbe, Textfarbe, Schriftart */
  body {
    background-color: #ffffff;
    color: #000000;
    font-family: arial,verdana,sans-serif;
  }
   

  /* Weblinks in normaler Textfarbe */
  a:link,
  a:visited,
  a:hover,
  a:focus,
  a:active {
    color: #1C61AB;
  }
  /* Top-Left-Navi-Links */
  a.tlink:link{color:#666666;text-decoration:none}
  a.tlink:visited{color:#666666;text-decoration:none}
  a.tlink:hover{color:#666666;text-decoration:underline}
  /* kleine Schrift */
  .kleines{font-family:arial,verdana,sans-serif;font-size:8pt}
  .kopfklein{font-family:arial,verdana,sans-serif;font-size:12pt;color:#1c61ab}

  /* Weblinks mit Bildern ohne Rahmen */
  a img {
    border-width: 0px;
  }
  
  /* fuer Absaetze und aehnliche/gleichwertige Elemente... */
  
  /* groesserer Abstand zw. Absaetzen und nachfolgenden Ueberschriften */
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h6 {
    padding-top: 1.0em;
  }
  
  /* Überschriften */
  h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 16pt;
    color: #1c61ab;
    margin-top:0px;
  }
  h2 {
    font-style: normal;
    font-weight: bold;
    font-size: small;
  }
  h3 {
    font-style: italic;
    font-weight: bold;
    font-size: small;
  }
  h4 {
    font-style: normal;
    font-weight: bold;
    font-size: x-small;
  }
  h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    color:#1c61ab;
    margin-bottom:0px;
  }
  h6 {
    font-style: italic;
    font-weight: normal;
    font-size: x-small;
  }
  /* oberste/erste Ueberschrift OHNE zusaetzlichen Kopfabstand */
  div.element-header + h1 {
    margin-top:0em;
    padding-top:0em
  }
  
  /* einheitlich: kleine Schrift und Ausrichtung oben */
  p,
  ol li,
  ul li,
  dl dd,
  table td {
    font-size:10pt;
    line-height: 1.2;
    vertical-align: top;
  }
  
  /* Fliesztext mit vergroessertem Zeilenabstand und Abstand nach oben */
  p {
    padding-top: 0.1em;
  }
  
  /* Auflistungen mit vergroessertem Abstand unter/zwischen den Punkten */
  ol li,
  ul li,
  dl dd {
    padding-bottom: 0.5em;
  }

  /* ebenso Abstand von untergeordneten zur uebergeordneten Liste */
  li ol,
  li ul,
  li dl {
    padding-top: 0.5em;
  }
  
  /* oberer Abstand auch fuer die Formular-Inhaltselemente */
  div.element-header + form {
    padding-top:0px;
  }
  
  /* Tabellenspezifische Formatierungen */
  table {
    border-spacing: 0px;
  }
  table td {
    border: 0px;
    margin: 0px;
    padding: 0px;
  }
  
  /* ---------- Spezielle, d.h. klassenbezogene Formatierungen ---------- */

  /* fuer das BAGFA-Logo */
  .bagfa-logo {
    text-align: right;
    padding-bottom: 5px;
  }
  
  /* Header/Titel von Typo3-Inhaltselementen */
  .element-header {
    padding-top: 0em;
    font-size: 16pt;
    font-weight: normal;
    color: #1c61ab
  }
  
  /* Eintraege im Hauptmenue(menue) und Untermenue(smenue) */
  .menue {padding-bottom: 1px}
  td.smenuec {background-color:#eeeeee;text-align:left;vertical-align:middle}
  td.smenuep {background-color:#eeeeee;padding-left:10px;vertical-align:middle}
  td.smenuec_last {background-color:#eeeeee;text-align:left;vertical-align:middle;margin-bottom:1px}
  td.smenuep_last {background-color:#eeeeee;padding-left:10px;vertical-align:middle;margin-bottom:1px}
  
  
  /* Tabellenspalte fuer das Hauptmenue */
  .spalte-menue {
    vertical-align: top;
    width: 210px;
  }
  
  /* Tabellenspalte fuer die Inhaltselemente der Seite */
  .spalte-seitentext {
    vertical-align: top;
    padding-top:15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  dd.csc-textpic-caption {font-family:arial,verdana,sans-serif;font-size:7pt}
  h5 + p.bodytext {margin-top:0px;padding-top:1px}
  h5 + p {margin-top:0px;padding-top:1px}
