/**
 * Style sheet tabelleleistungen
 */
#leistungstabelle
{
	margin-bottom:30px;
}

#leistungstabelle table
{
	width:500px;
}

#leistungstabelle thead
{
	margin-right:auto;
	text-align:left;
	vertical-align:top;
}

#leistungstabelle th
{
	margin-right:auto;
	text-align:left;
	vertical-align:top;
}

#leistungstabelle tr
{
	height:20px;
	overflow:hidden;
}

#leistungstabelle td
{
	overflow:hidden;
	padding-left:15px;
	text-align:left;
	vertical-align:middle;
}

#leistungstabelle td.col_0
{
	padding-left:5px;
}

#leistungstabelle .odd
{
	height:21px;
	background-color:#f2f2f2;
}

#leistungstabelle .even
{
	height:21px;
}

#leistungstabelle .col_0
{
	width:230px;
}

#leistungstabelle .col_1
{
	width:185px;
}

#leistungstabelle .col_2
{
	width:85px;
}

#leistungstabelle .head_0:hover, #leistungstabelle .head_1:hover, #leistungstabelle .head_2:hover, #leistungstabelle .head_3:hover
{
	color:#010066;
}
