Pauschale: Pauschalenleser
unverbindliche Anfrage
<script>
var $scroll = jQuery.noConflict();
$scroll(document).ready(function () {
// Handler for .ready() called.
$scroll('html, body').animate({
scrollTop: $scroll('#container').offset().top
}, 'slow');
});
</script>