#decor_bg {
	clear:both;
	background: #000000;
	height: 300px;
	width:100%;
}

#decor_l {
	background-image: url("/images/decor/decor_l_06.jpg");
    height: 300px;
    width: 50%;
    float: left;
opacity: 0.5;
 /*   filter: alpha(opacity=50); */ /* für IE */
 filter: Alpha(Opacity=50);
}

#decor_r {
	background-image: url("/images/decor/decor_r_06.jpg");
	height: 300px;
    width: 50%;
	margin-left: 50%;
opacity: 0.5;
/*	filter: alpha(opacity=50); */ /* für IE */
filter: Alpha(Opacity=50);
}

#decor_m {
background-image: url("/images/decor/decor_m_06.jpg");
	height: 300px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	z-index:1; /* unschön aber wegen halbtransparenz l/r derzeit notwendig */
}



