.mitglied {
	background: #151515;
	width: 321px;
        height:290px;
	float: left;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}

.mavatar {
	background: #202020;
	width: 250px;
	float: right;
	height: 210px;
	padding: 2px;
	border: 1px solid #202020;
	position: relative;
}

.musername {
	text-align: center;
	margin-right: 5px;
	margin-bottom: 1px;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	
	font-family: oswald;
	font-size: 20px;
}

.musertitel {
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	margin-right: 5px;
	position: relative;
	
	font-size: 10px;
	font-style: italic;
}

.mtext {
	background: #202020;
	width: 224px;
	float: left;
	text-align: justify;
	margin-top: 3px;
	height: 121px;
	overflow: auto;
	padding: 7px;
	margin: 5px;
	border: 1px solid #202020;
	
	font-size: 11px;
}

.mpt {
	width: 50px;
	height: 57px;
	float: left;
	text-align: center;
	padding: 3px;
	margin-right: 0px;
	margin-top: 5px;
	border-bottom:1px solid #343434;
	text-transform: uppercase;
	
	font-size: 8px;
}

.minfo {
	background:#202020;
	width: 102px;
	float: left;
	text-align: center;
	padding: 3px;
	margin-right: 4px;
	margin-top: 3px;
	border: 1px solid #202020;
	height:20px;
	font-size: 10px;
}

.mlast {
	background: #202020;
	width: 68px;
	float: left;
	text-align: center;
	padding: 2px;
	height:10px;
	margin-right: 5px;
	margin-top: 10px;
	border: 1px solid #202020;
	position: relative;
	overflow:hidden;
	text-transform: uppercase;
	
	font-size: 8px;
	font-weight: bold;
}

.miniprofilehover {
width: 250px; /*Breite eures Avatars */
height: 210px; /* Höhe eures Avatars */
opacity: 0.0; /*Transparenz des Avatars, sollte in dem Fall nicht geändert werden */
transition: 1s; 
background-color: #151515; /* Hintergrundfarbe */
text-align: justify; /* Textposition */
padding: 0px; /* Textabstand zum Rand - Opera ignoriert den */
position: relative;
top: -210px; /* Abstand zum oberen Rand */
left: 0px; /* Abstand zur linken Seite */
margin-bottom: -210px; /* Abstand zum äußeren Rand */
font-family: calibri; /* Schriftart */
font-size: 12px; /*Schriftgröße */
border: 1px solid #151515; /* Rahmen*/
}

.miniprofilehover:hover {
opacity: 0.9 /*Transparenz eures Hovers*/
}

