
/* STYLE */

#musik
{
	width:600px;
	margin:auto;
	text-align:left;
}
#musik h1
{
	margin-top:0px;
}
#musik #dVideo
{
	float:right;
	margin-top:14px;
	margin-left:25px;
	margin-bottom:5px;
	font-size:0.8em;
}
#musik #nVideo,#musik #lVideo
{
	text-align:center;
}
#musik #oVideo
{
	width:260px;
	height:220px;
}
#musik #tMusik a
{
	/*background:transparent url("http://images.d03n3r.de/icons/sound.gif") no-repeat left center;*/
}
#musik #lVideo a,#musik #lVideo a:visited,#musik #lVideo a:active
{
	text-decoration:none;
	background:none;
	padding:0px;
	border:none;
}
#musik #lVideo a:hover,#musik #lVideo a:focus
{
	text-decoration:underline;
}
 
#lastfm td
{
	vertical-align:top;
}
#lastfm .lastfm_artist
{
	float:left;
	width:160px;
	height:160px;
	margin-top:10px;
	margin-left:12px;
	margin-right:12px;
	text-align:center;
}
#lastfm .lastfm_artist a,#lastfm .lastfm_artist a:visited,#lastfm .lastfm_artist a:active
{
	text-decoration:none;
	background:none;
	padding:0px;
	border:none;
	display:block;
	border:1px solid #000;
	background:#EFEEEE;
	padding:8px;
}
#lastfm .lastfm_artist a:focus
{
	background:#BFBBBB;
}
#lastfm .lastfm_artist a:hover
{
	background:#AFAAAA;
}
#lastfm .lastfm_artist a:active
{
	background:#CFCCCC;
}

.recent
{
	width:500px;
	margin:auto;
	margin-top:5px;
	border:1px solid black;
	border-collapse:collapse;
}

.recent caption
{
	width:500px;
	margin:auto;
	text-align:center;
}
.recent th
{
	font-size:0.8em;
	font-weight:bold;
	border:1px solid black;
	text-align:center;
}
.recent td
{
	padding:4px;
	padding-bottom:2px;
	padding-left:25px;
	font-size:0.9em;
	text-align:left;
	background:#CFCCCC;
}