super-mouse In order to achieve that you have to create a new position above the tabs and section positions.
I just updated the home layout of your site: root/templates/ja_autoshop/tpls/blocks/home.php
<?php if ($this->countModules('section')) : ?>
<div id="t3-section" class="t3-section-wrap t3-section">
<jdoc:include type="modules" name="<?php $this->_p('section-top') ?>" style="T3Xhtml" />
<?php $this->loadBlock('tabs') ;?>
<jdoc:include type="modules" name="<?php $this->_p('section') ?>" style="T3Xhtml" />
</div>
<?php endif ?>
Kindly check.