div.comments {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
.itempresent, .itempresentfirst {
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #808080; 
	width: 100%;
	float:left;
}
.itempresentfirst {
	border-top: 1px solid #808080; 
	margin-top: 1em;
}
.textpic {           /* Inclosing box in case of a picture */
	float: left;
    width: 400px;
}
.itempresent .text {
	/* Enclosing box in case of no picture */
	
}
div.picture {
	overflow: hidden;
	float: left;
	width: 100px;
}

/* Vigtige kommentarer i oversigt pr. kategori */
em {
	color: red;
    font-style: normal;
   }