@CHARSET "ISO-8859-1";

#friendlist {
position: relative;
padding: 24px;
height: auto;
border: 0px solid #000;
float: left;
}

#friendlist div{
float: left;

}
#afriend {
position: relative;
width: 114px;
height: 180px;
margin: 10px;
padding: 3px;
border: 1px solid #000;
background-color: #CCC;
background-image:url('ebene3bg.jpg');
background-repeat:no-repeat;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}

#afriend img{
max-width: 100px;
max-height: 100px;
border: 0px solid #000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
}

#hndlfrnd {
	position: absolute;
	top: 150px;
	left: -1px;
	height: 30px;
	line-height: 30px;
	width: 118px;
	vertical-align: middle;
	padding: 2px;
	float: left;
border-top: 1px solid #abc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
#dlfrnd {
	position: absolute;
	top: 1px;
	left: 102px;
}
