div#wrapper_foretaget {
	width: 490px;
	min-height: 500px;    /* must be set, due to that the absolute imagedivs dont take any space (136=image-height) */
	position: relative;   /* relative to port view  */
	top: 140px;
	left: 200px;
	}

div#wrapper_foretaget img  {
    float: left;
    margin: 0 15px 15px 0;
    }
    
div#wrapper_foretaget > p {
    margin-left: 50px;
    }
    