How do I add an image only to my start-page?

You should insert the code for the image in the template.

If it is only for the frontpage, use this code:

<?php if($s==0) { ?> 
<!-- HTML FOR FRONTPAGE --> 
<?php } else { ?> 
<!-- HTML FOR DEFAULT PAGE --> 
<?php } ?>