 a { color: #0066CC; }
 a:hover { color: #3D81EE; }
 td, body { font-size: 11px; font-family: Verdana, Arial, Geneva; }
 b { color: #666666; }
 .header { font-size: 14px; }
 .footer { font-size: 9px; color: #666666; }
 .small { font-size: 9px; }
 .nodeco { text-decoration: none; color: #000000; }
 .nodeco:hover { text-decoration: underline; color: #000000; }

.inputfeld {
border: 1px solid #999999;
background-image: url('images/input_schatten.gif');
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
