<div class="<?= $this->class ?> ce_text block"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>>
<?php if ($this->headline): ?>
<h1><?= $this->headline ?></h1>
<?php endif; ?>
<?= $this->text ?>
<a href="<?= $this->href ?>" title="<?= $this->readMore ?>" class="more"><?= $this->more ?><span class="invisible"> <?= $this->headline ?></span></a>
</div>