.formLine{
	line-height: 23px;
	height: 23px;
	padding: 2px 0;
}



.label{
	width: 150px;
	float: left;
}

.formLineBox{
	margin:0.5em 0;
	overflow:hidden;
	padding:1px 0.5em;
	position:relative;
}

.radioBox{

}

.labelRadioBox{
	display: inline;
}

.formfield{
	width:210px;
	border: 1px solid #666666;
}

.formfieldTextLine{
	padding: 2px 0;
}

.formfieldText{
	width:210px;
	border: 1px solid #666666;	
}

.bgtitel { background: #ccc; padding: 5px;}

.weiter{
	height: 18px; 
	background: url('../pix/weiter.gif') no-repeat right top; 
	display: block;
	padding-right: 20px;
	float: right;
	text-decoration: none;
}

.back{
	height: 18px; 
	background: url('../pix/back.gif') no-repeat left top; 
	display: block;
	padding-left: 20px;
	float: left;
	text-decoration: none;
}

