/* Allgemeines Tabellen-Layout - START */
table {
font-size:12px;
}
table.rex {
	width: 770px;	
}
table tr th {
	background-color: #d7d6d3;
	text-align: left;
	padding: 5px;
}
table .icon {
	width: 30px;
	text-align: center;
}
table tr td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
table tr.warning td {
	color: #ea1144;
	background-color: #fae9e5;
}
table tr.status td {
	color: #107c2c;
	background-color: #d2efd9;
}
table tr.selected td {
	background-color: #eae9e5;
}
div.xform {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 450px;
	text-align: right;
	border-right: 5px double #FF9205;
	border-bottom: 5px double #FF9205;
	border-left: 1px double #FF9205;
	border-top: 1px double #FF9205;
}
#hlp p {
	height: 80px;
	text-align: right
}
#hlp input {
	width: 380px;
	height: 20px;
	display: block;
	position: absolute;
}
#hlp label {
	width: 380px;
	height: 20px;
	display: block;
}
.xform h4 {
	width: 100%;
	display: block;
	color: white;
	text-align: center;
	line-height: 25px;
	;
	background-color: #FF9205;
}
.form_warning li, span.as-label {
	color: rgb(255,94,0);
	font-size: 10px;
	display: block;
}
.xform span, .xform li, .xform label {
	line-height: 17px;
}
.xform textarea {
	width: 99%;
	
}
p.formtextarea{
	text-align:left;
  padding-left:10px;
  padding-right:10px;
}
p.formdate label{right:60px;}
p.formtextarea label{
line-height:20px;
padding-left:3px;

}
.xform ul {
	display: block;
	text-align: left;
	width: 400px;
}
.xform li {
	position: relative;
	display: block;
}
.xform select {
margin-right:5px;
width:70px;
text-align:left;
}
.formdate label {
	position: absolute;
	right: 50px;
	top: 5px;
}
 .formlabel-anrede label.select{
	position: absolute;
	height: 20px;
	width: 200px;

	display:block;
	right:0px;
}

p.formcaptcha {
	padding-left: 300px;
	height: 57px;

}
p.formcheckbox {
}
p.formlabel-ueberschrift{padding-left:12px;text-indent:5px;height:40px;text-align:left;}

p.formlabel-ueberschrift input{margin-left:8px;width:95%;position:relative}
.xform img {
	position: absolute;
	right: 140px;
	top: 5px;
}
.formcaptcha label {
	display: none;
}
.xform p, span.as-label {
	position: relative;
	display: block;
	background-color: rgb(225,225,225);
	border-bottom: solid 1px rgb(182,182,182);
	margin: 5px;
	font-size: 11px;
}
.xform input {
	display: block;
	position: absolute;
	right: 5px;
	top: 0px;
	width:250px;
}
.xform input.checkbox{width:auto;}
input.submit {
	position: absolute;
	right: 10px;
	height: 30px;
	width: 200px;
}
p.formsubmit {
	height: 30px;
}
input.captcha {
	position: absolute;
	width: 100px;
	right: 10px;
	top: 23px;
}

.xform label {
	width: auto;
	margin-right: 260px;
}
.xform label.checkbox {
	margin-right: 20px;
	line-height: 10px;
}
.xform checkbox {
	left: 20px;
	height: 10px;
	
}

