         a:link {text-decoration:none;color:#555555;}    /* noch nicht besuchte Ziele */
        a:visited {text-decoration:none;color:#555555;} /* besuchte Ziele */
        a:hover {text-decoration:none;color:#ffffff;}   /* Verweise bei "MouseOver" */
        a:active {text-decoration:none;color:#ffffff;}  /* Angeklickte Verweise */
        a:focus {text-decoration:none;color:#ffffff;}   /* Verweise, die Fokus erhalten */
        map: {text-decoration:none;color:#ffffff;}
        /* hide from ie on mac \*/
        body {
        font-family: Helvetica, sans-serif;
        color: back;
        }

        #flashcontent {
                height: 100%;
        }
        /* end hide */

        body {
                height: 100%;
                margin: 0;
                padding: 0;
                background-color: #000000;
                color:#ffffff;
        }
