/* SEITENGESTALTUNG */
.divaction {
	width:430px;
	border-right:5px solid #333333;
	background-color: #ffffff;
	min-height:20px;
	padding-left:2px;
	padding-bottom:2px;
	margin-bottom:10px;
}
.divdetails {
	width:430px;
	margin-bottom:5px;
}
.divdetailspos1 {
	width:120px;
	background-color:#f7f7f7;
	border-right:1px dashed #000000;
	float:left;
	height:17px;
}
.divdetailspos2 {
	width:290px;
	background-color:#f7f7f7;
	padding-left:10px;
	float:left;
	height:17px;
}
.divdetailsposh1 {
	width:120px;
	background-color:#f7f7f7;
	border-right:1px dashed #000000;
	float:left;
	height:117px;
}
.divdetailsposh2 {
	width:290px;
	background-color:#f7f7f7;
	padding-left:10px;
	float:left;
	height:117px;
}
.divdetailspossymb1 {
	width:40px;
	background-color:#f7f7f7;
	border-right:1px dashed #000000;
	float:left;
	height:17px;
	text-align:center;
}
.divdetailspossymb2 {
	width:360px;
	background-color:#f7f7f7;
	padding-left:10px;
	float:left;
	height:17px;
}
.divkatspos1 {
	width:50px;
	background-color:#f7f7f7;
	border-right:1px dashed #000000;
	float:left;
	height:17px;
}
.divkatspos2 {
	width:140px;
	background-color:#f7f7f7;
	border-right:1px dashed #000000;
	padding-left:5px;
	float:left;
	height:17px;
}
.divkatspos3 {
	width:220px;
	background-color:#f7f7f7;
	padding-left:5px;
	float:left;
	height:17px;
}

/* FORM */
input {
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
}
input.senden {
	width:90px;
	background-color:#FFFFFF;
}
textarea { 
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:200px;
	height:115px;
}
select {
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:150px;
}
/* TAGS */
hr{
	background-color:#d0d0d2; /* Mozilla 1.4 */
	color:#d0d0d2; /* IE 6 */
	border: #d0d0d2; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
