Hi thanks for that,

it was almost what I was looking for I didnt modify the products_listing.php but the tpl_index_product_list.php.

Code:
<?php
// categories_description
    if (($current_categories_description != '') & ( $_GET['page'] <= 1 )) {
?>
<div id="indexProductListCatDescription" class="content"><?php echo $current_categories_description;  ?></div>
<?php } 
// categories_description 
?>
Thanks for pointing me in the right direction