/* Javascript Document for Brandlab - Maislinger Snoli */
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Brandlab - Werbeagentur
	Client: ÖVP Absam
	Description: JavaScript Code for the page start.htm
	Copyright: (C) 3B-Solutions Klaus Hoermann 2010
*/

/* when the document is ready */
jQuery(document).ready(function()
{	
	$("#contentbodyimage img").animate( { left:"0px" }, 1200);	
});