form {
	margin:0;
}

.divdetails {
	width:400px;
	margin-bottom:1.5px;
}

.divdetailspos1 {
	width:100px;
	float:left;
	height:20px;
}

.divdetailspos2 {
	width:280px;
	padding-left:10px;
	float:left;
	height:20px;
}
#divdetailsposganz {
	width:391px;
	background-color:#f7f7f7;
	float:left;
	height:17px;
}
.divdetailsposh1 {
	width:100px;
	float:left;
	height:113px;
}

.divdetailsposh2 {
	width:280px;
	padding-left:10px;
	float:left;
	height:113px;
}

#divdetailspos3 {
	width:250px;
	background-color:#f7f7f7;
	padding-left:10px;
	float:left;
	height:17px;
}

input {
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
}
input.senden {
	width:90px;
}
textarea { 
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	height:110px;
}
select {
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
}

/* Abkuerzungen */
abbr{ 
	cursor: help;
	border-bottom: 1px dashed #999999; 
}