body,td,div,p { color:#ffffff; font-family:verdana,arial,helvetica; font-size:12pt; line-height: 1.5;}

h1 { color:#ffff00; font-family:verdana,arial,helvetica; font-size:18pt; font-weight:bold; }
h2 { color:#ffff00; font-family:verdana,arial,helvetica; font-size:14pt; font-weight:bold; }
h3 { color:#ffff00; font-family:verdana,arial,helvetica; font-size:13pt; font-weight:bold; font-style:italic; }
h4 { color:#ffff00; font-family:verdana,arial,helvetica; font-size:12pt; font-weight:bold; font-style:italic; }
h5 { color:#ffff00; font-family:verdana,arial,helvetica; font-size:10pt; font-weight:bold; }
#Text { color:#ffffff; font-family:verdana,arial,helvetica; font-size:10pt; font-weight:normal; }
g { line-height: 4.5;}
.top { color:#ffffff; font-family:verdana,arial,helvetica; font-size:16pt; font-weight:bold;}
.copyright { color:#ffffff; font-family:verdana,arial,helvetica; font-size:8pt; font-weight:normal;}
.ueberschrift { color:#ffffff; font-family:verdana,arial,helvetica; font-size:10pt; font-weight:bold;}

a:link { color:#FF9900; text-decoration:none; font-weight:bold;}
a:visited { color:#ff9900; text-decoration:none; font-weight:bold;}
a:active { color:#ff9900; text-decoration:none; font-weight:bold;}
/*a:hover { color:#ffffff; text-decoration:none; font-weight:bold; background-color:black;}*/
a:hover { color:#ffffff; text-decoration:none; font-weight:bold;}

BODY{
background-image: url(back.jpg);
background-color:#999999;
scrollbar-face-color:#006000;
scrollbar-arrow-color:#C0C0C0;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#C0C0C0;
scrollbar-highlight-color:#C0C0C0;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-Color:#000000;
}

a.tooltip{
position: relative;
z-index: 20;
color: #000;
text-decoration: none;
font-style: italic;
}

a.tooltip:hover{
z-index: 25;
}

a.tooltip span{ /* Span Element nicht anzeigen */
display: none;
}

a.tooltip:hover span{ /* Span Element nur angezeigt beim Ueberfahren mit der Maus */
background: #505050; /* Hintergrundbild */
display: block; /* macht aus dem Inlineelement ein Blockelement */
position: absolute;
top: 1.8em; /* abstand von oben */
left: 1.8em; /* abstand von links */
width: 15em; /* breite */
height: 1.8em; /* höhe */
padding: 3px 7px; /* Innenabstand */
border: 1px solid #ccc; /* Rahmenfarbe */
color: #fff; /* Textfarbe */
text-align: left; /* Textausrichtung */
}

a.tooltip:hover span strong{
color: #fff;
}