/* CSS Document */

#content { width: 510px; }
#showcase {
	width: 200px;
	left: 760px;
	position: absolute;
	z-index: 100;
}
#showcase dl, #showcase dl dt, #showcase dl dd {
	margin: 0;
	padding: 0;
}
#showcase dl {
	margin-bottom: 1em;
}
#showcase dl dt {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(/grafik/showcase_dt_bg.gif) no-repeat left top;
	padding: 8px 10px;
}
#showcase dl dd {
	color: #333;
	background: url(/grafik/showcase_dd_bg.gif) no-repeat left bottom;
	padding: 10px;
}
#showcase dl dd a { text-decoration: none; }
#showcase dl dd a:hover {
	text-decoration: underline;
	color: #333;
}