
form {
	float: left;
	width: 100%;
}

/* Grouping & Überschriften (fieldset & legend) */

.fieldset {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 1em;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3em;
}

.fieldset legend {
	display: block;
	color: #0099fe;
	font-size: 1.286em;
	margin-bottom: 0.5em;
	width: 440px;
}

.fieldset .fieldset {
	border: 1px solid #e5e5e5;
	margin-bottom: 2em;
	padding: 0.5em;
	padding-bottom: 1em;
}

.fieldset .fieldset legend {
	font-size: 0.778em;
	margin-bottom: 0;
	margin-left: 0;
}


/* Rows */

form .row {
	margin-bottom: 1em;
	float: left;
	width: 100%;
}

form .row-phptal {
	float: none;
	width: auto;
}

form .row.groupname-submit {
	margin-top: 0.5em;
	margin-bottom: 2.5em;
	width: auto;
}

.left-aligned-labels .row.groupname-submit {
	padding-left: 166px;
}

form .row.groupname-submit .field {
	margin-left: 0;
}

form .row.error {
	background-color: #FFD0D2;
	padding: 0.5em 0.5em 0.5em 0;
}


/* Labels */

label {
	font-size: 0.857em;
	text-align: right;
	color: #555;
}

label span.optional {
	font-style: italic;
}

.fieldset .fieldset label {
	padding-left: 0;
}

.validator-required label {
	font-weight: bold;
}

.left-aligned-labels label {
	float: left;
	width: 140px;
	padding-left: 0.5em;
	margin-right: 20px;
	padding-top: 4px;
}

.left-aligned-labels .field {
	margin-left: 170px;
}


/* top-aligned labels */

.top-aligned-labels label {
	padding-bottom: 5px;
}

/* Inputfelder */

.field input,
.field select,
.field textarea {
	border: 1px solid #ccc;
	background: url(../img/input-bg.png) no-repeat left top;
	padding: 4px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
	border-color: #0099fe;
}

.left-aligned-labels .field input.text,
.left-aligned-labels .field input.url,
.left-aligned-labels .field textarea {
	width: 220px;
}

.top-aligned-labels .field input.text,
.top-aligned-labels .field input.url,
.top-aligned-labels .field textarea {
	width: 90%;
}

.field input.checkbox,
.field input.radio {
	background: none;
	border-width: 0;
	margin-top: 0.5em;
	width: auto;
}

.field input.checkbox {
	border-width: 1px;
}

.field select {
	margin-right: 1em;
}

.field label {
	float: none;
	font-weight: normal;
}

/* Checkbox */

.fieldtype-CheckboxField .field {
	margin-left: 0;
}

.row.fieldtype-CheckboxField label {
	   float: right;
	   text-align: left;
	   width: 430px;
	   padding-left: 0;
	   margin-right: 0;
}

.no-features .row.fieldtype-CheckboxField label {
	margin-right: 240px;
}

.row.fieldtype-CheckboxField input.checkbox {
	   float: left;
}


/* Textarea */

.field textarea {
	min-height: 100px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Buttons */

input.button {
	background: url(../img/notfall-bg.png) no-repeat left top;
	border: 1px solid #DDDDDD;
	color: #333333;
	cursor: pointer;
	font-size: 0.857em;
	line-height: 1.5;
	padding: 2px 3px;
	width: auto;
}

.field input.button {
	margin-right: 20px;
}

input.button.action-reset {
	border: none;
	border-bottom: 1px solid #b2e0ff;
	background: none;
	padding: 4px 0 0 0;
	color: #0099fe;
}

input.button:active {
	position: relative;
	top: 1px;
	outline: none;
}

input.button:focus {
	outline: 0;
}

.field input.button.action-reset {
	border: none;
	border-bottom: 1px solid #b2e0ff;
	background: none;
	padding: 4px 0 0 0;
	color: #0099fe;
}


/* Suchergebnis */

#content form.search {
	margin-top: 40px;
}


/* Read-Only Ausgabe */

.form-readonly h1 {
	margin-top: 1.5em;
}

.form-readonly dl {
	float: left;
	clear: left;
	margin-bottom: 0.5em;
	line-height: 1.25;
	width: 100%;
}

.form-readonly dt {
	float: left;
	width: 140px;
	margin-right: 20px;
}

.form-readonly dd {
	float: left;
	width: 300px;
	font-weight: bold;
}
