.durd {
    /* Abstand zwischen Leiste und Seiten-Inhalt */
    padding-bottom: 30px;
    }

.lste {
    /* Schriftart */
    font-family: Verdana, Sans-Sherif;
    /* Schriftgroesse */	
    font-size: 11px;
    /* Hintergrundfarbe und Hintergrundbild */	
    background: #00C2DC url(images/comment-right.gif) no-repeat;
    background-position: 8px 5px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 5px 8px 5px 28px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    /* Borderfarbe */	
    border-color: #D7D7D7;
    }

.lste:hover {
    /* Hintergrundfarbe bei Mouseover */
    background-color: #00C2DC;
    }