

/*Navigation Charakter*/
.sidebar_L ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 0 auto;

}

.sidebar_L li {
    margin-bottom: -3px;

}

.sidebar_L a   {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    background-size: contain;
    background-image: url(../images/styles/navi_button_gast.bmp);
    background-repeat: no-repeat;
    #background-color: rgba(143, 34, 20, 1);
    transition: background-color 0.3s ease;

}

.sidebar_L a:hover {
    #background-color: rgba(139, 50, 143, 1);
    background-size: contain;   /* Blau als Hover-Effekt */
    background-image: url(../images/styles/navi_button_gast.bmp);
    #background-position: right top; /* left top the Bild */
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 1);
}

h1{
    font-size:20px;
}
