@charset "UTF-8"; /*© Christof Grusdat*/

#einleitung {
   display: table;
   table-layout: fixed;
   max-width: 900px;
   border-collapse: collapse;
   border-spacing: 0;
   empty-cells: show;
}

#einleitung > * {
   display: table-cell;
}

#einleitung > div {
   width: 200px;
   vertical-align: middle;
}

#einleitung > p {
   width: auto;
   padding-left: 20px;
}

#spenden   tr > *:first-child {
   white-space: nowrap;
}