ul.pers_liste {
	list-style-type: none;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0;
    margin: 0;
}
ul.pers_liste li {
	flex-direction: row;
	list-style: none;
	padding: 0;
    margin: 0;
    width: 48%;
    background: #f2f2f2;
    margin-right: 1%;
    margin-bottom: 1%;
    line-height: 1.5em;
    overflow: hidden;
}
ul.pers_liste li div {
	float: left;
	width: 65%;
	height: 100%;
	overflow: hidden;
	padding: 5%;
	font-size: 0.85em;
}
ul.pers_liste li div:first-child {
	width: 35%;
	padding: 0;
}
ul.pers_liste li img {
	height: 180px;
	margin-left: -19%;
}
ul.pers_liste li div a {
	margin: 0;
}
ul.pers_liste li > a {
	margin: 5px 0;
	font-weight: bold;
	display: inline-block;
}
ul.pers_liste li div.studip_u_data span.atzeichen img {
    width: auto;
    height: 12px;
    margin: 0;
}
div.import_studip div.list-container {
	width: 100%;
}
div.tx-importstudip-pi1 h3 {
	clear: left;
	margin-top: 15px;
}
table.st-extern {
    border: 1px hidden #ffffff;
    border-collapse: collapse;
    clear: both;
    margin: 15px 0 8px;
    width: 100%;
}
table.st-extern th,
table.st-extern td {
    border: 1px solid #ccc;
    padding: 0.5em;
}
table.st-extern span.atzeichen img {
    width: auto;
    height: 12px;
    margin: 0;
}
table.st-extern th {
    background-color: #f4f4f4;
    font-weight: bold;
}
table.st_user_details span.atzeichen img {
    width: auto;
    height: 12px;
    margin: 0;
}