#knav form#suchen {
    font-size: 1em;
    margin: 0 0 0 10px;
    padding: 0;
    float: right;
	 text-align: right;
    width: 11em;
}

#knav form#suchen fieldset {
    padding: 0;
    margin: 0;
	border: none;
}

#knav form#suchen input {
    width: 7em;
    font-size: 0.8em;
    margin: 0;
    padding: 1px 0;
	border: 1px solid #590000;
}

#knav form#suchen input#button {
	color: #FFF !important;
	background-color: #770000 !important;
	border-top: 2px solid #B50000;
	border-right: 2px solid #590000;
	border-bottom: 2px solid #590000;
	border-left: 2px solid #B50000;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 0.8em;
    font-weight: bold;
}

#knav form#suchen input#button:hover {
	color: #590000 !important;
	background-color: #EB8923 !important;
	border-top: 2px solid #F4BC84;
	border-right: 2px solid ##A65B0F;
	border-bottom: 2px solid #A65B0F;
	border-left: 2px solid #F4BC84;
}