/* forms
======================================== */
form {
	margin-bottom: 1.4em;
}
fieldset {
	border: 0 none;
	padding: 0;
}
legend {
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 1.0em;
}
label {
	color: #000;
	display: block;
	font-weight: normal;
}
label.error {
	background: none;
	border: 0 none;
	color: #ae1b1b;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
}
input,
textarea,
select {
	border: 1px solid #AAA;
	margin-bottom: 4px;
	padding: 2px;
	width: 544px;
}
input[type=radio],
input[type=checkbox] {
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
}
input:focus,
textarea:focus,
select:focus {
	border: 1px solid #0e518d;
}
.widthauto {
	width: auto;
}
select {
	width: auto;
}
input.submit.button {
	clear: left;
	width: auto;
}
form br {
	clear: left;
}
form p {
	margin-bottom: 4px;
}

/* suche
======================================== */
form.search {
	display: inline;
	float: left;
	width: 175px;
}
form.search legend {
	display: none;
}
form.search input {
	float: left;
	width: auto;
}
form.search input[type=text] {
	border: 1px solid #DCDCDD;
	display: inline;
	float: left;
	font-size: 0.9em;
	height: 13px;
	padding: 2px 7px;
}
form.search input[type=image] {
	border: 0 none;
	display: inline;
	padding: 0;
}

/* kitchenfinder
======================================== */
.kitchenfinder {
	background: #747175;
	padding: 14px;
}
.kitchenfinder h4 {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.kitchenfinder label {
	color: #FFF;
	display: block;
	float: left;
	width: 60px;
}
.kitchenfinder input.radio {
	border: 0 none;
	float: left;
	margin-right: 3px;
	width: auto;
}
.kitchenfinder select,
.kitchenfinder p {
	width: 167px;
}
.kitchenfinder p {
	margin-bottom: 10px;
}