*
{

	
}

table 
{
	text-align: left;
	border-spacing: 0px;
	border: thin solid #aeb3b6;
	border-collapse: collapse;
	
}


table a, table, tbody, tfoot, tr, th, td 
{
	color: #55595c;
	font: 11px/1em Arial, Helvetica, sans-serif;
	
}
tbody td{
	line-height: 2.2em;

}

table caption
{
	padding: .4em 0 ;
	font-size: 240%;
	font-style: normal;
	color: #820000;
	
}

table a
{
	display: block;
	text-decoration: none;
	color: #820000;
	padding-right: 1.5em;
	
}

table a:hover, table a:focus
{
text-decoration: underline;

}

table th a
{
	color: #820000;
	text-align: left;
	
}
table .odd th a,table .odd td a,table .odd td{
	color: #666;
	padding-right: 1.0 em;
	
}

table th a:hover, table th a:focus, tbody tr:hover th
{   
   background-color: #B30000;
	color: #fff !important;
}
table .odd th,table .odd td{
	background-color: #DDDDDD;
	
}

thead th
{
	background-image: url(verlauf_schwarz.gif);
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
}
tfoot{
	background-image: url(verlauf_schwarz.gif);
	border-top: 1px solid #fff;
}
tfoot th,tfoot td{
	color: #fff;
}

tbody th
{
   padding-right: 1.0em;
	color: #25c1e2;
	font-style: normal;
	background-color: #fff;
	border-bottom: 1px dotted #aeb3b6;
}

td
{
   color: #820000;
	padding-right: 0.5em;
	
}

tbody tr.odd
{
	border-bottom: 1px dotted #aeb3b6;
}

tbody tr:hover td
{
  background-color: #820000;
  
}

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #fff !important;
}
