 a { color: #0066CC; }
 h2 { font-size: 20px; font-weight: bold; color: #555555; }
 a:hover { color: #3D81EE; }
 td, body { font-size: 11px; font-family: Verdana, Arial, Geneva; }
 b { color: #555555; }
 .header { font-size: 14px; }
 .footer { font-size: 9px; color: #888888; }
 .small { font-size: 9px; }
 .nodeco { text-decoration: none; color: #000000; }
 .nodeco:hover { text-decoration: underline; color: #000000; }
 .comm { font-size: 75%; font-family: fixed-width, monospace; }

.post {
margin: 0 0 40px;
text-align: justify;
font-size: 12px;
}

.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;
}

