
#wrapper_under2l {
	width: 550px;
	min-height: 440px;    /* must be set, due to that the absolute imagedivs dont take any space */
	position: relative;   /* relative to port view  */
	top: 160px;
	left: 240px; 
	border: solid 1px #fff;   /*  ?? only for fat&cont. Dont know why this is needed in Moz??  */
	}

		/* Spaltpositionering over2l, under2l  */
#spalt1_under2l {
	position: absolute;
	top: 0px;
	left: 0px;
	}


#spalt2_under2l {
	position: absolute; 
	top: 0px;
	left: 270px;
	}

		/* Spaltpositionering Tillval  */
		
#spalt1_tillval {
	position: absolute; 
	top: 0px;
	left: -40px;
	}


#spalt2_tillval {
	position: absolute;
	top: 0px;
	left: 160px;
	}
			
#spalt3_tillval {
	position: absolute;
	top: 0px;
	left: 360px;
	}
	
		/* listorna  */
dl.under2l {
 	width: 210px;
	padding: 10px;
	margin-top: 10px;   /*  margin to img div  */
	}

dt.marginDT {
    margin-top: 15px;
    font-style: italic;
    }

dd.underrubrik {
	font-weight: bold;
	margin: 15px 0 0 15px;
	}
	
	







