/* Startpagina begin */

jQuery(document).ready(function(){
  jQuery('li.cta_home a')
    .css({ 'backgroundPosition': '-10px -10px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('li.cta_algemeen a')
    .css({ 'backgroundPosition': '-112px -10px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('li.visible a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 100);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 100);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('li.cta_portfolio a')
    .css({ 'backgroundPosition': '-214px -10px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('li.cta_weblog a')
    .css({ 'backgroundPosition': '-316px -10px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('li.cta_contact a')
    .css({ 'backgroundPosition': '-418px -10px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('div#overons a')
    .css({ 'backgroundPosition': '-297px -167px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('li.voorstellenchange a')
    .css({ 'backgroundPosition': '-10px -170px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('li.portfoliochange a')
    .css({ 'backgroundPosition': '-144px -170px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 150);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('div#contact a')
    .css({ 'backgroundPosition': '-28px -9px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

/* Startpagina einde */


/* Vervolgpagina's begin*/
jQuery(document).ready(function(){
  jQuery('#vervolg li.cta_home a')
    .css({ 'backgroundPosition': '-10px -90px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('#vervolg li.cta_algemeen a')
    .css({ 'backgroundPosition': '-112px -90px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('#vervolg li.visible a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 100);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 100);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('#vervolg li.cta_portfolio a')
    .css({ 'backgroundPosition': '-214px -90px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('#vervolg li.cta_weblog a')
    .css({ 'backgroundPosition': '-316px -90px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('#vervolg li.cta_contact a')
    .css({ 'backgroundPosition': '-418px -90px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 500);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 950);
	  }
	);
});


/*
jQuery(document).ready(function(){
  jQuery('div#overons a')
    .css({ 'backgroundPosition': '-297px -167px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});
*/


jQuery(document).ready(function(){
  jQuery('div#gratisadvies a')
    .css({ 'backgroundPosition': '-530px -10px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});


/*
jQuery(document).ready(function(){
  jQuery('div#contact a')
    .css({ 'backgroundPosition': '-28px -9px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});
*/



jQuery(document).ready(function(){
  jQuery('div#verstuur a')
    .css({ 'backgroundPosition': '-10px -200px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});


/*
jQuery(document).ready(function(){
  jQuery('div#verstuurart a')
    .css({ 'backgroundPosition': '-10px -200px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});
*/


jQuery(document).ready(function(){
  jQuery('div#check a')
    .css({ 'backgroundPosition': '-370px -10px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div#offerte a')
    .css({ 'backgroundPosition': '-140px -200px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div.vraagaan a')
    .css({ 'backgroundPosition': '-140px -200px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div#vacatures a')
    .css({ 'backgroundPosition': '-10px -315px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('div#neemcontact a')
    .css({ 'backgroundPosition': '-10px -350px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div#vraagaantar a')
    .css({ 'backgroundPosition': '-10px -390px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('div#checkklein a')
    .css({ 'backgroundPosition': '-335px -200px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div#login a')
    .css({ 'backgroundPosition': '-10px -280px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('div#zoek a')
    .css({ 'backgroundPosition': '-335px -260px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});


jQuery(document).ready(function(){
  jQuery('div#artikel a')
    .css({ 'backgroundPosition': '-370px -10px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div.onsportfolio a')
    .css({ 'backgroundPosition': '-10px -265px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div.meerinfo a')
    .css({ 'backgroundPosition': '-10px -510px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div.bezoekweb a')
    .css({ 'backgroundPosition': '-10px -545px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div#bekijkref a')
    .css({ 'backgroundPosition': '-10px -430px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

jQuery(document).ready(function(){
  jQuery('div#bekijktar a')
    .css({ 'backgroundPosition': '-10px -470px' })
	.hover(
      function(){
        jQuery(this).stop()
          .animate({
            'opacity': 0
          }, 200);
	  },
	  function(){
        jQuery(this).stop()
          .animate({
            'opacity': 1
          }, 400);
	  }
	);
});

/* Vervolgpagina's einde */

