
#wrapper_nyheter {
	width: 620px;
	min-height: 85px;    /* must be set, due to that the absolute imagedivs dont take any space (85=image-height) */
	position: relative;   /* relative to port view  */
	z-index: 0;
	top: 120px;
	left: 155px;
	font: bold 80% arial;
	}

    /* Spalt pressAndWebb    */
    /*  -----------------    */
 	/* All content are set absolute to the wrapper divs topleft corner  */
#pressAndWebb {
	width: 120px;
	position: absolute;
	top: 20px;
	left: 80px;
	border: 2px solid #800000;
	padding: 20px 5px 20px 20px;
	}
	
#pressAndWebb h1 {
    margin-left: -13px;  /* to counteract the padding in Artikelspalt   */
	font: bold 10pt "trebuchet ms", arial, "san serif";
	}

#pressAndWebb p{
	margin-top: 10px;
	border-bottom: dotted 1px #800000;
	padding-bottom: 15px;  /* for space between links and dotted border  */
	}
		
img.adobelogga-press {
    float: right;
    margin-right: 8px;
    width: auto;
    }	
	
    /* Spalt Nyhetsspalt    */
    /*  -----------------    */

#Nyhetsspalt {
	width: 320px;
	position: absolute;
	top: 20px;
	left: 270px;
	}
	
#Nyhetsspalt div{
	border-bottom: dotted 1px #000;
	margin-bottom: 10px;
    }
    
#Nyhetsspalt span {
	font: bold italic 80% arial, "san serif";
	}

#Nyhetsspalt h1 {
	font: bold 140% "trebuchet ms", arial, "san serif";
	color: #800000;
	margin-top: 5px;
	}
	
#Nyhetsspalt img {
	float: right;
	margin: 0 0 5px 5px;
	}
	
img#floatLeft {
    float: left;
	margin: 0 5px 5px 0;
    }	
	
#Nyhetsspalt p {
	font: normal 100% "trebuchet ms", arial, "san serif";
    }

    
#Nyhetsspalt p img.adobelogga-nyhet {
    float: left;
    margin: -15px 0 0 100px;
    width: auto;
    }
    
#Nyhetsspalt ul {
    margin: 20px 0 20px 15px;
    font-weight: normal; 
    }
