#vorstellung {
	width: 500px;
    padding: 50px;
    background: url(https://hollowsaints.de/design/01/back.png);
    background-size: cover;
    background-position: top;
	margin: auto;
}

#vorstellung .title {
	font-family: Pirata One;
	font-size: 55px;
	text-align: center;
	color: #937bbb;
}

#vorstellung .utitle {
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #8871af;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: -12px;
    margin-bottom: 30px;
}

#vorstellung .texti {
    background: #000000e6;
    text-align: justify;
    color: #e9e9e9;
    padding: 25px;
    font-size: 13px;
    font-family: Tahoma;
    overflow: auto;
    height: 500px;
    margin: 8px;
}

#vorstellung .texti b {
	font-weight: bold;
	color: #634d87;
}

#vorstellung .texti i {
	font-style: italic;
	color: #634d87;
}

#vorstellung .texti u {
	font-weight: bold;
    background: #634d87;
    color: #160532;
    padding: 2px 3px 2px 3px;
    margin: 2px;
    line-height: 30px;
    text-decoration: none;
}

#vorstellung .point {
	font-family: Arial;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    color: #a894c9;
    font-weight: bold;
    margin: 5px;
}

#vorstellung .links {
	height: 30px;
    margin: auto;
    width: 540px;
	margin-left: 12px;
}

#vorstellung .button {
	background: #000000e6;
    float: left;
    padding: 2px 5px 2px 7px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'DM Serif Display';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 3px;
}

#vorstellung ::-webkit-scrollbar {
    width: 5px;
}

#vorstellung ::-webkit-scrollbar-thumb {
    background: #56417a;
}

#vorstellung ::-webkit-scrollbar-track {
    background: #141119;
}