<!--
	if(navigator.userAgent.indexOf('MSIE')>0)
	{
		document.writeln('<style>');
		document.writeln('.inputfeld { background: #A59070; width:220px; border-style:solid ;border-width:2px;border-color:#000000}');
		document.writeln('.subbut { background: #D9B578; width:140px; border-style:solid ;border-width:2px;border-color:#000000}');
		document.writeln('</style>');
	}
//-->