/** schönberg-solutions GmbH */

/** Neues Meneü - Das Menu links positionieren */

/* nur mit Prozent zeigt IE7 kporrekt an */

.menuLeft {
    min-width: 12em;
    margin-top: 8px;
    text-align: left;
    height: 100%;
    float: left;
    margin-right: 10px;
}


.menuLeftLoginItemColor {
}

.menuLeftBackGround {
}
.menuLeftItemColor {
    color: #042e63;
}

/* Die Eintraege erster Ordnung groesser als ... */
.menuFirst {
    float: left;
    margin-left: 8px;
    margin-top: 6px;
    padding: 2px;
    font: 15px sans-serif;
    color:#042e63 !important;
}

.menuFirstSelected {
    float: left;
    margin-left: 8px;
    margin-top: 6px;
    padding: 2px;
    font: 15px sans-serif;
    color: #042e63 !important;
    font-weight: bold;
}

.menuFirstGrey {
    color: grey !important;
}

/* ... solche untergeordneten */
.menuSecond {
    float: left;
    color:  #042e63 !important;
    font-size: 12px;
    margin-left: 18px;
    margin-top: 4px;
}
.menuSecondSelected {
    float: left;
    font-size: 12px;
    color: #042e63 !important;
    margin-left: 18px;
    margin-top: 4px;
    font-weight: bold;
}
/* ... solche untergeordneten */
.menuSecondGrey {
    float: left;
    font-size: 12px;
    color: grey !important;
    margin-left: 18px;
    margin-top: 4px;
}
/* ... solche untergeordneten */
.menuThird {
    float: left;
    font-size: 11px;
    color:  #042e63 !important;
    margin-left: 20px;
    margin-top: 4px;
}
.menuThirdSelected {
    float: left;
    font-size: 11px;
    color: #042e63 !important;
    margin-left: 20px;
    margin-top: 4px;
    font-weight: bold;
}

.menuLanguageSelectionLabel {
    color: grey !important;
    font-size: 12px;
	white-space: nowrap;
    font-weight: bold;
    margin-left: 3px;
}
