
/* fieldset */
fieldset, form{
	border:none;
	padding:0;
	margin: 0;
}
/* search */
#search form{
	width: 240px;
	background:url(images/icon-lupe.gif) center left no-repeat;
	float: right;
}
#search input.button{
	background:url(images/link-button.gif) left center no-repeat;
	padding-left:15px;
	color: #fff;
	text-align: left;
	border: none;
}
/* input felder */
#search input.feld{
	background:#FF944D;
	border:none;
	height: 12px;
	padding:4px 7px;
	font-weight: bold;
	font-size: .9em;
	width:130px;
	color:#fff;
}

/* content */


#content input.feld,
#content textarea{
	background:#E5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	padding:.4em;
	font-size:1em;
	width:300px;
	color:#000;
	border: none;
}
#content textarea{
	height: 8em;
}
#content input.button{
	background:#099;
	border:none;
	padding:.25em .5em;
	font-size:1.1em;
/*	margin-left: 90px;*/
	text-transform:uppercase;
	color:#fff;	
}
fieldset.margin{
	margin-left: 90px;	
}
fieldset.adress label,
.obligation{
	display:block;
	width:90px;
	float:left;
	font-weight:bold;
}

/* error */
.obligation{
	margin-bottom: 1em;
}
.required,
.errormessage{
	color: #c00;
	font-weight: bold;
}
.errormessage{
	/*display: none;*/
}
#content input.feld.error{
	border:1px solid #c00 !important;
}


.tx-sremailsubscribe-pi1-error {
	color:#F00;
}

.directMailAnmeldung p {
	margin-bottom:15px;
}
