/* Tabelle wechselnde zeilenfarbe mit Abstand */
table.alternatingrowswithborder    {
	border:2px;
	background-color: #FFFFFF; 
	border-spacing:2px;
}

td.alternatingrowswithborder_row_first 	{
	background-color: #3399FF;
	font-weight: bold;
}
td.alternatingrowswithborder_row_odd 	{
	background-color: #93C9FF;
}
td.alternatingrowswithborder_row_even 	{
	background-color: #D9ECFE;
}

/* Tabelle wechselnde Zeilenfarbe
 */
table.alternatingrows, table.alternatingrowsnohead         {
	border-collapse: collapse;
}
td.alternatingrows_row_first	{
	background-color: #3399FF;
	font-weight: bold;
	padding: 0px;
}
td.alternatingrows_row_odd, td.alternatingrowsnohead_row_odd	{
	background-color: #93C9FF;
}
td.alternatingrows_row_even, td.alternatingrowsnohead_row_even	{
	background-color: #D9ECFE;
}

/*
 Tabelle einfarbig mit Abstand */
table.onecolorrowswithborder    {
	border:2px none;
	background-color: #D9ECFE; 
	border-spacing:2px;
}

td.onecolorrowswithborder_row_first 	{
	color: #000000;
	font-weight: bold;
	background-color: #3399FF;
	padding: 4px;
}
td.onecolorrowswithborder	{
	background-color: #93C9FF;
	padding: 4px;
}

/* Tabelle einfarbig */
table.onecolorrows         {
	border-collapse: collapse;
}
    
td.onecolorrows_row_first	{
	color: #EB5A00;
	font-weight: bold;
	background-color: #D9ECFE;
	padding: 0px;
}

td.onecolorrows	{
	background-color: #93C9FF;
}


/* Sonstige specials */
td.fehler {
 	color:red;
}
table.zz_grafik	{
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}
tr.zz_grafik, tr.zz_grafik_row_first	{
	padding: 0px;
}
td.zz_grafik,td.zz_grafik_row_first	{
	padding: 0px;
}