.suche input[type="search"] {
	background: white;
	border: solid 1px black;
	padding: 0.3em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	text-indent: 1.6em;

	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-position: 0.05em 0.05em;
	-webkit-background-size: 1.5em 1.5em;
	background-size: 1.5em 1.5em;
}

#content {
	background-color: #e1e1e1;
}
