jQuery('.referenzen').cluetip({width: 670, topOffset:1, dropShadow:false, tracking: true, topOffset:60, leftOffset:1, clickThrough:true});


jQuery("#fbicc").click(
  function(){
    jQuery("#fbiccbox").slideToggle()
    jQuery("#twiccBox").slideToggle()  
  }
);

jQuery("#twicc").click(
  function(){
    jQuery("#twiccBox").slideToggle()
    jQuery("#fbiccbox").slideToggle()  
  });
  
  
function newImg(){
        var href=((jQuery('#url').attr('value')));
        jQuery('#qrcode').attr('src', 'http://qrcode.kaywa.com/img.php?s=32&d='+href)
      }
      jQuery('input').change(function(){
        newImg()
      })
      jQuery('input').keyup(function(){
        newImg()
      })


$('.subContainer').slideUp()
var subCount = $('.subnavi').size()
if (subCount > 0) {
	$('.subContainer').slideDown(300);
	$('#logo').animate({
		top: '50px'
	}, 310);
	$('.navact').addClass('plussub')
	$('#content').css('padding-top', '15px')
};



