/*
 * Style sheet for the iadb pages
 */
   :link { text-decoration: underline; color: #212121; }
   :visited { text-decoration: underline; color: #778899; }
   :active { text-decoration: underline; color: red; }
   a.blau:link { text-decoration: underline; color: #f5f5f5; }
   a.blau:visited { text-decoration: underline; color: #dcdcdc; }
   a.blau:active { text-decoration: underline; color: #ff9900; }
   .archiv { font-family: Comic Sans MS,Arial,Helvetica; text-align: right; font-size: 11pt; font-weight: bold; font-style: italic; color: #af0000; }
   .zentriert { text-align: center; }
   .links { text-align: left; }
   .rechts { text-align: right; }
   .blocksatz { text-align: justify; }
   .ende { text-align: center; font-size: 8pt; font-weight: bold; }
   .mini { font-size: 7.5pt; }
   .minib { font-size: 7.5pt; color: #1f406f; }
   body { color: #000; font-family: Arial,Helvetica,sans-serif; font-size: 10pt; }
   h1 { font-size: 190% }
   h2 { font-size: 170% }
   h3 { font-size: 150% }
   h4 { font-size: 120% }
   hr { height: 0.5px; }
   img { border-width:0px; }
   img.links { float: left; margin: 5pt; }
   img.linksz { float: left; }
   img.rechts { float: right; margin: 5pt; }
   table.zentriert { margin-left:auto; margin-right:auto; }
   table.links { float: left; margin-right: 10pt; }
   table.rechts { float: right; margin: 10pt; }
   td { text-align: left; color: #000; font-family: Arial,Helvetica,sans-serif; font-size: 10pt; }
   td.blau { text-align: left; color: #f5f5f5; font-weight: bold; font-family: Arial,Helvetica,sans-serif; font-size: 8pt; }
   td.zentriert { text-align: center; }
