
function moveContent(pixelWert){
$(document).ready(function(){
	$("ul.border").css("left",pixelWert);
});
}
