/*      VERWENDETE FARBEN     */

/* H1, H2             #005e1d */
/* MENU BG            #007f33 */
/* ABK, AKRONYM       #00933b */
/* ROOTLINE BG        #f5faf5 */
/* ROOTLINE BORDER    #1fa12d */
/* TEXTPIC CAPTION    #c2deb8 */
/* FILELINK DL BG     #ebf4e9 */
/* FILELINK BORDER    #c7e2c4 */

.rcMenuContainer {
    position: absolute;
    border: 1px solid #c7e2c4;
    background: #ebf4e9;
    padding:2px;
    z-index:10;
    width:230px;
}
.rcMenuItem {
    font-size: 0.9em;
    font-weight:normal;
    padding:3px;
    text-decoration:none;
    color:#000;
    text-align:left;
}
.rcMenuItemHover {
    font-size: 0.9em;
    font-weight:normal;
    padding:3px;
    text-decoration: none;
    background-color:#fff;
    color:#000;
    text-align:left;
}
.rcMenuItemText {
    font-size:1.1em;
    font-weight:bold;
    border:0px;
    padding:2px;
    color:#005e1d;
    text-align:left;
    width: 100%;
}
.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted grey;
    padding:2px;
} 
.rcMenuSeparator{
    color:#000;
    height:1px;
    width:230px;
}
.rcImage {
	padding-right:4px; 
}
