
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//GLOBALE EINSTELLUNGEN//////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*FARBE UND SCHRIFTART, GLOBAL*/
td			{font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); font-size: 10pt; font-weight: 500}
body			{font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); font-size: 10pt; font-weight: 500}

td.navi			{color: rgb(255,255,255)}



/*FARBE UND SCHRIFTART SOWIE TEXTDEKORATION DER LINKS, GLOBAL*/
a 			{font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb(162, 53, 0); text-decoration: none}
a:hover 		{text-decoration: underline}
a:active 		{color: rgb(162, 53, 0)}
a:visited 		{color: rgb(162, 53, 0)}

/*FARBE UND SCHRIFTART SOWIE TEXTDEKORATION DER LINKS, GLOBAL*/
a.navi 			{font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb(255,255,255); text-decoration: none; text-indent: 0px; left-margin: 0px}
a.navi:hover 		{text-decoration: underline}
a.navi:active 		{color: rgb(255,255,255)}
a.navi:visited 		{color: rgb(255,255,255)}

/*TITEL*/
span.h1			{font-size: 16pt; font-weight: 600}
span.h2			{font-size: 12pt; font-weight: 600}

span.hinzugefuegt	{font-size:7pt; font-weight: 500; color: rgb(100, 100, 100)}


