.text { font-family: VERDANA; font-size: 9pt; color: #000000; font-weight: bold; }
.text-nobold { font-family: VERDANA; font-size: 9pt; color: #000000 }
.text-small {font-family: VERDANA; font-size: 8pt; color: #000000; }
.text-small-gruen {font-family: VERDANA; font-size: 8pt; color: #006305; }
.text-small-bold {font-family: VERDANA; font-size: 8pt; color: #000000; font-weight: bold; }

.text-white { font-family: VERDANA; font-size: 9pt; color: #FFFFFF; font-weight: bold; }
.text-small-white {font-family: VERDANA; font-size: 8pt; color: #FFFFFF; }
.text-small-bold-white {font-family: VERDANA; font-size: 8pt; color: #FFFFFF; font-weight: bold; }

.text-small-grey {font-family: VERDANA; font-size: 8pt; color: #666666; }


.over a:hover{ border:none; /* Bug fix für IE */ }
.over a span{ display: none; }

.over a:hover span
{
    position:absolute;

    display: block;
    margin-top:-1em;
    padding: 5px;
    color: #000;
    background-color:#fff;
    border:1px solid black;
    text-decoration: none;
}

