.element {
	padding-bottom: 5px;	/*border: 1px solid #CCCCCC;*/
}
.label_before {
	/*background: #CCCCCC;*/
	width: 190px;
	display: block;
	float: left;
}
.element br {
	clear: both;
	float: none;
}
.element .input_before {
	margin-left: 190px;
}
fieldset {
	width: 600px;
	background: #E0F0FF;
	padding: 5px 10px;
	border-style: none;
}

#themenlistesuche fieldset {
	width: 500px;
	background: #C4E2FE url(search_form_bg.jpg) repeat-x scroll top left;
	padding: 15px 10px 5px;
	border: 1px solid #CCCCCC;
}

#themenlistesuche .label_before,
#themenlistesuche .label_after {
	font-weight: bold;
}
fieldset legend {
	color: #1E609C;
	font-weight: bold;
	visibility: visible;
}


fieldset fieldset{
	width:auto;
	padding: 10px;
	margin: 10px;
	background: #D3E9FE;
	border: 1px none #1D5F9B;
}
#themenlistesuche fieldset legend {
	color: #1E609C;
	font-weight: bold;
	visibility: hidden;
}
fieldset fieldset legend{
	color: #1E609C;
	font-weight: bold;
	visibility: visible;
}
.element .text_input240 {
	width: 240px;
}
.element .text_input120 {
	width: 120px;
}
.formgen label {
	display: block;
	float: left;
	width: 200px;
	margin-top: 10px;
}
.formgen .formhinweis {
	margin-left: 200px;
}
.formgen #workshop .formhinweis {
	margin-left: 0px;
	color: #000000;
}
.formgen #workshop {
	padding: 5px;
	background: #E0F0FF;
	border: 1px dashed #FFFFFF;
}
.formgen input.formtext {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.formgen textarea.formtextfield {
	float: none;
	width: 400px;
	margin-top: 10px;
	clear: both;
}
.formgen input.formcheck {
	width: 20px;
	margin-top: 10px;
}
.formgen br {
	clear: both;
	float: none;
}


.formerror {
	font-weight: bold;
	color: #FF0000;
}
