#SiteSuche {
	padding: 4px;
	height:20px;
	background-color: #D3D3D3;
	text-align: left;
	vertical-align: top;
}
#SuchString{
	margin:0px;
	margin-right: 4px;
	padding: 0px;
	width: 103px;
	float:left;
	height:20px;
}
#SuchButton {
	border: none;
	float: right;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}

.volleBreite {
	width: 100%;
}
#Fehlermeldung {
	margin-left: 200px;
	margin-right: 200px;
	margin-top:10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #FF0000;
}