div#wrapper_broschyr {
	width: 140px;
	min-height: 136px;    /* 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: 250px;
	border: 2px solid #800000;
	padding: 20px;
	}

p#broschyr {
    margin: 0px;    /* dont know why this is needed but without it the banner gets affected  */
	font: bold 80% arial;
	}
	
img#adobelogga {
    float: right;
    margin-top: 5px;
    }

