// EDITMODE Start Textfeld
// -----------------------------------------------------------------------------
$('#startGetTextFormular').click(function () {
	$('#contentStartText').fadeOut('normal', function() {
		$('#contentStartTextForm').fadeIn('normal');
	});
});
$('#startCancelTextFormular').click(function () {
	//$('#contentStartTextForm').fadeOut('normal', function() {
	//	$('#contentStartText').fadeIn('normal');
	//});
	document.location.href='start.html';
	//document.location.href='start.html?js=noScript&keyword=' + $(this).closest('.contentStartKeywordsFormRow').children('input[fix="open_keyword_url"]').attr('value');
});
// -----------------------------------------------------------------------------

// EDITMODE Start Keywords
// -----------------------------------------------------------------------------
$('#startGetKeywordsFormular').click(function () {
	$('#contentStartText').fadeOut('normal', function() {
		$('#contentStartKeywordsForm').fadeIn('normal');
	});
});
$('#startCancelKeywordsFormular').click(function () {
	//$('#contentStartKeywordsForm').fadeOut('normal', function() {
	//	$('#contentStartText').fadeIn('normal');
	//});
	document.location.href='start.html';
});
$('a[name="contentStartKeywordsFormTypeLink"]').click(function () {
	//$('.createUser').slideUp('normal');
	//$('.textfield').attr('value', '');
	$(this).closest('.contentStartKeywordsFormRow').children('input[fix="form_type"]').attr('value', 'link');
	$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowContent').children('a[name="contentStartKeywordsFormTypePopup"]').removeAttr('class');
	$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowContent').children('a[name="contentStartKeywordsFormTypeLink"]').attr('class', 'active');
	$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowLink').slideDown('normal');
	//$('.contentStartKeywordsFormRowLink').slideDown('normal');
	
});
$('a[name="contentStartKeywordsFormTypePopup"]').click(function () {
	//$('.createUser').slideUp('normal');
	//$('.textfield').attr('value', '');
	$(this).closest('.contentStartKeywordsFormRow').children('input[fix="form_type"]').attr('value', 'overlay');
	$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowContent').children('a[name="contentStartKeywordsFormTypeLink"]').removeAttr('class');
	$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowContent').children('a[name="contentStartKeywordsFormTypePopup"]').attr('class', 'active');
	$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowLink').slideUp('normal');
	//$('.contentStartKeywordsFormRowLink').slideDown('normal');
	
});
$('input[name="contentStartKeywordsFormDelete"]').click(function () {
	//$('.createUser').slideUp('normal');
	//$('.textfield').attr('value', '');
	$(this).closest('.contentStartKeywordsFormRow').children('input[fix="form_delete"]').attr('value', 'true');
	$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowContent').slideUp('normal');
	$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowLink').slideUp('normal');
	$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowReverseDelete').slideDown('normal');
	
});
$('a[name="contentStartKeywordsFormRowReverseDelete"]').click(function () {
	//$('.createUser').slideUp('normal');
	//$('.textfield').attr('value', '');
	$(this).closest('.contentStartKeywordsFormRow').children('input[fix="form_delete"]').attr('value', 'false');
	$(this).closest('.contentStartKeywordsFormRowReverseDelete').slideUp('normal', function (){			
		$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowContent').slideDown('normal');
		if($(this).closest('.contentStartKeywordsFormRow').children('input[fix="form_type"]').attr('value') == 'link'){
			$(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowLink').slideDown('normal');	
		}
	});
});
$('input[name="contentStartKeywordsFormOpen"]').click(function () {
	if($(this).closest('.contentStartKeywordsFormRow').children('input[fix="form_type"]').attr('value') == 'overlay')
	{
		document.location.href='start.html?js=noScript&keyword=' + $(this).closest('.contentStartKeywordsFormRow').children('input[fix="open_keyword_url"]').attr('value');
	}
	else
	{
		document.location.href='' + $(this).closest('.contentStartKeywordsFormRow').children('.contentStartKeywordsFormRowLink').children('input[fix="form_link_url"]').attr('value');
	}
});
$('#contentStartKeywordsFormCreate').click(function () {
	$('#contentStartKeywordsFormRowNew').children('input[fix="form_create"]').attr('value', 'true');
	$('#contentStartKeywordsFormCreate').slideUp('normal', function (){
		$('#contentStartKeywordsFormRowNew').slideDown('normal');
	});
});


// -----------------------------------------------------------------------------

// EDITMODE Overlay Upload Form
// -----------------------------------------------------------------------------
$('#overlayShowUploadForm').click(function () {
	$('#overlayShowUploadDeleteFormContainer').fadeOut('normal', function() {
		$('#overlayToolImageUploadForm').slideDown('normal');
	});
});
$('#overlayUploadFormCancel').click(function () {
	$('#overlayToolImageUploadForm').slideUp('normal', function() {
		$('#overlayShowUploadDeleteFormContainer').fadeIn('normal');
	});
});
$('#overlayToolImageUploadForm form input[type="submit"]').click(function () {
	$('#overlayToolImageUploadFormLoading').slideDown('normal');
});

$('#overlayShowDeleteForm').click(function () {
	$('#overlayShowUploadDeleteFormContainer').fadeOut('normal', function() {
		$('#overlayToolImageDeleteForm').slideDown('normal');
	});
});
$('#overlayDeleteFormCancel').click(function () {
	$('#overlayToolImageDeleteForm').slideUp('normal', function() {
		$('#overlayShowUploadDeleteFormContainer').fadeIn('normal');
	});
});
// -----------------------------------------------------------------------------

// EDITMODE Overlay Text Form
// -----------------------------------------------------------------------------
$('#overlayShowTextForm').click(function () {
	$('#overlayTextFadeOutContainer').fadeOut('normal', function() {
		$('#overlayToolTextForm').fadeIn('normal');
	});
});
$('#overlayTextFormCancel').click(function () {
	//$('#overlayToolTextForm').fadeOut('normal', function() {
	//	$('#overlayTextFadeOutContainer').fadeIn('normal');
	//});
	document.location.href='start.html?js=noScript&keyword=' + $('#overlayToolText').attr('keyword');
});
// -----------------------------------------------------------------------------

// EDITMODE Overlay Keywords
// -----------------------------------------------------------------------------
$('#overlayShowKeywordsForm').click(function () {
	$('#overlayTextFadeOutContainer').fadeOut('normal', function() {
		$('#overlayToolKeywordsForm').fadeIn('normal');
	});
});
$('#overlayToolCancelKeywordsFormular').click(function () {
	//$('#overlayToolKeywordsForm').fadeOut('normal', function() {
	//	$('#overlayTextFadeOutContainer').fadeIn('normal');
	//});
	document.location.href='start.html?js=noScript&keyword=' + $('#overlayToolText').attr('keyword');
});
$('a[name="overlayToolKeywordsFormTypeLink"]').click(function () {
	$(this).closest('.overlayToolKeywordsFormRow').children('input[fix="form_type"]').attr('value', 'link');
	$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowContent').children('a[name="overlayToolKeywordsFormTypePopup"]').removeAttr('class');
	$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowContent').children('a[name="overlayToolKeywordsFormTypeLink"]').attr('class', 'active');
	$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowLink').slideDown('normal');
});
$('a[name="overlayToolKeywordsFormTypePopup"]').click(function () {
	$(this).closest('.overlayToolKeywordsFormRow').children('input[fix="form_type"]').attr('value', 'overlay');
	$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowContent').children('a[name="overlayToolKeywordsFormTypeLink"]').removeAttr('class');
	$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowContent').children('a[name="overlayToolKeywordsFormTypePopup"]').attr('class', 'active');
	$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowLink').slideUp('normal');
});
$('input[name="overlayToolKeywordsFormDelete"]').click(function () {
	$(this).closest('.overlayToolKeywordsFormRow').children('input[fix="form_delete"]').attr('value', 'true');
	$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowContent').slideUp('normal');
	$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowLink').slideUp('normal');
	$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowReverseDelete').slideDown('normal');
	
});
$('a[name="overlayToolKeywordsFormRowReverseDelete"]').click(function () {
	$(this).closest('.overlayToolKeywordsFormRow').children('input[fix="form_delete"]').attr('value', 'false');
	$(this).closest('.overlayToolKeywordsFormRowReverseDelete').slideUp('normal', function (){			
		$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowContent').slideDown('normal');
		if($(this).closest('.overlayToolKeywordsFormRow').children('input[fix="form_type"]').attr('value') == 'link'){
			$(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowLink').slideDown('normal');	
		}
	});
});
$('input[name="overlayToolKeywordsFormOpen"]').click(function () {
	if($(this).closest('.overlayToolKeywordsFormRow').children('input[fix="form_type"]').attr('value') == 'overlay')
	{
		document.location.href='start.html?js=noScript&keyword=' + $(this).closest('.overlayToolKeywordsFormRow').children('input[fix="open_keyword_url"]').attr('value');
	}
	else
	{
		document.location.href='' + $(this).closest('.overlayToolKeywordsFormRow').children('.overlayToolKeywordsFormRowLink').children('input[fix="form_link_url"]').attr('value');
	}
});
$('#overlayToolKeywordsFormCreate').click(function () {
	$('#overlayToolKeywordsFormRowNew').children('input[fix="form_create"]').attr('value', 'true');
	$('#overlayToolKeywordsFormCreate').slideUp('normal', function (){
		$('#overlayToolKeywordsFormRowNew').slideDown('normal');
	});
});

$('#overlayToolSubShowTextForm').click(function () {
	$(this).closest('#overlayToolSubText').children('#overlayToolSubTextInner').fadeOut('normal', function() {
		$(this).closest('#overlayToolSubText').children('#overlayToolSubTextForm').fadeIn('normal');
	});
});
$('#overlayToolSubTextFormCancel').click(function () {
	//$(this).closest('#overlayToolSubText').children('#overlayToolSubTextForm').fadeOut('normal', function() {
	//	$(this).closest('#overlayToolSubText').children('#overlayToolSubTextInner').fadeIn('normal');
	//});
	document.location.href='start.html?js=noScript&keyword=' + $('#overlayToolSubText').attr('keyword') + '&subkeyword=' + $('#overlayToolSubText').attr('subkeyword');
});

// -----------------------------------------------------------------------------

// EDITMODE Historie Text Form
// -----------------------------------------------------------------------------
$('#contentHistorieShowTextForm').click(function () {
	$('#contentHistorieLeftContainer').fadeOut('normal', function() {
		$('#contentHistorieLeftContainerTextForm').fadeIn('normal');
	});
});
$('#contentHistorieTextFormCancel').click(function () {
	//$('#contentHistorieLeftContainerTextForm').fadeOut('normal', function() {
	//	$('#contentHistorieLeftContainer').fadeIn('normal');
	//});
	document.location.href='historie.html?jahr=' + $('#contentHistorieLeftContainer').attr('year');
});
// -----------------------------------------------------------------------------

// EDITMODE Historie Upload Form
// -----------------------------------------------------------------------------
$('#contentHistorieShowImageUploadForm').click(function () {
	$('#contentHistorieShowImageUploadForm').slideUp('normal', function() {
		$('#contentHistorieImageUploadForm').slideDown('normal');
	});
});
$('#contentHistorieImageUploadFormCancel').click(function () {
	$('#contentHistorieImageUploadForm').slideUp('normal', function() {
		$('#contentHistorieShowImageUploadForm').slideDown('normal');
	});
});
$('#contentHistorieImageUploadForm form input[type="submit"]').click(function () {
	$('#contentHistorieImageUploadFormLoading').show('normal');
});
// -----------------------------------------------------------------------------

// EDITMODE Historie Year Form
// -----------------------------------------------------------------------------

$('input[name="contentHistorieYearsShowDeleteForm"]').click(function () {
	$(this).fadeOut('normal', function() {
		$(this).closest('.contentHistorieFooterContainerYears').children('.contentHistorieYearContainerDeleteForm').fadeIn('normal');
	});
});
$('input[name="contentHistorieYearContainerDeleteFormCancel"]').click(function () {
	$(this).closest('.contentHistorieFooterContainerYears').children('.contentHistorieYearContainerDeleteForm').fadeOut('normal', function() {
		$(this).closest('.contentHistorieFooterContainerYears').children('input[name="contentHistorieYearsShowDeleteForm"]').fadeIn('normal');
	});
});
$('#contentHistorieYearsShowCreateForm').click(function () {
	$('#contentHistorieYearsShowCreateForm').fadeOut('normal', function() {
		$('#contentHistorieYearContainerCreateForm').fadeIn('normal');
	});
});
$('#contentHistorieYearContainerCreateFormCancel').click(function () {
	$('#contentHistorieYearContainerCreateForm').fadeOut('normal', function() {
		$('#contentHistorieYearsShowCreateForm').fadeIn('normal');
	});
});
// -----------------------------------------------------------------------------


// EDITMODE Referenzen Text Form
// -----------------------------------------------------------------------------
$('#contentReferenzenShowTextForm').click(function () {
	$('#contentReferenzenLeftContainer').fadeOut('normal', function() {
		$('#contentReferenzenLeftContainerTextForm').fadeIn('normal');
	});
});
$('#contentReferenzenTextFormCancel').click(function () {
	//$('#contentReferenzenLeftContainerTextForm').fadeOut('normal', function() {
	//	$('#contentReferenzenLeftContainer').fadeIn('normal');
	//});
	document.location.href='referenzen.html';
});
// -----------------------------------------------------------------------------

// EDITMODE Referenzen Image Form
// -----------------------------------------------------------------------------
$('#contentReferenzenShowImageForm').click(function () {
	$('#contentReferenzenRightContainer').fadeOut('normal', function() {
		$('#contentReferenzenRightContainerImageForm').fadeIn('normal');
	});
});
$('#contentReferenzenImageFormCancel').click(function () {
	$('#contentReferenzenRightContainerImageForm').fadeOut('normal', function() {
		$('#contentReferenzenRightContainer').fadeIn('normal');
	});
});
$('input[name="contentReferenzenShowDeleteForm"]').click(function () {
	$(this).closest('.contentReferenzenImageContainer').children('.contentReferenzenImageContainerDeleteForm').slideDown('normal');
});
$('input[name="contentReferenzenDeleteFormCancel"]').click(function () {
	$(this).closest('.contentReferenzenImageContainer').children('.contentReferenzenImageContainerDeleteForm').slideUp('normal');
});
$('#contentReferenzenShowUploadForm').click(function () {
	$('#contentReferenzenImageContainerShowUploadForm').slideUp('normal', function() {
		$('#contentReferenzenImageContainerUploadForm').slideDown('normal');
	});
});
$('#contentReferenzenUploadFormCancel').click(function () {
	$('#contentReferenzenImageContainerUploadForm').slideUp('normal', function() {
		$('#contentReferenzenImageContainerShowUploadForm').slideDown('normal');
	});
});
$('#contentReferenzenImageContainerUploadForm form input[type="submit"]').click(function () {
	$('#contentReferenzenImageContainerUploadFormLoading').show('normal');
});
// -----------------------------------------------------------------------------

// EDITMODE Referenzen Link Form
// -----------------------------------------------------------------------------
$('#contentReferenzenShowLinkForm').click(function () {
	$('#contentReferenzenRightContainer').fadeOut('normal', function() {
		$('#contentReferenzenRightContainerLinkForm').fadeIn('normal');
	});
});
$('#contentReferenzenLinkFormCancel').click(function () {
	$('#contentReferenzenRightContainerLinkForm').fadeOut('normal', function() {
		$('#contentReferenzenRightContainer').fadeIn('normal');
	});
});
$('input[name="contentReferenzenShowLinkForm"]').click(function () {
	$(this).closest('.contentReferenzenImageContainerShowLinkForm').slideUp('normal', function() {
		$(this).closest('.contentReferenzenImageContainer').children('.contentReferenzenImageContainerLinkForm').slideDown('normal');
	});
});
$('input[name="contentReferenzenLinkFormCancel"]').click(function () {
	//$(this).closest('.contentReferenzenImageContainer').children('.contentReferenzenImageContainerLinkForm').slideUp('normal');
	document.location.href='referenzen.html?visible=visibleAtStartLink';
});
// -----------------------------------------------------------------------------

// EDITMODE Team Image Form
// -----------------------------------------------------------------------------
$('#contentTeamShowImagePositionForm').click(function () {
	$('#contentTeamContainer').fadeOut('normal', function() {
		$('#contentTeamContainerImagePositionForm').fadeIn('normal');
	});
});
$('#contentTeamImagePositionFormCancel').click(function () {
	$('#contentTeamContainerImagePositionForm').fadeOut('normal', function() {
		$('#contentTeamContainer').fadeIn('normal');
	});
});
$('#contentTeamShowImageForm').click(function () {
	$('#contentTeamContainer').fadeOut('normal', function() {
		$('#contentTeamContainerImageForm').fadeIn('normal');
	});
});
$('#contentTeamImageFormCancel').click(function () {
	$('#contentTeamContainerImageForm').fadeOut('normal', function() {
		$('#contentTeamContainer').fadeIn('normal');
	});
});
$('input[name="contentTeamShowDeleteForm"]').click(function () {
	$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerShowDeleteAndEditForm').slideUp('normal', function() {
		$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerDeleteForm').slideDown('normal');
	});
});
$('input[name="contentTeamDeleteFormCancel"]').click(function () {
	$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerDeleteForm').slideUp('normal', function() {
		$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerShowDeleteAndEditForm').slideDown('normal');
	});
});
$('input[name="contentTeamShowEditForm"]').click(function () {
	$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerText').slideUp('normal');
	$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerShowDeleteAndEditForm').slideUp('normal', function() {
		$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerEditForm').slideDown('normal');
	});
});
$('input[name="contentTeamEditFormCancel"]').click(function () {
	$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerEditForm').slideUp('normal', function() {
		$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerShowDeleteAndEditForm').slideDown('normal');
		$(this).closest('.contentTeamMemberContainer').children('.contentTeamImageContainerText').slideDown('normal');
	});
});
$('#contentTeamShowUploadForm').click(function () {
	$('#contentTeamImageContainerShowUploadForm').slideUp('normal', function() {
		$('#contentTeamImageContainerUploadForm').slideDown('normal');
	});
});
$('#contentTeamUploadFormCancel').click(function () {
	$('#contentTeamImageContainerUploadForm').slideUp('normal', function() {
		$('#contentTeamImageContainerShowUploadForm').slideDown('normal');
	});
});
$('#contentTeamImageContainerUploadForm form input[type="submit"]').click(function () {
	$('#contentTeamImageContainerUploadFormLoading').show('normal');
});
// -----------------------------------------------------------------------------


// EDITMODE Kontakt Text Form
// -----------------------------------------------------------------------------
$('#contentKontaktShowTextForm').click(function () {
	$('#contentKontakt').fadeOut('normal', function() {
		$('#contentKontaktTextForm').fadeIn('normal');
	});
});
$('#contentKontaktTextFormCancel').click(function () {
	//$('#contentKontaktTextForm').fadeOut('normal', function() {
	//	$('#contentKontakt').fadeIn('normal');
	//});
	document.location.href='kontakt.html';
});
// -----------------------------------------------------------------------------

// EDITMODE Kontakt Email Form
// -----------------------------------------------------------------------------
$('#contentKontaktShowEmailForm').click(function () {
	$('#contentKontaktFormular').fadeOut('normal', function() {
		$('#contentKontaktEmailForm').fadeIn('normal');
	});
});
$('#contentKontaktEmailFormCancel').click(function () {
	//$('#contentKontaktTextForm').fadeOut('normal', function() {
	//	$('#contentKontakt').fadeIn('normal');
	//});
	document.location.href='kontakt.html';
});
// -----------------------------------------------------------------------------

// EDITMODE Impressum Text Form
// -----------------------------------------------------------------------------
$('#contentImpressumShowTextForm').click(function () {
	$('#contentImpressum').fadeOut('normal', function() {
		$('#contentImpressumTextForm').fadeIn('normal');
	});
});
$('#contentImpressumTextFormCancel').click(function () {
	//$('#contentImpressumTextForm').fadeOut('normal', function() {
	//	$('#contentImpressum').fadeIn('normal');
	//});
	document.location.href='impressum.html';
});
// -----------------------------------------------------------------------------

// EDITMODE JUBI Footer Text Form
// -----------------------------------------------------------------------------
$('#footerShowTextForm').click(function () {
	$('#footerContainerContent').fadeOut('normal', function() {
		$('#footerContainerContentTextForm').fadeIn('normal');
	});
});
$('#footerTextFormCancel').click(function () {
	//$('#footerContainerContentTextForm').fadeOut('normal', function() {
	//	$('#footerContainerContent').fadeIn('normal');
	//});
	location.reload();
});
// -----------------------------------------------------------------------------

// EDITMODE Perpektive Footer Text Form
// -----------------------------------------------------------------------------
$('#perspektiveFooterShowTextForm').click(function () {
	$('#impFooterText').fadeOut('normal', function() {
		$('#footerContainerContentTextForm').fadeIn('normal');
	});
});
$('#perspektiveFooterTextFormCancel').click(function () {
	//$('#footerContainerContentTextForm').fadeOut('normal', function() {
	//	$('#impFooterText').fadeIn('normal');
	//});
	location.reload();
});
// -----------------------------------------------------------------------------


// EDITMODE Benutzerverwaltung
// -----------------------------------------------------------------------------
$('.userRow').mouseover(function () {
	$(this).css('background-color', '#efefef');
	//$(this).css('color', '#ddd');
});
$('.userRow').mouseout(function () {
	$(this).css('background-color', 'transparent');
	//$(this).css('color', '#444');
});
// -----------------------------------------------------------------------------

// EDITMODE Benutzerverwaltung Löschen Sicherheitsfrage
// -----------------------------------------------------------------------------
$('input[name="userRowDeleteSecurityQuestion"]').click(function () {
	$(this).closest('.userRow').children('.securityQuestion').slideDown('normal');
});
$('input[name="userRowDeleteSecurityQuestionCancel"]').click(function () {
	$(this).closest('.securityQuestion').slideUp('normal');
});
// -----------------------------------------------------------------------------

// EDITMODE Benutzerverwaltung User hinzufügen
// -----------------------------------------------------------------------------
$('input[name="userRowShowCreateUser"]').click(function () {
	$('.createUser').slideUp('normal');
	$('.textfield').attr('value', '');
	$(this).closest('.userRow').children('.createUser').slideDown('normal');
	
});
$('input[name="userRowCreateUserCancel"]').click(function () {
	$(this).closest('.createUser').slideUp('normal');
	$('.textfield').attr('value', '');
});
// -----------------------------------------------------------------------------

// EDITMODE Benutzerverwaltung User bearbeiten
// -----------------------------------------------------------------------------
$('input[name="userRowShowEditUser"]').click(function () {
	$(this).closest('.userRow').children('.editUser').slideDown('normal');
});
$('input[name="userRowShowEditUserCancel"]').click(function () {
	$(this).closest('.editUser').slideUp('normal');
});

