.navMenu {
    width: 175px;
    align-items: center;
	margin-left: 20px;
}

.NavMainPoint {
    display: flex;
    color: #A8A595;
    justify-content: center;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    height: 36px;
    background-image: url(../img/navMenuSW2.png);
    
}

.navListe {
    margin-top: -1px;
    margin-left: 0px;
    width: 133px;
    background-color:  rgba(84, 82, 65, 0.7);
    border: solid 1px;
    border-top: 0px;
    border-color: #28261F;
	padding-bottom: 5px;
}

.loginDiv {
    margin-top: 0px;
    margin-left: 0px;
    padding: 3px;
    width: 165px;
    background-color:  rgba(84, 82, 65, 0.7);
    border: solid 2px;
    border-top: 0px;
    border-color:  #28261F;
}

.NavMainPointSW {
    display: flex;
    color: #A8A595;
    justify-content: center;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    height: 36px;
    background-image: url(../img/navMenuSW2.png);
    margin-bottom: 0px;
    margin-left: 1px;
}

.loginDivSW {
    margin-top: 0px;
    margin-left: 1px;
    padding: 10px;
    width: 153px;
    background-color: rgba(84, 82, 65, 0.7);
    border: solid 1px;
    border-top: 0px;
    border-color: #28261F;
}

.eventListe {
    margin-top: -1px;
    margin-left: 1px;
    width: 163px;
    background-color: rgba(84, 82, 65, 0.7);
    border: solid 1px;
    border-top: 0px;
    border-color: #28261F;
    list-style-type: none;
    padding: 5px;

}