@charset "utf-8";
/*------------------------------------------- begin neulich content ------------------------------------------------*/
.contentbox, .container {
	min-width: 1328px; /* Specify the min-width (368px + pictures maxwidth + 10px) */
	z-index: 100;
}
.content {
	min-width: 950px; /* Specify exactly the maximum width of pictures */
	z-index: 100;
}
* html .contentbox, * html .container {
	width: 1328px;	/* CSS-Hack for IE6 */  
}
* html .content {
	width: 950px;	/* CSS-Hack for IE6 */ 
}
.neupics img {
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 450px;
	border: 0;
	overflow: hidden;
}
/*------------------------------------------- end neulich content ------------------------------------------------*/
