table,td,th	{font-family:Arial; font-style:normal;TEXT-DECORATION:none; font-size:10pt }
td.thin		{border-width:1pt; border-style:solid; border-color:#ff9900; background-color:#ffffff;}
table.thin	{border-width:1pt; border-style:solid; border-color:#ff9900; background-color:#ffffff;}
table.thinred	{border-width:1pt; border-style:solid; border-color:#ff0000; background-color:#ffffff;}
table.thingreen	{border-width:1pt; border-style:solid; border-color:#00ff00; background-color:#ffffff;}
td.grey		{border-width:1pt; border-style:solid; border-color:#EEEEEE; background-color:#ffffff}
b 			{font-family:Arial; font-style:normal; font-weight:900; TEXT-DECORATION:none; font-size:10pt}
b.black		{font-family:Arial; font-style:normal; font-weight:900; TEXT-DECORATION:none; font-size:10pt; color:#000000}
p 			{font-family:Arial; font-style:normal; font-weight:900; TEXT-DECORATION:none; font-size:18pt}
a:link		{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:10pt; color:#ff9900}
a:visited	{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:10pt; color:#ff9900}
a:hover		{font-family:Arial; font-weight:500; TEXT-DECORATION:underline; font-size:10pt; color:#000000}
a.black:link{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#000000}
a.black:visited	{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#000000}
a.black:hover	{font-family:Arial; font-weight:500; TEXT-DECORATION:underline; font-size:8pt; color:#000000}
a.grau:link{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#aaaaaa}
a.grau:visited	{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#aaaaaa}
a.grau:hover	{font-family:Arial; font-weight:500; TEXT-DECORATION:underline; font-size:8pt; color:#aaaaaa}
a.blackn:link{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#000000}
a.blackn:visited	{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#000000}
a.blackn:hover	{font-family:Arial; font-weight:500; TEXT-DECORATION:underline; font-size:8pt; color:#ff9900}
a.kasten:link{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#000000}
a.kasten:visited	{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#000000}
a.kasten:hover	{font-family:Arial; font-weight:500; TEXT-DECORATION:underline; font-size:8pt; color:#000000}
a.newsh:link{font-family:Arial; font-weight:900; TEXT-DECORATION:none; font-size:10pt; color:#000000}
a.newsh:visited	{font-family:Arial; font-weight:900; TEXT-DECORATION:none; font-size:10pt; color:#000000}
a.newsh:hover	{font-family:Arial; font-weight:900; TEXT-DECORATION:none; font-size:10pt; color:#000000}
body		{scrollbar-arrow-color: #000000; scrollbar-base-color: #ff9900}
span		{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#ff9900}
u			{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#000000}
u.grau		{font-family:Arial; font-weight:500; TEXT-DECORATION:none; font-size:8pt; color:#aaaaaa}


div.autocomplete
{
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #FF9900; /* Rahemn Standard war 888 */
	margin:0;
	padding:0;
}
div.autocomplete ul
{
	font-size:8pt;
	list-style-type:none;
	margin:0;
	padding:0;
}
div.autocomplete ul li.selected
{
	font-size:8pt;
	background-color: #FF9900;	/* Hintergrundfarbe der Auswahl Standard ffb oder 0fb für gruen*/
}
div.autocomplete ul li
{
	font-size:8pt;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
}
span.informal
{
	font-family:Arial;
	font-weight:500;
	TEXT-DECORATION:none;
	font-size:8pt;
	color:#000000
}
b.autocomplete /* Hervorgehobener Text */
{
	font-family:Arial;
	font-weight:900;
	TEXT-DECORATION:none;
	font-size:8pt;
	color:#000000
}
