/* ------------------------------------------------- Formulare ------------------------------------------------- */
fieldset, 
div.hinweis {
	border: 0 none;
	padding: 1em 0 1.4em 0;
  position: relative;
	width: 51em;
}

.frmText input, select, textarea {
	font-family: verdana, sans-serif; 
	font-size: 1.2em;
	color: #333;
	border: 1px solid #999;
}

legend {
	font-size: 1.2em;
	padding: 0 1em 0 12em;
	color: #666;
	font-weight: bold;
}

.frmGroup, 
.fieldGroup p.frmGroup {
	margin-bottom: 1em;
}

.lastGroup {
	margin-bottom: 2em;
}

label {
	cursor: pointer;
	font-size: 1.2em;
}

.frmText label, 
.frmTextarea label,
p.label {
	display: block;
	float : left;
	font-size: 1.2em;
	width: 11em;
	margin: 0 1em 0.4em 0;
	text-align: right;
	padding-top: 0.4em;
	color: #666;
}

p.label_zweizeilig {
	padding-top: 0;
	line-height: 1em;
}

.frmRadio label, 
.frmCheckbox label {
	font-size: 1.2em;
	color: #333;
}

.bgTest {
	background: #fc0;
}

.frmCheckbox div.innerCheckbox {
	display: block;
	float: left;
	font-size: 1.2em;
	text-align: right;
	width: 13.4em;
	margin: 0;
	padding: 0;
}

.frmCheckbox label {
	display: block;
	margin-left: 14em;
	padding: 0.2em 0 0 0;
}

.frmText input, 
.frmTextarea textarea {
	width: 28em;
	padding: 0.3em;
}

div.plz {
	float: left;
	margin-right: 1em;
}

div.plz input {
	width: 5em;
}

div.ort input {
	width: 21.45em;
}

.frmTextarea textarea {
	height: 14em;
}

div.submit {
	padding-left: 14.2em;
}

.pflichtfeld {
	color: #c00;
}

.errMsgBox {
	border: 1px solid #c00;
	padding: 1em;
	margin: 0 0 3em 14.4em;
	background: #ffc;
}

.errMsgBox h3.errMsg {
	background: url("../img/layout/warndreieck.gif") top left no-repeat;
	padding: 0 0 0.3em 2.5em;
}

.rot, 
p.rot {
	color: #c00;
}

.noMarginBottom .frmGroup {
	margin-bottom: 0;
}

p.errMsg_unterzeile {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #c00;
	margin: 0.4em 0 0 13.4em;
	padding-left: 1em;
}

label.errMsg, 
p.errMsg {
	background: url("../img/layout/warndreieck.gif") top right no-repeat;
	width: 8.75em;
	padding-right: 2.25em;
}

label.errMsg {
	margin-top: 0.2em;
	padding: 0.2em 2.25em 0.3em 0;
}

.errMsg input, 
.errMsg textarea, 
.errMsg select {
	border: 1px solid #c00;
	background: #ffc;
}

p.str {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 0 12.2em;
}

.toFocus:focus {
	background: #ffc;
}

.frmGroupOrtsnam {
  left: -100%;
	top: -100%;
  position: fixed;
}