#googlesuche {
	text-align: center;
	width: 100%;
	background-color: #FEFFF4;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin: 0;
	padding:0;
	overflow: hidden;
	height: 2em;
}
#googlesuche form {
	width:93%;
	display:inline;
}
#suchtextfeld {
	height: 1.2em;
	margin-top: 0.4em;
	width:25em;
}
* html #suchtextfeld {
	margin-top:0.3em;
}
*+html #suchtextfeld {
	margin-top:0.2em;
}
#suchbutton {
margin:0;
}
#googlelogo {
width:10%;
height:2em;
float:left;
background-image:url(../Grafiken/googlelogo_25wht.gif);
background-repeat:no-repeat;
position:absolute;
left:15%;
}