#agenda-container{
    position:relative;
    float:right;
    display:inline;
    width:362px;
    margin-top:10px;
    padding-top:20px;
    border-top:1px solid #cccccc;
    color:#033f53;
}

.agenda-titel{
    position:relative;
    float:left;
    display:inline;
    padding-bottom:10px;
    font-size:24px;
    color:#0087f0;
    font-weight:normal;
    line-height:22px;
    display:inline;
}

.agenda-klein{
    position:relative;
    float:left;
    display:inline;
    width:339px;
    margin-top:3px;
    margin-left:13px;
    padding:5px;
    color:#033f53;
    z-index:1;
    cursor:pointer;
    }
    
.agenda-klein:hover{
    position:relative;
    float:left;
    display:inline;
    margin-top:3px;
    margin-left:13px;
    padding:5px;
    color:#033f53;
    background-color:#ecf1f4;
    z-index:1;
    cursor:pointer;
    }
    
.agenda-arrow{
    position:absolute;
    width:12px;
    height:8px;
    top:11px;
    left:-12px;
    background-image:url(../images/arrow.gif);
    background-repeat:no-repeat;
}
