Jordy,
You have to play around with your templates in WordPress. For example open your Single Post template (single.php) and look for...
PHP Code:
<?php comments_template(); ?>
That code is what calls up your comments. You can move this code around in the template to make the comments appear in different places.