function change_white_ein() {
	$('#change_for_white').fadeOut();
	$('#change_for_black').fadeIn();
	$('#change_impressum_for_white').fadeOut();
	$('#change_impressum_for_black').fadeOut();
	$('#logo_for_white').fadeOut();
	$('#logo_for_black').fadeIn();
	$('#slogan_for_white').fadeOut();
	$('#slogan_for_black').fadeIn();
	$('#address_for_white').fadeOut();
	$('#address_for_black').fadeIn();
	$('#back_white').fadeOut();
	$('#back_black').fadeIn();
	$('#impressum_for_white').fadeOut();
	$('#impressum_for_black').fadeIn();
	$('#animation').fadeIn();

	$('#impressum_for_white_links').fadeOut();
	$('#impressum_for_white_rechts').fadeOut();
	$('#impressum_for_black_links').fadeOut();
	$('#impressum_for_black_rechts').fadeOut();
};
function change_black_ein() {
	$('#change_for_white').fadeIn();
	$('#change_for_black').fadeOut();
	$('#change_impressum_for_white').fadeOut();
	$('#change_impressum_for_black').fadeOut();
	$('#logo_for_white').fadeIn();
	$('#logo_for_black').fadeOut();
	$('#slogan_for_white').fadeIn();
	$('#slogan_for_black').fadeOut();
	$('#address_for_white').fadeIn();
	$('#address_for_black').fadeOut();
	$('#back_white').fadeIn();
	$('#back_black').fadeOut();
	$('#impressum_for_white').fadeIn();
	$('#impressum_for_black').fadeOut();
	$('#animation').fadeIn();
	
	$('#impressum_for_white_links').fadeOut();
	$('#impressum_for_white_rechts').fadeOut();
	$('#impressum_for_black_links').fadeOut();
	$('#impressum_for_black_rechts').fadeOut();
};
function change_impressum_white_ein() {
	$('#change_impressum_for_white').fadeOut();
	$('#change_impressum_for_black').fadeIn();
	$('#logo_for_white').fadeOut();
	$('#logo_for_black').fadeIn();
	$('#back_white').fadeOut();
	$('#back_black').fadeIn();

	$('#impressum_for_white_links').fadeOut();
	$('#impressum_for_white_rechts').fadeOut();
	$('#impressum_for_black_links').fadeIn();
	$('#impressum_for_black_rechts').fadeIn();
	$('#home_for_white').fadeOut();
	$('#home_for_black').fadeIn();
};
function change_impressum_black_ein() {
	$('#change_impressum_for_white').fadeIn();
	$('#change_impressum_for_black').fadeOut();
	$('#logo_for_white').fadeIn();
	$('#logo_for_black').fadeOut();
	$('#back_white').fadeIn();
	$('#back_black').fadeOut();
	
	$('#impressum_for_white_links').fadeIn();
	$('#impressum_for_white_rechts').fadeIn();
	$('#impressum_for_black_links').fadeOut();
	$('#impressum_for_black_rechts').fadeOut();
	$('#home_for_white').fadeIn();
	$('#home_for_black').fadeOut();
};
function impressum_for_white_ein() {
	$('#change_for_white').fadeOut();
	$('#change_for_black').fadeOut();
	$('#change_impressum_for_white').fadeIn();
	$('#change_impressum_for_black').fadeOut();
	$('#slogan_for_white').fadeOut();
	$('#slogan_for_black').fadeOut();
	$('#address_for_white').fadeOut();
	$('#address_for_black').fadeOut();
	$('#impressum_for_white').fadeOut();
	$('#impressum_for_black').fadeOut();
	$('#home_for_white').fadeIn();
	$('#home_for_black').fadeOut();
	$('#animation').fadeOut();
	$('#impressum_for_white_links').fadeIn();
	$('#impressum_for_white_rechts').fadeIn();
	$('#impressum_for_black_links').fadeOut();
	$('#impressum_for_black_rechts').fadeOut();
};
function impressum_for_black_ein() {
	$('#change_for_white').fadeOut();
	$('#change_for_black').fadeOut();
	$('#change_impressum_for_white').fadeOut();
	$('#change_impressum_for_black').fadeIn();
	$('#slogan_for_white').fadeOut();
	$('#slogan_for_black').fadeOut();
	$('#address_for_white').fadeOut();
	$('#address_for_black').fadeOut();
	$('#impressum_for_white').fadeOut();
	$('#impressum_for_black').fadeOut();
	$('#home_for_white').fadeOut();
	$('#home_for_black').fadeIn();
	$('#animation').fadeOut();
	$('#impressum_for_white_links').fadeOut();
	$('#impressum_for_white_rechts').fadeOut();
	$('#impressum_for_black_links').fadeIn();
	$('#impressum_for_black_rechts').fadeIn();
};
function home_for_white_ein() {
	$('#change_for_white').fadeIn();
	$('#change_for_black').fadeOut();
	$('#change_impressum_for_white').fadeOut();
	$('#change_impressum_for_black').fadeOut();
	$('#logo_for_white').fadeIn();
	$('#logo_for_black').fadeOut();
	$('#slogan_for_white').fadeIn();
	$('#slogan_for_black').fadeOut();
	$('#address_for_white').fadeIn();
	$('#address_for_black').fadeOut();
	$('#animation').fadeIn();
	$('#impressum_for_white_links').fadeOut();
	$('#impressum_for_white_rechts').fadeOut();
	$('#impressum_for_black_links').fadeOut();
	$('#impressum_for_black_rechts').fadeOut();
	
	$('#home_for_white').fadeOut();
	$('#home_for_black').fadeOut();
	$('#impressum_for_white').fadeIn();
	$('#impressum_for_black').fadeOut();
	
};
function home_for_black_ein() {
	$('#change_for_white').fadeOut();
	$('#change_for_black').fadeIn();
	$('#change_impressum_for_white').fadeOut();
	$('#change_impressum_for_black').fadeOut();
	$('#logo_for_white').fadeOut();
	$('#logo_for_black').fadeIn();
	$('#slogan_for_white').fadeOut();
	$('#slogan_for_black').fadeIn();
	$('#address_for_white').fadeOut();
	$('#address_for_black').fadeIn();
	$('#animation').fadeIn();
	$('#impressum_for_white_links').fadeOut();
	$('#impressum_for_white_rechts').fadeOut();
	$('#impressum_for_black_links').fadeOut();
	$('#impressum_for_black_rechts').fadeOut();
	
	$('#home_for_white').fadeOut();
	$('#home_for_black').fadeOut();
	$('#impressum_for_white').fadeOut();
	$('#impressum_for_black').fadeIn();
};
window.setInterval("zeitanzeige()",1000);
 
	   function zeitanzeige()
	   {
		d = new Date ();
 
		h = (d.getHours () < 10 ? '0' + d.getHours () : d.getHours ());
		m = (d.getMinutes () < 10 ? '0' + d.getMinutes () : d.getMinutes ());
		s = (d.getSeconds () < 10 ? '0' + d.getSeconds () : d.getSeconds ());
 
		document.getElementById("clock").innerHTML = ''
		+ h + ':' + m
		document.getElementById("clock_sec").innerHTML = ''
		+ s 
	   }
