#bild_neu_aussen {
	position:relative;		
	width:78px;
	height:112px;
	z-index:1;
}
#bild_neu_rahmen {
	position:absolute;
	left:0px;
	top:0px;		
	width:78px;
	height:112px;
	background-image: url(../pics/rahmen_bild.png);
	background-repeat: no-repeat;
	z-index:11;
}
#bild_neu {
	position:absolute;
	left:6px;
	top:6px;	
	width:66px;
	height:85px;
	z-index:5;
}
#bild_neu_name {
	position:absolute;
	left:6px;
	top:94px;	
	width:66px;
	height:12px;
	z-index:13;
	font-size: 12px;
	font-weight: normal;
	color: #d93f82;
	text-align:center;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
#bild_neu_text {
	position:absolute;
	left:84px;
	top:0px;		
	width:492px;
	height:112px;
	text-align:left;
	background-image: url(../pics/rahmen_text.png);
	background-repeat: no-repeat;	
	z-index:1;
}
#bild_neu_textfeld {
	background-color:#fff;
	border-color:#fff;
	border-style:solid;
	border-width:1px;
	/*margin-top:5px;*/
	margin:5px 5px 5px 5px;
	width:480px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	overflow:hidden;
	
}