/*Style für die Player-Seite*/
#darum_player{
         width:			600px;
         height:			400px;
         padding:		0px;
         margin:			0px;
         position:		absolute;
         left:			50%;
         top:			50%;
         margin-left:		-300px;
         margin-top:		-200px;
	}
#player	{
         width:			600px;
         height:			400px;
         padding:		0px;
         margin:			0px;
	}
body	{
         background-color:	#D9E4EA;
	}