/**
 * Style sheet Kontaktformular
 */
/* Spaltenbreite */
.ce_form .col_first
{
	width:150px;
	padding:5px 0px 5px 5px;
}

/* Für Checkboxen Platz nach oben schaffen */
.ce_form .checkbox_container
{
	margin-top:10px;
}

/* Checkboxen umbrechen */
.ce_form .checkbox_container span
{
	float:left;
	clear:both;
	display:inline;
	margin-top:2px;
	margin-bottom:2px;
}

/* Checkboxen umbrechen */
.ce_form .col_last div
{
	position:relative;
	margin-right:150px;
}

/* Rechtliche Hinweise (span-Tag im Formulargenerator definitiert) */
.ce_form span.recht
{
	margin:10px 0px 10px 155px;
}

/* Textfelder */
.ce_form .text, .ce_form .captcha
{
	width:250px;
	padding-left:3px;
	background-image:url("tl_files/harzer-beton/back-text.png");
	border:1px solid #999999;
}

/* Sicherheitsabfrage-Textfeld */
.ce_form .captcha
{
	width:50px;
	text-align:center;
}

/* Textfelder */
.ce_form .textarea
{
	padding:3px;
	background-image:url("tl_files/harzer-beton/back-textarea.png");
	border:1px solid #999999;
}

/* Sternchen rot formatieren */
.ce_form span.mandatory
{
	font-weight:bold;
	font-size:12pt;
	color:#ff0000;
}

/* Error-Meldungen */
.ce_form .error
{
	width:400px;
	margin:8px 8px 8px 0px;
	padding:5px;
	text-align:center;
	background-color:#ffeeee;
	border:2px dashed #ff0000;
	font-weight:bold;
}

/* Überschriften */
.ce_form .headline
{
	padding-top:40px;
	padding-bottom:3px;
	border-bottom:1px dashed #999999;
	font-weight:bold;
	font-size:10pt;
}

