#positions {
	border-collapse: collapse;
	border: 1px solid #C5C7C7;
	margin-top: 15px;
	margin-bottom: 10px;
}

#positions th {
	background-color: #C5C7C7;
}

#positions td {
	border-top: 1px solid #C5C7C7;
}

#positions td, #positions th, #summary td  {
	padding: 3px;
}

#positions th {
	text-align: left;
}

#positions .quantity {
	width: 30px;
	text-align: center;
	line-height: 20px;
	height: 20px;
}

#positions a {
	font-weight: bold;
	text-decoration: none;
}

#positions .right {
	text-align: right;	
}

#summary .sum {
	border-width: 1px 0 0 0;
	border-style: double;
	border-color: #999999;
	height: 25px;
}

#inhalt_mitte fieldset select {
	width: 250px;
	margin-right: 10px;
}

#inhalt_mitte legend {
	font-weight: bold;
	background-color: #F5F5F5;
	margin-left: 10px;
}