
// Formular-Buttons Rollover

function butover(x)
	{
//document.getElementById(x).style.color = '#ffffff';
document.getElementById(x).className = 'submit_hover';

	}
	
function butout(x)
	{
 //document.getElementById(x).style.color = '#666666';

document.getElementById(x).className = 'submit';

	}
	
	
	
	
function butover1(x)
	{
//document.getElementById(x).style.color = '#ffffff';
document.getElementById(x).className = 'submit1_hover';

	}
	
function butout1(x)
	{
 //document.getElementById(x).style.color = '#666666';

document.getElementById(x).className = 'submit1';

	}
	

	
function schrittover(x)
	{
//document.getElementById(x).style.color = '#ffffff';
document.getElementById(x).className = 'schrittbutton_hover';

	}
	
function schrittout(x)
	{
 //document.getElementById(x).style.color = '#666666';

document.getElementById(x).className = 'schrittbutton';

	}
	
	
	
	
function neuesFenster(dieURL)

{

var fenster = window.open(dieURL,'stills','scrollbars=yes,toolbar=no,menubar=no,width=1050,height=645,top=30,left=30');
fenster.focus();

}


function neuesFenster1(dieURL)

{

var fenster = window.open(dieURL,'stills','scrollbars=yes,toolbar=no,menubar=no,width=1050,height=705,top=30,left=30');
fenster.focus();

}













function linkover(x)
	{

//document.getElementById(x).style.color = '#ffffff';
document.getElementById(x).className = 'blumenlink_hover';

	}
	
function linkout(x)
	{
 //document.getElementById(x).style.color = '#666666';

document.getElementById(x).className = 'blumenlink';

	}


   function myFocus(element) {
     if (element.value == element.defaultValue) {
       element.value = '';
     }
   }
   function myBlur(element) {
     if (element.value == '') {
       element.value = element.defaultValue;
     }
   }

  

