﻿#suchfeld {
	float: left;
	width: 232px;
	padding-top: 16px;
}

#suchen {
	float: left;
	width: 66px;
	padding-top		    : 14px;
	padding-left: 5px;
}
#suchen input {
  background			: transparent;
  color					: white;
  text-decoration		: underline;
  font-weight			: bold;
  border				: 0;
  cursor				: pointer;
  padding				: 0px;
  margin				: 0px;
  
}


#suchen a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}


#suchen img {
	float: right;
}

.suche {

	background: url(../images/suchfeld.gif) no-repeat;
	height: 12px;
	width: 172px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 10px;
	background-color: #dc231d;
	border-top-color: #dc231d;
	border-right-color: #dc231d;
	border-bottom-color: #dc231d;
	border-left-color: #dc231d;
	float: right;
	font-size: 10px;
	text-indent: 3px;
	display: block;
	
}