﻿$(document).ready(function() {
  var gbOptionen = {
    gbWidth: 700,
    gbHeight: 550
  };
	$('.inseite a').greybox(gbOptionen);
});

