/*search box*/
#suchMaskeForm {
	position: absolute;
	/*
	right: 50px;
	bottom: 15px;
	*/
}
#suchMaskeForm label {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-right: .5em;
}

#suchMaskeForm input#suchMaske {
	width: 286px;
	height: 26px;
	padding: 2px 5px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background: #fff;
	border: 1px solid #76ABFD;
	line-height: 1;
}
#suchMaskeForm button {
	background: url("/waltergasse/images/icon_searchglass.png") 0 0 no-repeat;
	_background-image: url("/waltergasse/images/icon_searchglass.gif");
	position: relative;
	width: 35px; 
	height: 35px;
	position: absolute;
	right: -16px;
	top: -1px;
	border: 0;
	cursor: pointer;
	font-size: 1.1em;
}
#suchMaskeForm button span {
	position: absolute;
	left: -9999999px;
}
#suchMaskeForm button:hover {
	background-position: 0 -36px;
}
