body {
        font-family : arial,helvetica;
        SCROLLBAR-HIGHLIGHT-COLOR: white;
        SCROLLBAR-SHADOW-COLOR: black;
        SCROLLBAR-ARROW-COLOR: black;
        SCROLLBAR-BASE-COLOR: lime;
}

h2, h3, p {
        font-family : arial,helvetica;
}

h1 {
        color : #00FF00;
        font-family : arial,helvetica;
        font-size : 48pt
}

a.red:link {
        color: red;
        text-decoration: none;
        font-family: arial,helvetica,sans-serif;
        background: transparent;
        text-shadow: 2px 2px 0px lime;    /* Versatz links - Versatz oben - Unschärfe (Blur) - Farbe */
		/*filter:DropShadow(color=lime, offx=2, offy=2);width:100%;  IE, width muss drin sein!*/
		filter:Shadow(color=lime, direction=135);width:100%; 
}

a.red:visited {
        color : orangered;
        text-decoration : none;
        font-family: arial,helvetica,sans-serif;
        background : transparent;    
        text-shadow: 2px 2px 0px lime;    /* Versatz links - Versatz oben - Unschärfe (Blur) - Farbe */
		/*filter:DropShadow(color=lime, offx=2, offy=2);width:100%;  IE, width muss drin sein!*/
		filter:Shadow(color=lime, direction=135);width:100%;         
}

a.red:active, a.red:hover {
        color : blue;
        text-decoration : none;
        font-family: arial,helvetica,sans-serif;
        background : transparent;     
        text-shadow: 2px 2px 0px lime;    /* Versatz links - Versatz oben - Unschärfe (Blur) - Farbe */
		/*filter:DropShadow(color=lime, offx=2, offy=2);width:100%;  IE, width muss drin sein!*/
		filter:Shadow(color=lime, direction=135);width:100%; 
}

a.aktuell:link {
        color : red;
        text-decoration : none;
        font-family : arial,helvetica;
        background : yellow;
}

a.aktuell:visited {
        color : orangered;
        text-decoration : none;
        font-family : arial,helvetica;
        background : yellow;
}

a.aktuell:active, a.aktuell:hover {
        color : blue;
        text-decoration : none;
        font-family : arial,helvetica;
        background-color : lime;
}

a:link {
        color : blue;
        text-decoration : none;
        font-family : arial,helvetica;
        background : transparent;
}

a:visited  {
        color : slateblue;
        text-decoration : none;
        font-family : arial,helvetica;
        background : transparent;
}

a:active, a:hover  {
        color : red;
        text-decoration : none;
        font-family : arial,helvetica;
        background-color : lime;
}

.fz  {
        font-family : arial,helvetica;
        text-decoration : none;
        font-size: 8pt;
}

a.fz:link  {
        font-family : arial,helvetica;
        color : blue;
        text-decoration : none;
        font-size: 8pt;
        background : transparent;
}

a.fz:visited  {
        font-family : arial,helvetica;
        color : slateblue;
        text-decoration : none;
        font-size: 8pt;
        background : transparent;
}

a.fz:hover  {
        font-family : arial,helvetica;
        color : red;
        text-decoration : none;
        font-size: 8pt;
        background-color : lime;
}

a.fz:active  {
        font-family : arial,helvetica;
        color : red;
        text-decoration : none;
        font-size: 8pt;
        background-color : yellow;
}
.navi {
font-size: 13pt;
font-weight: bold;
margin-bottom: 7px;
}
    
