div#ecke {
	position: absolute; top:0px; right: 0px; z-index: 50; width:100px; height:100px;
	background-image: url(bilder/ecke0.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
	padding:0;
	margin:0;
	text-align: right;
}
div#ecke img {
	border:none;
	padding:0;
	margin:0;
	background: none;
}
div#ecke a#ecke_link img {
	width: 100%;
	height: 100%;
}
div#ecke a, div#ecke a:hover {
	text-decoration: none;
	border:none;
	padding:0;
	margin:0;
	display: block;
	background: none;
}
div#ecke a#ecke_link:hover {
	position: absolute; top:0px; right: 0px; z-index: 51; width:200px; height:200px;
	display: block;
	background-image: url(bilder/ecke1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
