/* Suche */
div.search form
{
	position: relative;
	top: 10px;
}
input.search
{
	width: 100px;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}

input.search_submit
{
	vertical-align: middle;
}


/* Suche im Content */
input.content_search_input
{
	width: 190px;
	border: 1px solid #999999;
	color: #999999;
	vertical-align: middle;
}
input.content_search_submit
{
	width: 80px;
	border: 1px solid #999999;
	color: #999999;
	background-color: #E5E5E5;
	vertical-align: middle;
}
input.content_search_submit:hover
{
	background-color: #C5C5C5;
}


/* Login im Content */
input.content_login
{
	width: 170px;
	height: 14px;
	*height: 18px;
	margin-bottom: 6px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	background-color: #E4E4E4;
}
*+input.content_login
{ /* IE 7: Login */
	*+height: 14px;
}
input.content_login_submit
{
	width: 70px;
	height: 20px;
	margin-left: 100px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	background-color: #F4F4F4;
}



/* Allgemeine Formulare */
div.form_spacer
{
	width: 70px;
	float: left;
}
div.form_text_titel, div.form_check_titel, div.form_select_titel, div.form_textarea_titel
{
	width: 160px;
	margin: 3px 0px;
	color: #333333;
	float: left;
}
div.form_text_field, div.form_check_field, div.form_select_field, div.form_textarea_field
{
	width: 170px;
	margin: 2px 0px;
	text-align: left;
	float: left;
}
div.form_freitext
{
	width: 330px;
	margin: 0px 0px 5px;
	text-align: right;
	color: #999999;
	font-size: 11px;
	float: left;
}
div.form_text_field input, div.form_select_field select
{
	width: 170px;
	border: 1px solid #E10915;
}
div.form_textarea_field textarea
{
	width: 330px;
	height: 80px;
	border: 1px solid #E10915;
}
div.form_submit
{
	width: 170px;
	text-align: right;
	float: left;
}
div.form_submit input
{
	width: 100px;
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #E10915;
}