#table-head {
	background: url(../img/leistungsuebersicht_head.png) no-repeat 0 0 scroll;
	width: 535px;
	height: 27px;
}

#table-head .col1 {color:#ffffff; border:0;}
#table-head .col2 {color:#828282; border:0;}
#table-head .col3 {color:#777c4f; border:0;}
#table-head .col4 {color:#3e5d70; border:0;}

#leistungsuebersicht {border-collapse: collapse;border-spacing: 0;}
#leistungsuebersicht td {vertical-align:middle; min-height:30px;}
#leistungsuebersicht td span {vertical-align:middle;}

.col1 {
	width: 270px;
	padding: 7px 10px 5px 10px;
	font-weight: bold;
	color:#000000;
	float: left;
}

.col2 {
	background:url(../img/bg_table.png) 0 0 repeat-y scroll;
	width: 85px;
	margin: 0 0 0 0px;
	padding: 7px 0px 5px 0px;
	font-weight: bold;
	color:#000000;
	text-align: center;
	/*border-left:1px solid #ffffff;*/
	float: left;
}

.col3 {
	width: 76px;
	margin: 0 0 0 0px;
	padding: 7px 0px 5px 0px;
	font-weight: bold;
	color:#000000;
	text-align: center;
	border-left:1px solid #ffffff;
	float: left;
}

.col4 {
	width: 81px;
	margin: 0 0 0 0px;
	padding: 7px 0px 5px 0px;
	font-weight: bold;
	color:#000000;
	text-align: center;
	border-left:1px solid #ffffff;
	float: left;
}

.row-break {
	clear: both;
}

.row-odd {background:#f5fafc; width:535px;}
.row-even {background:#dfedf5; width:535px;}
