select {
	font-family: verdana;
	font-size: 10;
}

input {
	font-family: verdana;
	font-size: 10;
}




BODY {
	SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR:000000; SCROLLBAR-ARROW-COLOR: #808080; SCROLLBAR-BASE-COLOR: 000000; scrollbar-3d-light-color: #000000; scrollbar-dark-shadow-color: #000000
}

#im {
FILTER: alpha(opacity=50)
}


<script language="JavaScript1.2">
function high(which2)
{
theobject=which2;
highlighting=setInterval("highlightit(theobject)",50);
	
}
function low(which2)
{
clearInterval(highlighting);
which2.filters.alpha.opacity=50;
}
function highlightit(cur2)
{
if(cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if(window.highlighting)
clearInterval(highlighting)
}

a:link    { font-family: Arial; color: #FFFF33; font-size: 10; text-decoration: none}
a:visited { font-family: Arial; color: #CCCCCC; font-size: 10; text-decoration: none;}
a:active  { font-family: Arial; color: #FFFFCC; font-size: 10; text-decoration: underline}
a:hover   { font-family: Arial; color: #FF0000; font-size: 10; text-decoration: underline}
.TabKopf  { font-family: Arial; color: #CC9900; font-size: 10}
.TabA     { font-family: Arial; color: #FFCC00; font-size: 10}
.text     { font-family: Arial; color: #CC9900; font-size: 10}
.ueber    { font-family: Arial; color: #999999; font-size: 10px}