@charset "utf-8";
/* Teamsheet css */
.member {
}
.member_pic {
	width: 150px;
	text-align: center;
	float: left;
}
.member_infos {
	width: 400px;
	color: #000;
	margin-top: 3px;
	float: left;
}
.member_info {
	border-bottom: 1px dotted #CCC;
	padding-top: 8px;
}

.member_info_col1 {
	width: 35%;
	float: left;
}
.member_info_col2 {
	width: 65%;
	float: left;	
}

.member_trenner {
	border-bottom: 1px dashed #CCC;
	height:1px;
	margin-bottom: 16px;
}

.squad_trennbalken {
	background-image: url(../images/squadicons/trennbalken.png);
	background-repeat: no-repeat;
	
	margin-left: 8px;
	padding-left: 18px;
	padding-top: 5px;
	color: #FFF;
	font-weight: bold;
	
	width: 548px;
	height: 25px;
}

.squad_logo {
	margin-left: 8px;
}