/* CSS Document */


/* Übersicht CDs */

.cd-eintrag  {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
	clear: both;
	}
	
.cd-eintrag img {
	float: left;	
	}
	
.cd-details {
	Xmargin: 0 5px 5px 250px;
	float: right;
	width: 250px;
	}
	
.cd-details p {
	margin: 0 0 0 0;	
	padding: 0.7em 0;
	}
	

/* Link in Absatz (überschreibt Deklaration in text.css */
.cd-details  a {
	display: block;
	padding: 1px; /* padding oder boder muss sein, sonst funktioniert hover-effekt nicht richtig in IE */
	text-decoration: none;
	color: #000;
	}
.cd-details  a:hover {
	text-decoration: underline;
	color: #ffe;	
	}
