#outerContainer {
    background: url(aktuelles_bg_main.gif) repeat-x;
}

#footContainer {
    background: url(aktuelles_bg_fuss.gif) repeat-x;
}

/*********************** leftPic ************************/

#picContainer {
	display:block;
    position: absolute;
    left: 0px;
    width: 286px;
    height: 522px;
    top: 0px;
	z-index:1;
}
#picContainerIndex2 {
    position: absolute;
    left: 0px;
    width: 286px;
    height: 522px;
    top: 0px;
	z-index:2;
}
#picContainerIndex2 img{
    width: 286px;
    height: 522px;
}
#picContainerIndex3 {
	display:block;
    position: absolute;
    left: 0px;
    width: 286px;
    height: 522px;
    top: 0px;
	z-index:3;
}
