
/* BD------------*/
#bd {
	padding-top:30px;
	padding-bottom:30px;
	min-height:300px;
	height:auto !important; /*hack IE6 */
	height:300px; /*hack IE6 */
	clear:both;
/*	background-color:#FFF;*/
}
#bd h2 {
	margin:0;
	padding:0;
	background-image:url(/images/bd_box_hd.png);
	color:#FFF;
	padding:10px;
	font-size:15px;
	padding-left:27px;
	position:relative;
}
#bd div.box {
	position:relative;
	background-color:#e4e6e7;
	background-image:url(/images/bd_box_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px;
	height:300px;
}



#bd .main { /*full bredde */
}
#bd .main_w_left { /* med venstremeny */
	float:left;
	width: 680px;
}

#newslist {
	float:left;
	width:270px;
	margin-right:30px;
	margin-bottom:30px;	
}
/* /BD------------*/