@charset "utf-8";
/* CSS Document */

#pic_inhalt {
	position: absolute;
	width: 316px;
	float: left;
	z-index: 10;
	height: 416px;
	overflow:hidden;
	/* background: url(../pic/pic_c/c_bewerbung.jpg) no-repeat; */
	}
	
#subsubnavi+#pic_inhalt {
	opacity: 0.15;
	filter: alpha(opacity=15);
}
	
	
/*************************/
/* for Internet Explorer  vor 7*/

* html #pic_inhalt .bildlinksweg {
	display:none;
}

/*************************/	
	
	

#pic_inhalt_transparent{
	position: absolute;
	width: 316px;
	float: left;
	z-index: 10;
	height: 416px;
	
	background: url(../pic/pic_c/c_bewerbung.jpg) no-repeat;
	
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}
	

#pic_rahmen {
	position: absolute;
	width: 316px;
	float: left;
	z-index: 20;
	height: 416px;
}