.GLAGesuch_Frame {
    width: 600px;
    padding: 20px;
    margin: auto;
    margin-top: 35px;
    background: #1d262d url(https://abload.de/img/bgvbihd.png);
}

.GLAGesuch_Headline {
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin: -43px 0px -13px 0px;
    color: #2d353c;
    font-family: 'Titillium Web', sans-serif;
    padding-top: 2px;
    text-shadow: 0 0 2px #0000008f;
}

.GLAGesuch_Name {
    font-size: 25px;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 3px;
    text-transform: none;
    text-align: center;
    color: #8b7d43;
    margin-top: 15px;
}

.GLAGesuch_Fakten {
    font-size: 12px;
    text-align: center;
    margin-top: -11px;
    margin-bottom: 10px;
    color: #919191;
}

.GLAGesuch_IMGContainer {
    float: left;
    /* height: 280px; */
    background: #181f25;
    margin: 0px 16px 0px 0px;
    border: 1px #8b7d43 dashed;
}

img.GLAGesuch_IMG {
    margin: 7px;
width: 100px;
    height: 100px;
}

.GLAGesuch_IMGContainer2 {
    float: right;
    /* height: 280px; */
    background: #181f25;
    margin: 0px 0px 0px 10px;
    border: 1px #8b7d43 dashed;
}

img.GLAGesuch_IMG2 {
    margin: 7px;
width: 100px;
    height: 100px;
}

.GLAGesuch_Beschreibung {
    height: 198px;
    overflow: auto;
    text-align: justify;
    color: #9b9b9b;
    background: #181f25;
    padding: 15px;
    border: 1px #8b7d43 dashed;
}

.GLAGesuch_Sonstiges {
    background: #181f25;
    border: 1px #8b7d43 dashed;
    padding: 10px;
    height: 130px;
    overflow: auto;
}

.GLAGesuch_Link {
    float: left;
    background: #181f25;
    padding: 5px;
    margin: 0px 5px;
    /* margin: auto; */
    text-align: center;
    width: 278px;
    border: 1px #8b7d43 dashed;
    color: #8b7d43;
}

.GLAGesuch_Link a {
color: #8b7d43; 
}

#scrolli::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    background-color: #1d262d;
}

#scrolli::-webkit-scrollbar {
    width: 3px;
    background-color: #7f6d24;
}

#scrolli::-webkit-scrollbar-thumb
{
	background-color: #7f6d24;
}
		
		