/* CSS Document */

table.uebersicht {
	width: 1180px;
	margin-left: -340px;
}
table.uebersicht th, table.uebersicht td {
	vertical-align: top;   background-color: #FFFFFF;
}
table.uebersicht td:first-child {
	width: 600px;  background-color: #FFFFFF;
	vertical-align: middle;
}
table.uebersicht td+td {
	width: 110px; background-color: #FFEEE8;
}
table.uebersicht td+td+td {
	width: 115px; background-color: #FFEEE8; font-weight: bold;
}
table.uebersicht td+td+td+td {
	width:  75px; background-color: #E7FFDF; font-weight: normal;
}
table.uebersicht td+td+td+td+td {
	width: 155px; background-color: #C6CBFF; font-weight: normal;
}
table.uebersicht td+td+td+td+td+td {
	width:  75px; background-color: #C6CBFF; font-weight: normal;
}
table.uebersicht, table.uebersicht th, table.uebersicht td {
	border: solid 1px #000000;
}
table.uebersicht th, table.uebersicht td {
	padding: 3px;
}
table.uebersicht span {
	background-color: #e0eee0;
	padding: 0 3px;
	margin-right: 3px;
}
table.uebersicht p {
	margin: 0;
}
table.uebersicht .absatz span {
	display: block;
	float: left;
	width: 125px;
	margin-right: 18px;
}