﻿.menuItemPanel {
    margin-top: 3px;
    margin-left: 10px;
    width: 365px;
    height: 55px;
    border: 1px solid #1a1a1a;
    background-color: #111111;
    border-radius: 3px
}
.menuItemPanel:hover {
    background-color: #404040;
}

.startPageLastAnwesenItemPanel {
    margin-top: 3px;
    margin-left: 10px;
    width: 400px;
    height: 55px;
    border: 1px solid #dddddd;
    border-radius: 3px
}
.startPageLastAnwesenItemPanel:hover {
    background-color: #eeeeee;
}

.startPageLastAnwesenItemHeaderText, .startPageLastAnwesenItemDetailsText{
    text-decoration: none;
    display: block;
    padding: 3px;
}

.menuItemHeaderText, .menuItemDetailsText, .AnwesenStrukturAuswahlItem{
    color: white;
    text-decoration: none;
    display: block;
    padding: 3px;
}
.menuItemHeaderText:hover, .menuItemDetailsText:hover{
    text-decoration: none;
}

.AnwesenStrukturAuswahlItem {
    padding-left: 0px;
}

.AnwesenStrukturAuswahlItem:hover {
    text-decoration: underline;
}

.MenuAnwesenAuswahlItemCell {
    
}

.MenuAnwesenAuswahlCell {
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
}

.MenuLastUsedAnwesenCell {
    padding-top: 10px;
    padding-bottom: 10px;
}

.MenuCommandBarCell {
    border-top: 1px solid gray;
    padding-top: 10px;
    padding-bottom: 10px;
}

