		$(document).ready(function(){
			$("#box").before('<img id="box_top" src="/images/box_top.png" alt="" />');
			$("#box").after('<img id="box_bottom" src="/images/box_bottom.png" alt="" />');
			$("#topnav .tab").before('<img class="tab_left" src="/images/nav_left.png" alt="" />');
			$("#topnav .tab").after('<img class="tab_right" src="/images/nav_right.png" alt="" />');
			$("#topnav .tab_active").before('<img class="tab_left" src="/images/nav_active_left.png" alt="" />');
			$("#topnav .tab_active").after('<img class="tab_right" src="/images/nav_active_right.png" alt="" />');


			$('img[src$=png]').ifixpng();

			$(".newsticker").jCarouselLite({
				vertical: true,
				visible: 2,
				auto:5000,
				speed:2000
			});
			
			$('#firma').hover(function () {$('#popnav1').show();}, function () {$('#popnav1').hide();});
			$('#popnav1').hover(function () {$('#popnav1').show();}, function () {$('#popnav1').hide();});
			$('#immobilien').hover(function () {$('#popnav2').show();}, function () {$('#popnav2').hide();});
			$('#popnav2').hover(function () {$('#popnav2').show();}, function () {$('#popnav2').hide();});
			$('#ausbildung').hover(function () {$('#popnav3').show();}, function () {$('#popnav3').hide();});
			$('#popnav3').hover(function () {$('#popnav3').show();}, function () {$('#popnav3').hide();});
		})

