function Fensterweite () {
  if (window.innerWidth) {
    return window.innerWidth;
  } else if (document.body && document.body.offsetWidth) {
    return document.body.offsetWidth;
  } else {
    return 0;
  }
}
function checkBrowserName(name){
	var agent = navigator.userAgent.toLowerCase();
	if (agent.indexOf(name.toLowerCase())>-1) {
		return true;
	}  else {
		return false;
	}/* if(checkBrowserName('msie')){} if(checkBrowserName('opera')){} if(checkBrowserName('safari')){} if(checkBrowserName('firefox')){}*/
}
var widthContainer= 0;
function setSiteWide () {
	if (Fensterweite() >= 1230 )
	{
		widthContainer= 1200;
		document.getElementById('HeadNaviLinks').style.width = '944px';
		if (document.getElementById('MainContent') != null) {document.getElementById('MainContent').style.marginLeft = '12px';}
		if (document.getElementById('LeftContent') != null) {
			document.getElementById('LeftContent').style.clear = 'left';
			document.getElementById('LeftContent').style.marginRight = '0px';
			document.getElementById('LeftContent').style.marginLeft = '8px';
			document.getElementById('LeftContent').style.marginBottom = '10px';
			if(checkBrowserName('msie')) {
				document.getElementById('LeftContent').style.styleFloat = 'left';
			} else {
				document.getElementById('LeftContent').style.cssFloat = 'left';
			}
		}
		$("div#LeftContent").find("#text").css("padding-left","0px");
		$("div#LeftContent").find("#text").css("padding-right","12px");
		$("div#LeftContent").find("#text_bt").css("padding-left","0px");
		$("div#LeftContent").find("#text_bt").css("padding-right","12px");
	} else {
		widthContainer= 966; // -234
		document.getElementById('HeadNaviLinks').style.width = '710px';
		if (document.getElementById('MainContent') != null) {document.getElementById('MainContent').style.marginLeft = '9px';}
		if (document.getElementById('LeftContent') != null) {
			document.getElementById('LeftContent').style.clear = 'right';
			document.getElementById('LeftContent').style.marginRight = '8px';
			document.getElementById('LeftContent').style.marginLeft = '0px';
			document.getElementById('LeftContent').style.marginBottom = '0px';
			if(checkBrowserName('msie'))
			{
				document.getElementById('LeftContent').style.styleFloat = 'right';
			} else {
				document.getElementById('LeftContent').style.cssFloat = 'right';
			}
		}
		$("div#LeftContent").find("#text").css("padding-left","4px");
		$("div#LeftContent").find("#text").css("padding-right","8px");

		$("div#LeftContent").find("#text_bt").css("padding-left","4px");
		$("div#LeftContent").find("#text_bt").css("padding-right","8px");
	}
	document.getElementById('HeadBG').style.width = (widthContainer + 3) + 'px';
	document.getElementById('FooterBG').style.width = (widthContainer + 3) + 'px';
	document.getElementById('SeitenBG').style.width = widthContainer + 'px';

	document.getElementById('HeadContainer').style.width = widthContainer + 'px';
	document.getElementById('SeitenContainer').style.width = widthContainer + 'px';
	document.getElementById('Footer').style.width = widthContainer + 'px';

	document.getElementById('HeadBanner').style.width = (widthContainer-256)+"px"

	if (document.getElementById('LeftMainRight') != null) {
		document.getElementById('LeftMainRight').style.width = (widthContainer -14) + 'px';
		if (document.getElementById('KatalogLeftMainRight') != null) {
			document.getElementById('KatalogLeftMainRight').style.width = (widthContainer -14) + 'px';
			$('iframe#KatalogLeftMainRight').height($('div#SeitenBG').height() - 180);
		}
	}


	if (document.getElementById('LeftMain') != null) {
		document.getElementById('LeftMain').style.width = (widthContainer -252) + 'px';
		if (document.getElementById('KatalogLeft_Main') != null) {
			document.getElementById('KatalogLeft_Main').style.width = (widthContainer -252) + 'px';
			$('iframe#KatalogLeft_Main').height($('div#SeitenBG').height() - 180);
		}
	}
	if (document.getElementById('MainRight') != null) {
		document.getElementById('MainRight').style.width = (widthContainer -252) + 'px';
		if (widthContainer == 966) {
			if(checkBrowserName('msie'))
			 {
				document.getElementById('MainRight').style.styleFloat = 'left';
			} else {
				document.getElementById('MainRight').style.cssFloat = 'left';
			}
			document.getElementById('MainRight').style.clear = 'left';
		} else {
			if(checkBrowserName('msie'))
			 {
				document.getElementById('MainRight').style.styleFloat = 'right';
			} else {
				document.getElementById('MainRight').style.cssFloat = 'right';
			}
			document.getElementById('MainRight').style.clear = 'right';
		}
		if (document.getElementById('KatalogMain_Right') != null) {
			document.getElementById('KatalogMain_Right').style.width = (widthContainer -252) + 'px';
			$('iframe#KatalogMain_Right').height($('div#SeitenBG').height() - 180);
		}
	}
	if (document.getElementById('KatalogMain') != null) { $('iframe#KatalogMain').height($('div#SeitenBG').height() - 180);}


	if (document.getElementById('ToggleNavi') != null) {
		document.getElementById('ToggleNavi').style.height =0+"px"
		document.getElementById('ToggleNavi').style.width = widthContainer + 'px';
		 $("div#ToggleNavi ul li.SubLev1").each(function(){
			$(this).css("width",widthContainer);
		 });
	}
}
/* ################  jQuery ################################ */
jQuery.easing.easeOutQuart = function (x, t, b, c, d) {return -c * ((t=t/d-1)*t*t*t - 1) + b;};
/* ################  scroller ################################ */
var aktivScroller;
function PicScroll(Sid,ToD) {
	if(ToD == "T"){
		tempTop = Number($(Sid + " div.scroller").css("top").replace("px", ""))+50;
	} else if(ToD == "D"){
		tempTop = Number($(Sid + " div.scroller").css("top").replace("px", ""))-50;
	} else if(ToD == "Tc"){
		tempTop = Number($(Sid + " div.scroller").css("top").replace("px", ""))+200;
	} else if(ToD == "Dc"){
		tempTop = Number($(Sid + " div.scroller").css("top").replace("px", ""))-200;
	}
	if (tempTop <= 0) {
		if (tempTop >= (-($(Sid + " div.scroller").height()  - $(Sid).height()+25))) {
			$(Sid + " div.scroller").stop().animate({top: tempTop+"px"}, 1000, "linear", function() {
			if ($(Sid.replace("BlockK_", "scrollD_")).height()  == 0) {
				$(Sid.replace("BlockK_", "scrollD_")).animate({height:"37px"},200, "linear");
			}
			if ($(Sid.replace("BlockK_", "scrollT_")).height()  == 0) {
				$(Sid.replace("BlockK_", "scrollT_")).animate({height:"37px"},200, "linear");
			}
		  });
		} else {
			if ($(Sid.replace("BlockK_", "scrollD_")).height()  != 0) {
				$(Sid.replace("BlockK_", "scrollD_")).animate({height:"0"},200, "linear");
			}
		}
	} else {
		if ($(Sid.replace("BlockK_", "scrollT_")).height()  != 0) {
			$(Sid.replace("BlockK_", "scrollT_")).animate({height:"0"},200, "linear");
		}
	}
}
function ShowHideScroll(Sid,SoH) {
	if(SoH == "S"){
		if (Number($(Sid + " div.scroller").css("top").replace("px", "")) < -1) {
			$(Sid.replace("BlockK_", "scrollT_")).animate({height:"37px"},200, "linear");
		}
		if (Number($(Sid + " div.scroller").css("top").replace("px", "")) > (-($(Sid + " div.scroller").height()  - $(Sid).height()))){
			$(Sid.replace("BlockK_", "scrollD_")).animate({height:"37px"},200, "linear");
		}
	} else {
		$(Sid + " div.scroller").stop();
		$(Sid.replace("BlockK_", "scrollD_")).animate({height:"0px"},200, "linear");
		$(Sid.replace("BlockK_", "scrollT_")).animate({height:"0px"},200, "linear");
	}
}
/* ################  scroller ################################ */
function setToggleNavi (aktivLev1,aktivLev2,aktivLev3,aktivLev4,aktivLev5) {
	$("div.SubToggle").each(function(){ $(this).animate({"opacity": "hide"}, {duration:0});});
	if ((document.getElementById('Lev' + aktivLev1) != null) && (aktivLev1 != -1)){
		$('div#ToggleNavi').scrollTo(  $('li#Lev' + aktivLev1),{duration:0,axis:'y'} );
	}
	if ((document.getElementById('S2Lev'+ aktivLev2) != null) && (aktivLev2 != -1)){
		$("ul#SubLev" + aktivLev1).parent().scrollTo($('li#S2Lev'+ aktivLev2),{duration:0,axis:'y'} );
		$('li#S2Lev' + aktivLev2).parent().parent().animate({"opacity": "show"});
	}
	if ((document.getElementById('S3Lev'+ aktivLev3) != null) && (aktivLev3 != -1)){
		$("ul#SubLev"+aktivLev2).parent().scrollTo($('li#S3Lev'+ aktivLev3),{duration:0,axis:'y'} );
		$("ul#SubLev"+aktivLev2).parent().animate({"opacity": "show"});
	}
	if ((document.getElementById('S4Lev'+ aktivLev4) != null) && (aktivLev4 != -1)){
		$("ul#SubLev"+aktivLev3).parent().scrollTo($('li#S4Lev'+ aktivLev4),{duration:0,axis:'y'} );
		$("ul#SubLev"+aktivLev3).parent().animate({"opacity": "show"});
	}
	if (aktivLev5 != -1) {	}
	$("div#ToggleNavi").css({display: "block"});
	$("div#ToggleNavi").css({visibility: "visible"});
}

/* ###### fertig ##########  jQuery ################################ */

jQuery(document).ready(function() {
 $('li.SubNavi2').each(function(){
	$(this).mouseenter(function () {
		$('ul.SubLev4').each(function(){ $(this).parent().animate({"opacity": "hide"}); });
		$('ul.SubLev3').each(function(){ $(this).parent().animate({"opacity": "hide"}); });

		$('li.SubNavi4').each(function(){	$(this).css({backgroundColor: "#ffffff"});			$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});		 });
		$('li.SubNavi3').each(function(){	$(this).css({backgroundColor: "#ffffff"});			$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});		 });
		$('li.SubNavi2').each(function(){	$(this).css({backgroundColor: "#ffffff"});			$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});		 });

		$(this).css({backgroundColor: "#ecedee"});
		$("a",this).css({fontSize: "11pt" , whiteSpace: "nowrap"});
		$("ul#"+$(this).parent().attr("id").replace("SubNavi", "SubLev")).parent().animate({"opacity": "show"}, { duration: 0});
		$("ul#"+$(this).parent().attr("id").replace("SubNavi", "SubLev")).parent().scrollTo($('li#'+($(this).attr("id").replace("N2", "S2"))),{duration:0,axis:'y'} );
	});
 });

 $('li.NoSub2').each(function(){
	$(this).mouseenter(function () {
		$('ul.SubLev4').each(function(){$(this).parent().animate({"opacity": "hide"}); });
		$('ul.SubLev3').each(function(){$(this).parent().animate({"opacity": "hide"}); });

		$('li.SubNavi4').each(function(){	$(this).css({backgroundColor: "#ffffff"});			$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});	 });
		$('li.SubNavi3').each(function(){	$(this).css({backgroundColor: "#ffffff"});			$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});	 });
		$('li.SubNavi2').each(function(){	$(this).css({backgroundColor: "#ffffff"});			$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});	 });

		$("ul#"+$(this).parent().attr("id").replace("SubNavi", "SubLev")).parent().animate({"opacity": "hide"}, { duration:100});
	});
 });

 $('li.SubNavi3').each(function(){
	$(this).mouseenter(function () {
		$('ul.SubLev4').each(function(){$(this).parent().animate({"opacity": "hide"}); });

		$('li.SubNavi4').each(function(){	$(this).css({backgroundColor: "#ffffff"});			$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});	 });
		$('li.SubNavi3').each(function(){	$(this).css({backgroundColor: "#ffffff"});			$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});	 });

		$(this).css({backgroundColor: "#ecedee"});
		$("a",this).css({fontSize: "11pt" , whiteSpace: "nowrap"});
		$("ul#"+$(this).parent().parent().attr("id").replace("S2Lev", "SubLev")).parent().animate({"opacity": "show"}, { duration: 0});
		$("ul#"+$(this).parent().parent().attr("id").replace("S2Lev", "SubLev")).parent().scrollTo($('li#'+($(this).attr("id").replace("N3", "S3"))),{duration:0,axis:'y'} );
	});
 });

 $('li.NoSub3').each(function(){
	$(this).mouseenter(function () {
		$('ul.SubLev4').each(function(){$(this).parent().animate({"opacity": "hide"}); });

		$('li.SubNavi4').each(function(){	$(this).css({backgroundColor: "#ffffff"});		$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});		 });
		$('li.SubNavi3').each(function(){	$(this).css({backgroundColor: "#ffffff"});		$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});		 });

		$("ul#"+$(this).parent().parent().attr("id").replace("S2Lev", "SubLev")).parent().animate({"opacity": "hide"}, { duration: 100});
	});
 });

$('li.SubNavi4').each(function(){
	$(this).mouseenter(function () {
		$('li.SubNavi4').each(function(){	$(this).css({backgroundColor: "#ffffff"});	$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"}); });
		$(this).css({backgroundColor: "#ecedee"});
		$("a",this).css({fontSize: "11pt" , whiteSpace: "nowrap"});
		$("ul#"+$(this).parent().parent().attr("id").replace("S3Lev", "SubLev")).parent().animate({"opacity": "show"}, { duration: 0});
		$("ul#"+$(this).parent().parent().attr("id").replace("S3Lev", "SubLev")).parent().scrollTo($('li#'+($(this).attr("id").replace("N4", "S4"))),{duration:0,axis:'y'} );
	});
 });

$('li.NoSub4').each(function(){
	$(this).mouseenter(function () {
		$('li.SubNavi4').each(function(){	$(this).css({backgroundColor: "#ffffff"}); 	$("a",this).css({fontSize: "9pt" , whiteSpace: "normal"});		 });
		$("ul#"+$(this).parent().parent().attr("id").replace("S3Lev", "SubLev")).parent().animate({"opacity": "hide"}, { duration: 100});
	});
 });



	if (document.getElementById('ToggleNavi') != null) {
		$("a.SubNavi1").mouseenter(function () {
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		$('li#Lev' + $(this).attr("id").replace("Head", "")+' h6').addClass("first");
		$('li#BPics' + $(this).attr("id").replace("Head", "")).addClass("PicAktiv");
		$('ul#SubNavi' +$(this).attr("id").replace("Head", "")+ ' li').each(function(){
			$('li#BPics' + $(this).attr("id").replace("N2Lev", "")).addClass("PicAktiv");
		});
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		$("div#ToggleNavi").scrollTo( $('li#Lev' +$(this).attr("id").replace("Head", "")),{duration:0,axis:'y'} );
		if($("div#ToggleNavi").height()!= 280) {
			$("div#ToggleNavi").stop(true, true);
			$("div#ToggleNavi").delay(1700).animate({"height": "280px"}, { duration: 500});
		}
		}).mouseleave(function(){
			if($("div#ToggleNavi").height()!= 280) {$("div#ToggleNavi").stop(true, true);	}
		});

		$("div#ToggleNavi").mouseenter(function () {
			if($("div#ToggleNavi").height()== 280) {
				$("div#ToggleNavi").stop(true, true).animate({"height": "280px"}, { duration: 500});
			}
		});

		$("div#SeitenContainer").mouseenter(function () {
			$("div#ToggleNavi").delay(700).animate({"height": "0px"}, { duration: 600});
		});

		$("div#SeitenBG").mouseenter(function () {
			$("div#ToggleNavi").delay(600).animate({"height": "0px"}, { duration: 600});
		});

		$("a.NoSub1").mouseenter(function () {
			if($("div#ToggleNavi").height()== 280) {
				$("div#ToggleNavi").delay(2000).animate({"height": "0px"}, { duration: 500});
			}
		}).mouseleave(function(){
			$("div#ToggleNavi").stop(true, true);
		});
	}

});
/* ################  jQuery ################################ */

/* ####### RightContent ### LeftContent ######  Tick Ticker Tick ################################ */
function TickNext(RA,RS,AX){
	TickID= 0;
	$('ul#Ticker_'+RA+'_'+RS+' li').each(function() {
		if ($(this).hasClass('aktivTick') ){
			TickID = Number($(this).attr("id").replace('Tick_'+RA+'_'+RS+'_', ""));
			$(this).removeClass('aktivTick');
			$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','');
		}
	});
	if (Number($('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').attr("id").replace('MaxTick_', "")) <= TickID) { TickID = 1;	} else { TickID = TickID + 1; }
	$('div#KText_'+RA+'_'+RS).scrollTo($('li#Tick_'+RA+'_'+RS+'_'+TickID),{duration:1000,axis:AX} );
	$('li#Tick_'+RA+'_'+RS+'_'+TickID).addClass('aktivTick');
	$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','#009DE0');
	}

function TickBack(RA,RS,AX){
	TickID= 0;
	$('ul#Ticker_'+RA+'_'+RS+' li').each(function() {
		if ($(this).hasClass('aktivTick') ){
			TickID = Number($(this).attr("id").replace('Tick_'+RA+'_'+RS+'_', ""));
			$(this).removeClass('aktivTick');
			$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','');
		}
	});
	if (1 >= TickID) { TickID =	Number($('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').attr("id").replace('MaxTick_', "")); } else { TickID = TickID - 1; }
	$('div#KText_'+RA+'_'+RS).scrollTo($('li#Tick_'+RA+'_'+RS+'_'+TickID),{duration:1000,axis:AX} );
	$('li#Tick_'+RA+'_'+RS+'_'+TickID).addClass('aktivTick');
	$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','#009DE0');
}


function TickTo(RA,RS,TickID,AX){
	$('ul#Ticker_'+RA+'_'+RS+' li').each(function() {
		if ($(this).hasClass('aktivTick') ){
			$(this).removeClass('aktivTick');
			$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+Number($(this).attr("id").replace('Tick_'+RA+'_'+RS+'_', ""))).css('color','');
		}
	});
	$('div#KText_'+RA+'_'+RS).scrollTo($('li#Tick_'+RA+'_'+RS+'_'+TickID),{duration:600,axis:AX} );
	$('li#Tick_'+RA+'_'+RS+'_'+TickID).addClass('aktivTick');
	$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','#009DE0');
}

/* ####### RightContent ### LeftContent ######  Tick Ticker Tick ################################ */

/* ####### MainContent #########  Tick Ticker Tick ################################ */
function TickNext_Cont(RA,RS,AX){
	TickID= 0;
	$('ul#ListTicker_'+RA+'_'+RS+' li').each(function() {
		if ($(this).hasClass('aktivTick') ){
			TickID = Number($(this).attr("id").replace('ListTick_'+RA+'_'+RS+'_', ""));
			$(this).removeClass('aktivTick');
			$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','');
		}
	});

	if (Number($('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').attr("id").replace('MaxTick_', "")) <= TickID) {
		TickID = 1;
		$('div#TickerDiv_'+RA+'_'+RS).scrollTo($('li#ListTick_'+RA+'_'+RS+'_'+TickID),{duration:2000,axis:AX} );
	} else {
		TickID = TickID + 1;
		$('div#TickerDiv_'+RA+'_'+RS).scrollTo($('li#ListTick_'+RA+'_'+RS+'_'+TickID),{duration:1000,axis:AX} );
	}
	$('li#ListTick_'+RA+'_'+RS+'_'+TickID).addClass('aktivTick');
	$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','#B2B2B2');
	}

function TickBack_Cont(RA,RS,AX){
	TickID= 0;
	$('ul#ListTicker_'+RA+'_'+RS+' li').each(function() {
		if ($(this).hasClass('aktivTick') ){
			TickID = Number($(this).attr("id").replace('ListTick_'+RA+'_'+RS+'_', ""));
			$(this).removeClass('aktivTick');
			$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','');
		}
	});
	if (1 >= TickID) { TickID =	Number($('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').attr("id").replace('MaxTick_', "")); }
	else { TickID = TickID - 1; }
	$('div#TickerDiv_'+RA+'_'+RS).scrollTo($('li#ListTick_'+RA+'_'+RS+'_'+TickID),{duration:1000,axis:AX} );
	$('li#ListTick_'+RA+'_'+RS+'_'+TickID).addClass('aktivTick');
	$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','#B2B2B2');
}


function TickTo_Cont(RA,RS,TickID,AX){
	$('ul#ListTicker_'+RA+'_'+RS+' li').each(function() {
		if ($(this).hasClass('aktivTick') ){
			$(this).removeClass('aktivTick');
			$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+Number($(this).attr("id").replace('ListTick_'+RA+'_'+RS+'_', ""))).css('color','');
		}
	});
	$('div#TickerDiv_'+RA+'_'+RS).scrollTo($('li#ListTick_'+RA+'_'+RS+'_'+TickID),{duration:500,axis:AX} );
	$('li#ListTick_'+RA+'_'+RS+'_'+TickID).addClass('aktivTick');
	$('span#NaviTicker_'+RA+'_'+RS+' span.MaxTick').find('a#Tick_'+RA+'_'+RS+'_'+TickID).css('color','#B2B2B2');
}

/* ####### MainContent #########  Tick Ticker Tick ################################ */


/* ################  Direkt-Kontakt ################################ */
	function BlurInput(Ele) {
		if (Ele.value ==  ""){
			Ele.value = Ele.title;
			Ele.style.borderColor="#CCCCCC"
			Ele.style.color ="#999999";
		}
		return;
	}
	function FocusInput(Ele) {
		if (Ele.value ==  Ele.title){
			Ele.value = "";
			Ele.style.borderColor="#999999"
			Ele.style.color ="#333333";
		}
		return;
	}
	function MoverInput(Ele) {
		if (Ele.style.borderColor !=  "#c4002e"){
		Ele.style.borderColor="#999999";}
		Ele.style.color ="#333333";
		return;
	}
	function MoutInput(Ele) {
		if (Ele.value ==  Ele.title){
			Ele.value = Ele.title;
			if (Ele.style.borderColor !=  "#c4002e"){ Ele.style.borderColor="#CCCCCC";}
			Ele.style.color ="#999999";
		}
		return;
	}
	function SubmitInput(Ele) {
		if (Ele.value !=  Ele.title){
			return true;
		}
		return false;
	}
/* ################  Direkt-Kontakt ################################ */
