
div.forum {
	margin-top: 40px;
	padding-top: 0.5em;
}

div.forum p a.back {
	padding-left: 15px;
	background: url(../img/pager-back.png) no-repeat left center;
}

div.forum p.bk-to-threads {
	margin-top: 1.5em;
}

div.forum .comment {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	padding-bottom: 1.5em;
	margin-bottom: 0.25em; 
}

div.forum .commenttext, div.forum .commentattach {
	padding-left: 11.5em;
}

div.forum h2 {
	margin-top: 2.5em;
}

div.forum h3 {
	margin-bottom: 0.25em;
	margin-top: 0;
}

div.forum p {
	margin-top: 0;
}

div.forum .details {
	float: left;
	width: 9em;
}

div.forum .details .comment-user {
	color: #555;
	font-weight: bold;
	margin-bottom: 5px;
}

div.forum .details .comment-datetime {
	font-size: 0.834em;
}

/* erster Post */

div.forum .comment.first  {
	background-color: #E6EAF0;
	padding-top: 0.5em;
}

div.forum .comment-first .details .comment-user {
	color: #333;
}