.friendList img{
	border: 1px solid #c2c2c2;
	padding: 3px;
	float: left;
	width: 75px;
}

.friendList ul li{
	margin-bottom: 9px;
	height: 116px;
	background: transparent url('../images/dotted.png') repeat-x bottom; 
}

.friendList ul li.last{
	background: none;
	height: 100px;
}

.friendList ul li p{
	margin: 0 0 0 15px;
	float: left;
	width: 350px;
}

.friendNick{
	font-size: 14px;
	font-weight: bold;
	color: #4b4b4b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display:block;
}

.friendName{
	float: left;
	color: #999;
	font-size: 10px;
}

.links{
	float: left;
}

ul.links{
	margin: 10px 0 0 16px;
}

ul.links li a {
	color:#fff;
}

ul li .rightText{
	width: 371px;
	float: right;
}

ul.links li a,
input.greysubmit {
	color: #FFF;
	padding: 2px 4px;
	font-size: 11px;
	background-image: url(/images/button.png); 
}

ul.links li a.color2,
input.color2 {
	background-image: url(/images/button_green.png) !important; 
	color:#fff;
}

.colorred {
	background-image: url(/images/button_red.png) !important;
	color:#fff;
}

.notiz{
	float: left;
	clear: both;
	color: #4b4b4b;
}

ul.links li{
	float: left;
	height: 12px;
	margin-right: 1px;
	background: none;
}

.tabSub{
	width: 486px;
	height: 25px;
	background: #ccc;
	float: left;
	background: transparent url('../images/tabSubBg.png') repeat-x; 
}

.tabSub ul{
	margin: 4px 0 0 18px;
}

.tabSub ul li{
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	background: transparent url('../images/tabSubLine.png') no-repeat right; 
}

.tabSub ul li.last{
	background: none;
}

.tabSub ul li a{
	color: #fff;
}

