div#content form#volltextsuche {
	padding			:	0.4em 0px 1.5em 0px;
	width			:	100%;
	float			:	left;
	display:block;
}

div#content form input.error,
div#content form select.error {
	background-color	:	#F5D0D5;
}

div#content form input,
div#content form select,
div#content form textarea {
	border-top		:	1px #5C5C4F solid;
	border-left		:	1px #5C5C4F solid;
	border-bottom		:	1px #E1DFD1 solid;
	border-right		:	1px #E1DFD1 solid;
	width			:	16em;
	color			:	#5C5C4F;
	margin-bottom		:	0.5em;
	font-family		: 	Arial, Helvetica, Verdana, sans-serif;
	font-size		:	1em;
}

div#content form#volltextsuche input {
	width			:	19em;
	float			:	left;
	font-size		:	1.1em;
	margin-left		:	1em;
}

div#content form#volltextsuche input.typeBt {
	width			:	auto;
	font-size		:	1em;
}

div#content form label {
	width			:	15em;
	display			:	block;
	float			:	left;
}

div#content form#volltextsuche label {
	width			:	auto;
	font-weight		:	bold;
}

div#content form textarea {
	height			:	6em;
}

// newsletter

div#content form.newsletter {
	width			:	100%;
}

div#content form.newsletter ul {
	width			:	100%;
	list-style-type		:	none;
	margin			:	0px;
	//padding			:	0px 0px 1.5em 0px;
	padding			:	0.15em 5px 1.5em 5px;	
	float			:	left;
}

div#content form.newsletter ul li {
	background-image	:	none;
	width			:	45%;
	margin			:	0px;
	padding			:	0px 5% 0px 0px;
	float			:	left;
}

div#content form.newsletter ul li input {
	border			:	0px;
	width			:	auto;
	float			:	left;
}

div#content form.newsletter ul li label {
	width			:	auto;
	float			:	left;
	padding-left		:	0.3em;
}
div#content form.newsletter label {
	padding-left		:	7px;
}
div#content form.abmelden div label {
	padding-left		:	7px;
}


// suche in marginalien

div#right p form.suche {
	margin			:	0px;
	padding			:	0px;
}

div#right input {
	margin-left		:	10.2em;
}

div#right input.suche {
	border-top		:	1px #5C5C4F solid;
	border-left		:	1px #5C5C4F solid;
	border-bottom		:	1px #E1DFD1 solid;
	border-right		:	1px #E1DFD1 solid;
	width			:	14em;
	color			:	#5C5C4F;
	margin-bottom		:	0.5em;
	margin-left		:	1.5em;
	font-family		: 	Arial, Helvetica, Verdana, sans-serif;
	font-size		:	1.1em;
}