#player_data{ 
	float: left;
	height: 400px; 
	width: 60%; 
	background-color: red; 
	font-family: arial; 
	font-size: 14px;
	font-weight: bold;
}

#player_data table {
	width: 100%;
	border-collapse: collapse;
	color: yellow;
}

#player_data table caption{
	height: 20%;
	text-align: left;
	font-size: 18pt;
	padding-top: 10px;
	padding-left: 10px;
	color: yellow;
	border: 2px red solid;
}

#player_data table .inhalt_left{
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

#player_data table .inhalt_right{
	font-size: 12px;
	padding-left: 10px;
}

#player_picture{
	float: right; 
	height: 250px; 
	width: 35%; 
	background-color: red;
}

#popup_close{
	float: right; 
	height: 20px; 
	width: 35%; 
	background-color: red;
}

#popup_close a{ 
	position: absolute;
	top: 380px;
	left: 430px;
	vertical-align: bottom;
	float: right; 
	height: 150px; 
	width: 40%;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}