#debugIcon {
        position:fixed;
        top:50px;
        right:32px;
        width:48px;
        height:48px;
        z-index:1000000;
}

#debugIcon img {
        border:0;
}

#debugIcon a {
        position:fixed;
        bottom:0px;
        left:0px;
        width:40px;
        height:50px;
        z-index:1000000;
        background:url('../images/eselsohr.png') left bottom no-repeat;
        outline:0;
        text-decoration:none;
}

#debugMessages {
        text-align:left;
        font-family: monospace;
        font-size: 14px;
        position:absolute;
        top:0px;
        right:0px;
        width:100%;
        height:100%;
        z-index:999999;
        overflow:auto;
        background:url("../images/black-semitrans.png");
        color:#eee;
}

#debugMessages ul {
        list-style-type: none;
        margin:10px 20px;
}

#debugMessages li {
        list-style-type: none;
        border-bottom:1px solid #fff;
        padding:3px 0;
}
