$(function() {

    $("#s").focus(function() {
    
        if ($(this).val() == "single origin chocolates") {
        
            $(this).val("");
        
        }
    
    });
    
    $(".flair").css({
    
        "text-align": "center"
    
    })
    .append(" &nbsp; <img src='/images/flair-right.png' />")
    .prepend("<img src='/images/flair-left.png' /> &nbsp; ");
    
        
    
    $("#col3_content").corner();
    

	$("li.Schwerpunkte").click(function(){
	
		$("#tagcloud").toggle()
	
	});

	
	$(".nav-link-header").live("click", function(){
	
			$(".nav-link").toggle()
			
		});
	
		


});