$(document).ready(function()
{
    $("#impressumLink").colorbox({width:"50%", height:"60%", inline:true, href:".impressum"});
});
