div#content {
	position:absolute;
/* Höhe normal */
/*                top: 212px; */
/* Höhe für Cover-Bilder rechte Seite */ 

                top: 120px; 
                left:405px;
	width: 506px;
	height: 420px;
	margin: 0 auto;
	margin : 0 px;
	text-align: left;
                border-right: solid  #886D12 1px ;
                overflow:hidden;
                z-index:10;
}

div#contentLeft {
	position:absolute;
                top: 92px;
                left: 0px;
                width: 320px;
}




div#contentRight {
	position:absolute;
                top: 92px;
                left: 258px;
	width: 233px;
	height: 335px;
}

