﻿/*Style Defintionen fuer Ergebnisse*/
table.Ergebnis
{
	margin: 0px;
	padding: 0px;
}

table.Ergebnis td
{
	color: #000000;
	font-size: 12px;
	padding: 2px;
}


table.Ergebnis td.Besch
{
	text-align: right;
	padding-left: 4px;
	width: 200px;
}

table.Ergebnis td.Wert
{
	font-weight: normal;
	padding-left: 4px;
	text-align: right;
}

table.Ergebnis td.Spacer
{
	font-size: 7px;
}

table.Ergebnis td.Ueberschrift
{
	text-align: right;
}

table.Ergebnis td.WertTuerkis
{
	font-weight: bold;
	padding-left: 4px;
	color: #49A19C;
	text-align: right;
}

table.Ergebnis td.WertGruen
{
	font-weight: bold;
	padding-left: 4px;
	color: #466000;
	text-align: right;
}

table.Ergebnis td.WertRot
{
	font-weight: bold;
	padding-left: 4px;
	color: #FF0000;
	text-align: right;
}

table.Ergebnis td.WertRosa
{
	font-weight: bold;
	padding-left: 4px;
	color: #E5004F;
	text-align: right;
}

table.Ergebnis td.WertBlau
{
	font-weight: bold;
	padding-left: 4px;
	color: #220D87;
	text-align: right;
}






