.trowwesen {
	background: #142737;
	color: #e4e4e4;
	padding: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.flexwesen {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
	margin-bottom: 20px;
}

.flexwesenw {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.wesentext {

    width: 650px;
    overflow: auto;
    color: #f2f1f1;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
border: 3px solid #ad5910;
padding: 5px;
line-height: 20px;
scrollbar-width: thin;
background: #142737;
}

.wesentext2 {
    width: 650px;
    color: #f2f1f1;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;


}

.wesenmenu {
    height: 710px;
    width: 250px;
    overflow: auto;
    color: #f2f1f1;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
    border: 3px solid #ad5910;
    padding: 5px;
    line-height: 20px;
    background: #273d4d;
    scrollbar-width: thin;
}


.wesenmenu a:link {
	color: #fff;
	text-decoration: none;
}

.wesenmenu a:visited {
	color: #fff;
	text-decoration: none;
}

.wesenmenu a:hover,
.wesenmenu a:active {
	color: #17242f;

}
		