ul#cmd a {
	position : relative;
	width : 240px;
	height : 215px;
	background : #FFFFFF;
	cursor : pointer;
	display: block;
	text-decoration: none;
}

ul#cmd a span {
	position : absolute;
	display : block;
	width : 200%;
	height : 10em;
	padding : 5px 5px 5px 23px;
	text-indent : -17px;
	cursor : pointer;
	color : #993333;
	text-decoration: none;
	border: 1px solid #dddddd;
	visibility: visible;
	background-image: url(../img/bg_medien_a.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	left: -9000px;
	top: -9000px;
}

ul#cmd a:hover, ul#cmd a:focus, ul#cmd a:active {
	height: 215px;
	width: 240px;
	text-decoration: none;
}

ul#cmd a:hover span, ul#cmd a:focus span, ul#cmd a:active span {
	top : 20px;
	left : 250px;
	text-decoration: none;
}
