.membox1{
	width:auto;
	height: 213px;
	margin: 2px;
	float: left;
	/* border: 1px solid; */
	}

.membox2{
	width: auto;
	height: auto;
	border:1px solid var(--akzent2);
	padding:2px;
	float:left;
	}

.membox2 img{
	width: 207px;
	height: 207px;
}

.membox3{
	width: 381px;
	height: 213px;
	float:left;
	}

.membox3 .username{
	font-family:var(--font-headline1);
	font-size:26px;
	border-bottom:1px solid var(--akzent4);
	text-align:center;}

.membox3 .usertitel{
	background-color:var(--akzent4);
	color:var(--font-color);
	text-align:center;
	font-family:var(--font-main);
	font-size:10pt;
	text-transform:uppercase;
	}
	
.membox4{
	width:auto;
	height:auto;}

.membox4 .factbox{
	width: 225px;
	height: 156px;
	float:left;
	}

.membox4 .factbox .facts1{
	width: auto;
	font-size: 14px;
	border:1px solid var(--akzent2);
	line-height: 14px;
	padding: 2px 2px 2px 5px;
	margin: 2px;
	}

.memminiicon{
	width:150px;
	height:150px;
	border:1px solid var(--akzent2);
	padding:2px;
	float:left;
	}