.miniprofilehover {
width: 180px; /*Breite eures Avatars */
height: 240px; /* Höhe eures Avatars */
opacity: 0.0; /*Transparenz des Avatars, sollte in dem Fall nicht geändert werden */
transition-duration: 0.6s; /* Geschwindigkeit eures Hovers */
-moz-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
-webkit-transition-duration: 0.6s; 
background-color:  /* Hintergrundfarbe */
color: #000; /* Schriftfarbe */
text-align: justify; /* Textposition */
padding: 0px; /* Textabstand zum Rand - Opera ignoriert den */
position: relative;
top: -345px; /* Abstand zum oberen Rand */
left: 8px; /* Abstand zur linken Seite */
margin-bottom: -250px; /* Abstand zum äußeren Rand */
font-family: Tahoma; /* Schriftart */
font-size: 12px; /*Schriftgröße */
border: 0px solid #3c1416; /* Rahmen*/
max-height:250px;
overflow-y:auto;

} 

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