#navspalte form#suchen {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#navspalte form#suchen input {
    width: 157px;
    font-size: 0.8em;
    margin: 0 0 0 0;
    padding: 2px;
	border: 1px solid #BABABA;
}

#navspalte form#suchen input.button {
	border-top: 2px solid #F2F2F2;
	border-right: 2px solid #BABABA;
	border-bottom: 2px solid #BABABA;
	border-left: 2px solid #F2F2F2;
    margin: 0;
    padding: 0;
    width: 22px;
	 height: 22px;
	 display: block;
	 float: right;
	 background-image: url(hg_suche.gif);
	 background-repeat: no-repeat;
	cursor: pointer;
}

#navspalte form#suchen input.button:hover {
	border-top: 2px solid #BABABA;
	border-right: 2px solid #F2F2F2;
	border-bottom: 2px solid #F2F2F2;
	border-left: 2px solid #BABABA;
	cursor: pointer;
}
