.artikel_left {
  float: left;
  margin-right: 8pt;
}
.artikel_right {
  float: right;
  margin-left: 8pt;
}



div.inlagg {
	clear: both;
	background-color: #E6E6D5;
	border-radius: 16px;
	padding: 20px;
	border-top: solid 1px #CECFC7;
	border-right: solid 2px #A6A899;
	border-bottom: solid 2px #A6A899;
	border-left: solid thin #CECFC7;
	box-shadow: 4px 4px 1px #888888;
	overflow:auto;
}

	

div.inlagg img {
	float: left;
	clear: left;
	margin-right: 12px;
	margin-bottom: 6px;
	max-width: 350px;
}