#wrapper_default {
	width: 620px;
	min-height: 500px;    /* must be set, due to that the absolute imagedivs dont take any space (500=image-height) */
	position: relative;   /* relative to port view  */
	z-index: 0;
	top: 120px;
	left: 155px;
	font: bold 80% arial;
	}

	/* All images are set absolute to the wrapper divs topleft corner  */
#komplettDef {
	position: absolute;
	top: 15px;
	left: 80px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

#flexibleDef {
	position: absolute;
	top: 15px;
	left: 320px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

#hygienDef {
	position: absolute;
	top: 245px;
	left: 80px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}

#atexDef {
	position: absolute;
	top: 245px;
	left: 320px;
	padding: 1px;  /* to make links dotted bottom-border visible in IE   */
	}