div.hnav form#suchen {
    font-size: 1em;
    margin: 0;
    padding: 2px 10px 0 0;
	 text-align: right;
}

div.hnav form#suchen input {
    font-size: 1em;
    margin: 0 5px 0 0;
    padding: 0 2px;
	border: 1px solid #363636;
	width: 10em;
	color: #13385B;
	background-color: #EFF4F8; 
}

div.hnav form#suchen input.button {
	color: #EFF4F8 !important;
	background-color: #13385B !important;
	border-top: 2px solid #266FB5;
	border-right: 2px solid #040C13;
	border-bottom: 2px solid #040C13;
	border-left: 2px solid #266FB5;
    margin: 0;
    padding: 0;
    font-size: 1em;
	font-weight: normal;
	width: 4.9em;
}

div.hnav form#suchen input.button:hover {
	color: #EFF4F8 !important;
	background-color: #13385B !important;
	border-top: 2px solid #040C13;
	border-right: 2px solid #266FB5;
	border-bottom: 2px solid #266FB5;
	border-left: 2px solid #040C13;
}
