/* CSS Definitionen fuer einen Schatten um einen Bereich */

/* 938 + 26 = 964 */

div.shadowContainer_ {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}
div.shadowContainer_ie {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}

div.shadowTopContainer_ {
	width: 964px;
}
div.shadowTopContainer_ie {
	width: 964px;
}

div.shadowBottomContainer_ {
	clear: both;
	width: 964px;
	background: url(/tmpl/ccc_new/img/shadeBottom.png) top center no-repeat;
	behavior: url("/tmpl/ccc_new/iepngfix.htc");
}
div.shadowBottomContainer_ie {
	clear: both;
	width: 964px;
	background: url(/tmpl/ccc_new/img/shadeBottom.png) no-repeat top center;
	behavior: url("/tmpl/ccc_new/iepngfix.htc");
}

div.shadowLeft_ {
	width: 964px;
	background: url(/tmpl/ccc_new/img/rand_l.png) top left repeat-y;
	behavior: url("/tmpl/ccc_new/iepngfix.htc");
}
div.shadowLeft_ie {
	width: 964px;
	background: transparent url(/tmpl/ccc_new/img/rand_l_ie6.png) repeat-y top left;
	behavior: url("/tmpl/ccc_new/iepngfix.htc");
}

div.shadowRight_ {
	width: 964px;
	background: url(/tmpl/ccc_new/img/rand_r.png) top right repeat-y;
	behavior: url("/tmpl/ccc_new/iepngfix.htc");
}
div.shadowRight_ie {
	width: 964px;
	background: transparent url(/tmpl/ccc_new/img/rand_r_ie6.png) repeat-y top right;
	behavior: url("/tmpl/ccc_new/iepngfix.htc");
}

