body {
	behavior: url("/suche/csshover.htc");
	}
	
input.SuchformTextfield, textarea.SuchformTextfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3b5369; 
	background: #FFFFFF;
	border: 1px solid #0f7dde; 
	margin: 10px 0 0 0;
	}

.suche, .suche:active, .suche:link, .suche:visited, .suche:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff; 
	}

input.suchsubmit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #0f7dde;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;

	display: block;
	border: 0;
	}

input.SuchformTextfield:focus {
	border: 1px solid #ffffff;
	}
	
input.SuchformTextfieldALT:focus {
	border: 1px solid #ffffff;
	background: #dcedfb;
	}

input.SuchformTextfield:focus {
	border: 1px solid #ffffff;
	background: #ffffff;
	}

.ueberschriftsfarbe {
        color: #0f7dde;
        }