*
{
	border: 0;
	margin: 0;
	padding: 0;
}

table 
{
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #aeb3b6;
	border-collapse: collapse;
	
}


table a, table, tbody, tfoot, tr, th, td 
{
  font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #55595c;
}
tbody td{
	line-height: 2.5em;
}

table caption
{
	padding: .4em 0 ;
	font-size: 240%;
	font-style: normal;
	color: #FB7E00;
}

table a
{
	display: block;
	text-decoration: none;
	color: #FF8E53;
	padding-right: 1.5em;
	
}

table a:hover, table a:focus
{
text-decoration: underline;
}

table th a
{
	color: #FF8E53;
	text-align: right;
}
table .alt th a,table .alt td a,table .alt td{
	color: #666;
	padding-right: 1.0 em;
}

table th a:hover, table th a:focus, tbody tr:hover th
{   
  background-color: #FFCC99;
	color: #fff !important;
}
table .alt th,table .alt td{
	background-color: #efefef;
}

thead th
{
	background: #020e11;
	font-weight: normal;
	color: #fff;
	font-size: 90%;
	line-height: 1.2em;
	padding: 2px;
}

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: #55595c;
	border-bottom: 1px dotted #aeb3b6;
	padding-right: 0.5em;
	padding-top: 2px;
	padding-bottom: 2px;
}

tbody tr.alt
{
	border-bottom: 1px dotted #aeb3b6;
}

tbody tr:hover td
{
  background-color: #F4DD2F;
}

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #000 !important;
}