<!--

h1
{
font-size: 16px;
font-family: Verdana, Arial, Sans-serif;
color: #006600;
font-weight: bold;
margin: 0;
padding: 0;
}

h2
{
font-size: 16px;
font-family: Verdana, Arial, Sans-serif;
color: #000000;
font-weight: bold;
margin: 0;
margin-bottom: 8px;
padding: 0;
}

a.blau	{	font-size: 14px;
			text-decoration: none;
			color: #006699;
			font-weight: bold;
		}

a.blau:hover	{	font-size: 14px;
					text-decoration: underline;
					color: #003366;
					font-weight: bold;
				}

a.weiss
{
font-size: 13px;
text-decoration: none;
color: #FFFECB;
font-weight: bold;
}

a.weiss:hover
{
font-size: 13px;
text-decoration: none;
color: #EEED34;
font-weight: bold;
}

a.rot			{text-decoration: none; color: #990000; font-weight: bold;}
a.rot:hover		{text-decoration: none; color: #006600; font-weight: bold;}

a.aktiv			{text-decoration: none; color: #006600; font-weight: bold;}

a.gelb			{text-decoration: none; color: #EEED34; font-weight: bold; font-size: 12px;}

a.gruen			{text-decoration: underline; color: #006600; font-weight: bold;}
a.gruen:hover	{text-decoration: underline; color: #990000; font-weight: bold;}

a.schwarz		{text-decoration: underline; color: black; font-weight: bold;}
a.schwarz:hover	{text-decoration: underline; color: #990000; font-weight: bold;}

a.gruen			{text-decoration: underline; color: #006600; font-weight: bold;}
a.gruen:hover	{text-decoration: underline; color: #990000; font-weight: bold;}

td				{	font-size: 12px;
					font-family: Verdana, Arial, Sans-serif;
					color: black;
					font-weight: normal;
				}

td.weiss		{	font-size: 12px;
					font-family: Verdana, Arial, Sans-serif;
					color: #FFFFFF;
					font-weight: bold;
				}

td.grau			{	font-size: 12px;
					font-family: Verdana, Arial, Sans-serif;
					color: #CCCCCC;
					font-weight: bold;
				}

td.klein		{	font-size: 10px;
					font-family: Verdana, Arial, Sans-serif;
					color: black;
					font-weight: bold;
				}

//-->>