#deg {
	margin-top: -480px;  /* Text hinaufschieben */
	margin-left: 10px;   /* Text horiz. ausrichten */
	font-weight: bold;   /* Text formatieren */
	color: #000;               /* Text Farbe */
}

#erw1{
	margin-top: 500px;
}

#imgClip{
	width: 500px;
	height: 700px;
	background-color: #FFF;
	overflow: hidden;
}
 
#imgClip img{
	position: relative;
	clip: rect(0px 500px 700px 0px);
}