﻿.menuItemLinkButton {
    color: white;
    text-decoration: none;
}
.menuItemLinkButton:hover {
    text-decoration: underline;
}
div.TemplateMenu .rmGroup li.Auswahl {
    background-color: black;
    width: 500px !important;
    height: 600px;
    z-index: 1000;
}
div.TemplateMenu .rmGroup li.StandardMenuItem {
    background-color: black;
    width: 300px !important;
    z-index: 1000;
}

div.TemplateMenu .rmGroup li.Auswahl p {
    color: white;
}
