/* *** ALLGEMEIN *** */

#form-module fieldset{
	border:1px solid #333;
	margin:0;
	padding:20px;
	padding-bottom:10px;
	border:1px solid #d5eeff;
}


#form-module legend {
	margin-left:-5px;
	padding:3px 5px;
	background-color:#d5eeff;
	color:#216491;
	font-size:14px;
}

#form-module label {
	float:left;
	width:160px;
	line-height:23px;
	text-align:right;
	padding-right:1em;
}

#form-module select {
	border:1px solid #ccc;
	padding:2px;
	width:250px;
}

#form-module ul.form_warning {
	background-color:#ac4b56;
	color:#E6CF77;
	margin-bottom:20px;
	margin-left:160px;
	padding:0.3em;
}

#form-module ul.form_warning li{
	list-style-type: square;
	margin-left:15px;
	padding-top:0.4em;
	line-height:100%;
}


p.formcaptcha input,
p.formtextarea textarea,
p.formselect select.select,
p.formtext input,
p.formpassword input,
input.formtext,
textarea {
	border:1px solid #933;
	padding:2px;
	width:250px;
}

p.formcaptcha input,
p.formselect select,
p.formtext input,
p.formpassword input,
input.formtext {
	height:1.2em;
}

p.formcaptcha input:hover, p.formcaptcha input:focus,
p.formtextarea textarea:hover, p.formtextarea textarea:focus,
p.formselect select:hover, p.formselect select:focus,
p.formtext input:hover, p.formtext input:focus,
p.formpassword input:hover, p.formpassword input:focus,
input.formtext:hover, input.formtext:focus,
textarea:hover, textarea:focus {
	border:1px solid #060;
	background-color:#BEF1C2;
}

/* ***************************** TEXTAREA */
textarea {
	height:150px;
}

/* ***************************** TEXT */
p.formtext {
	clear:both;
	padding-bottom:0px;
	margin-bottom:5px;
}

/* ***************************** HTML */
p.formhtml {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

/* ***************************** TEXTSELECT */
p.formselect {
	clear:both;
	padding-bottom:0px;
	margin-bottom:10px;
}

p.formselect select {
	height:20px;
	padding:1px;
	width:256px;
}

/* ***************************** CAPTCHA */

p.formcaptcha {
	clear:both;
	padding-bottom:10px;
	margin-bottom:10px;
}

p.formcaptcha label{

}

p.formcaptcha input{
	margin-top:4px;
}

p.formcaptcha span{
	display:block;
}

/* ***************************** TEXTSELECT */
p.formtextarea {
	clear:both;
	padding-bottom:0px;
	margin-bottom:10px;
}

p.formtextarea textarea {
	height:80px;
}

/* ***************************** CHECKBOX */

p.formcheckbox {
	clear:both;
	padding:0;
	margin-bottom:10px;
	height:22px;
}

p.formcheckbox input {
	float:left;
	margin:5px;
	margin-left:135px;
}

p.formcheckbox label {
	float:left;
	margin-left:10px;
	width:250px;
	line-height:23px;
}


/* ***************************** RADIO */

p.formradio {
	clear:both;
	padding:0;
	margin-bottom:10px;
	height:22px;
}

p.formradio input {
	float:left;
	margin:5px;
}

p.formradio label {
	float:right;
	width:460px;
	line-height:23px;
}

/* ***************************** LINE */

p.formline {
	height:1px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

/* ***************************** BE MEDIAPOOL */

p.formbe_mediapool {
	clear:both;
	padding:0;
	margin-bottom:10px;
	height:22px;
}

p.formbe_mediapool input {
	float:left;
	margin:0px;
}

p.formbe_mediapool label {
	float:left;
	width:160px;
}

p.formbe_mediapool span {
	margin-left:10px;
}



/* ***************************** SUBMIT */

p.formsubmit label {
	clear:both;
	width:160px;
}

p.formsubmit input{
	width:auto;
	margin:0;
	border:1px solid #060;
	padding:3px 5px;
	background-color:#BEF1C2;
	color:#006600;
	font-size:14px;
}


/* feldspezifische Formatierungen */
#el_0{						/* Anrede*/
}


