//////////////////////////////////////////////////////////////////////////////////
////	KONTAKTBUTTON    ///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
	/*	$('#kontakt_button').mouseenter(function() { 
			$('.kontakt_field').delay( 100 ).animate({ "left": "0px" }, 250 ); 
			$('.kontakt_button_pfeil').delay( 100 ).fadeOut( 100 );
			$('.kontakt_button_pfeil_close').delay( 100 ).fadeIn( 100 );
			},{ "duration": "slow", "easing": "easein" });
	*/
	
		$('#kontakt_button').hover(function() { 
		$('.kontakt_field').delay( 100 ).animate({ "left": "0px" }, 250 ); 
		$('.kontakt_button_pfeil').delay( 100 ).fadeOut( 100 );
		$('.kontakt_button_pfeil_close').delay( 100 ).fadeIn( 100 );
		},{ "duration": "slow", "easing": "easein" });
		
	
		$('#kontakt_button').click(function() { 
		$('.kontakt_field').delay( 100 ).animate({ "left": "-180px" }, 250 ); 
		$('.kontakt_button_pfeil').delay( 100 ).fadeIn( 100 );
		$('.kontakt_button_pfeil_close').delay( 100 ).fadeOut( 100 );
		
	});
	
//////////////////////////////////////////////////////////////////////////////////
////	PROFILSEITE    ///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
	
//////////////////////////////////
////    DROPDOWN KINO	
//////////////////////////////////
	
	$('.schauspieler_detail_kino_title_arrow_down').click(function() { 
		$('.schauspieler_detail_kino_title_arrow_down').delay( 0 ).fadeOut( 0 ); 
		$('.schauspieler_detail_kino_title_arrow_up').delay( 0 ).fadeIn( 0 );
		$('.schauspieler_detail_kino').delay( 0 ).animate({ "padding-top": "15px", "padding-bottom": "15px" }, 250 );	
		$('.schauspieler_detail_kino').delay( 0 ).animate({ "height": "100%"}, 500 );	
	});
	
	$('.schauspieler_detail_kino_title_arrow_up').click(function() { 
		$('.schauspieler_detail_kino_title_arrow_up').delay( 0 ).fadeOut( 0 ); 
		$('.schauspieler_detail_kino_title_arrow_down').delay( 0 ).fadeIn( 0 );
		$('.schauspieler_detail_kino').delay( 0 ).animate({ "padding-bottom": "0px" }, 0 );	
		$('.schauspieler_detail_kino').delay( 0 ).animate({ "height": "0", "padding-top": "0px"}, 250 );	
	});

//////////////////////////////////
////    DROPDOWN FERNSEHEN	
//////////////////////////////////
	
	$('.schauspieler_detail_fernsehen_title_arrow_down').click(function() { 
		$('.schauspieler_detail_fernsehen_title_arrow_down').delay( 0 ).fadeOut( 0 ); 
		$('.schauspieler_detail_fernsehen_title_arrow_up').delay( 0 ).fadeIn( 0 );
		$('.schauspieler_detail_fernsehen').delay( 0 ).animate({ "padding-top": "15px", "padding-bottom": "15px" }, 250 );	
		$('.schauspieler_detail_fernsehen').delay( 0 ).animate({ "height": "100%"}, 500 );	
	});
	
	$('.schauspieler_detail_fernsehen_title_arrow_up').click(function() { 
		$('.schauspieler_detail_fernsehen_title_arrow_up').delay( 0 ).fadeOut( 0 ); 
		$('.schauspieler_detail_fernsehen_title_arrow_down').delay( 0 ).fadeIn( 0 );
		$('.schauspieler_detail_fernsehen').delay( 0 ).animate({ "padding-bottom": "0px" }, 0 );	
		$('.schauspieler_detail_fernsehen').delay( 0 ).animate({ "height": "0", "padding-top": "0px"}, 250 );	
	});
	
//////////////////////////////////
////    DROPDOWN THEATER	
//////////////////////////////////
	
	$('.schauspieler_detail_theater_title_arrow_down').click(function() { 
		$('.schauspieler_detail_theater_title_arrow_down').delay( 0 ).fadeOut( 0 ); 
		$('.schauspieler_detail_theater_title_arrow_up').delay( 0 ).fadeIn( 0 );
		$('.schauspieler_detail_theater').delay( 0 ).animate({ "padding-top": "15px", "padding-bottom": "15px" }, 250 );	
		$('.schauspieler_detail_theater').delay( 0 ).animate({ "height": "100%"}, 500 );	
	});
	
	$('.schauspieler_detail_theater_title_arrow_up').click(function() { 
		$('.schauspieler_detail_theater_title_arrow_up').delay( 0 ).fadeOut( 0 ); 
		$('.schauspieler_detail_theater_title_arrow_down').delay( 0 ).fadeIn( 0 );
		$('.schauspieler_detail_theater').delay( 0 ).animate({ "padding-bottom": "0px" }, 0 );	
		$('.schauspieler_detail_theater').delay( 0 ).animate({ "height": "0", "padding-top": "0px"}, 250 );	
	});
	
//////////////////////////////////
////    DROPDOWN SERIE	
//////////////////////////////////
	
	$('.kamera_detail_serie_title_arrow_down').click(function() { 
		$('.kamera_detail_serie_title_arrow_down').delay( 0 ).fadeOut( 0 ); 
		$('.kamera_detail_serie_title_arrow_up').delay( 0 ).fadeIn( 0 );
		$('.kamera_detail_serie').delay( 0 ).animate({ "padding-top": "15px", "padding-bottom": "15px" }, 250 );	
		$('.kamera_detail_serie').delay( 0 ).animate({ "height": "100%"}, 500 );	
	});
	
	$('.kamera_detail_serie_title_arrow_up').click(function() { 
		$('.kamera_detail_serie_title_arrow_up').delay( 0 ).fadeOut( 0 ); 
		$('.kamera_detail_serie_title_arrow_down').delay( 0 ).fadeIn( 0 );
		$('.kamera_detail_serie').delay( 0 ).animate({ "padding-bottom": "0px" }, 0 );	
		$('.kamera_detail_serie').delay( 0 ).animate({ "height": "0", "padding-top": "0px"}, 250 );	
	});
	
//////////////////////////////////
////    DROPDOWN FILM	
//////////////////////////////////
	
	$('.kamera_detail_film_title_arrow_down').click(function() { 
		$('.kamera_detail_film_title_arrow_down').delay( 0 ).fadeOut( 0 ); 
		$('.kamera_detail_film_title_arrow_up').delay( 0 ).fadeIn( 0 );
		$('.kamera_detail_film').delay( 0 ).animate({ "padding-top": "15px", "padding-bottom": "15px" }, 250 );	
		$('.kamera_detail_film').delay( 0 ).animate({ "height": "100%"}, 500 );	
	});
	
	$('.kamera_detail_film_title_arrow_up').click(function() { 
		$('.kamera_detail_film_title_arrow_up').delay( 0 ).fadeOut( 0 ); 
		$('.kamera_detail_film_title_arrow_down').delay( 0 ).fadeIn( 0 );
		$('.kamera_detail_film').delay( 0 ).animate({ "padding-bottom": "0px" }, 0 );	
		$('.kamera_detail_film').delay( 0 ).animate({ "height": "0", "padding-top": "0px"}, 250 );	
	});
	
//////////////////////////////////
////    DROPDOWN BIOGRAFIE
//////////////////////////////////
	
	$('.werbegesicht_detail_bio_title_arrow_down').click(function() { 
		$('.werbegesicht_detail_bio_title_arrow_down').delay( 0 ).fadeOut( 0 ); 
		$('.werbegesicht_detail_bio_title_arrow_up').delay( 0 ).fadeIn( 0 );
		$('.werbegesicht_detail_bio').delay( 0 ).animate({ "padding-top": "15px", "padding-bottom": "15px" }, 250 );	
		$('.werbegesicht_detail_bio').delay( 0 ).animate({ "height": "100%"}, 500 );	
	});
	
	$('.werbegesicht_detail_bio_title_arrow_up').click(function() { 
		$('.werbegesicht_detail_bio_title_arrow_up').delay( 0 ).fadeOut( 0 ); 
		$('.werbegesicht_detail_bio_title_arrow_down').delay( 0 ).fadeIn( 0 );
		$('.werbegesicht_detail_bio').delay( 0 ).animate({ "padding-bottom": "0px" }, 0 );	
		$('.werbegesicht_detail_bio').delay( 0 ).animate({ "height": "0", "padding-top": "0px"}, 250 );	
	});
	
//////////////////////////////////
////    DROPDOWN MODERATION
//////////////////////////////////
	
	$('.werbegesicht_detail_moderation_title_arrow_down').click(function() { 
		$('.werbegesicht_detail_moderation_title_arrow_down').delay( 0 ).fadeOut( 0 ); 
		$('.werbegesicht_detail_moderation_title_arrow_up').delay( 0 ).fadeIn( 0 );
		$('.werbegesicht_detail_moderation').delay( 0 ).animate({ "padding-top": "15px", "padding-bottom": "15px" }, 250 );	
		$('.werbegesicht_detail_moderation').delay( 0 ).animate({ "height": "100%"}, 500 );	
	});
	
	$('.werbegesicht_detail_moderation_title_arrow_up').click(function() { 
		$('.werbegesicht_detail_moderation_title_arrow_up').delay( 0 ).fadeOut( 0 ); 
		$('.werbegesicht_detail_moderation_title_arrow_down').delay( 0 ).fadeIn( 0 );
		$('.werbegesicht_detail_moderation').delay( 0 ).animate({ "padding-bottom": "0px" }, 0 );	
		$('.werbegesicht_detail_moderation').delay( 0 ).animate({ "height": "0", "padding-top": "0px"}, 250 );	
	});

//////////////////////////////////
////    DROPDOWN EVENT
//////////////////////////////////
	
	$('.werbegesicht_detail_event_title_arrow_down').click(function() { 
		$('.werbegesicht_detail_event_title_arrow_down').delay( 0 ).fadeOut( 0 ); 
		$('.werbegesicht_detail_event_title_arrow_up').delay( 0 ).fadeIn( 0 );
		$('.werbegesicht_detail_event').delay( 0 ).animate({ "padding-top": "15px", "padding-bottom": "15px" }, 250 );	
		$('.werbegesicht_detail_event').delay( 0 ).animate({ "height": "100%"}, 500 );	
	});
	
	$('.werbegesicht_detail_event_title_arrow_up').click(function() { 
		$('.werbegesicht_detail_event_title_arrow_up').delay( 0 ).fadeOut( 0 ); 
		$('.werbegesicht_detail_event_title_arrow_down').delay( 0 ).fadeIn( 0 );
		$('.werbegesicht_detail_event').delay( 0 ).animate({ "padding-bottom": "0px" }, 0 );	
		$('.werbegesicht_detail_event').delay( 0 ).animate({ "height": "0", "padding-top": "0px"}, 250 );	
	});
	
	






