
#comments {
	border-top: 2px solid #D2D2D2;
	margin: 3em 0;
	width: 100%;
	float: left;
}

#comments h2 {
	margin-top: 0.5em;
	font-size: 1.4em;
}

#comments ul {
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 1.5em;
	list-style-type: none;
	border-bottom: 1px dotted #999999;
}

#comments ul li {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 0.5em;
	padding-left: 0;
	border-top: 1px solid #ccc;
	background: none;
}

#comments .commenttext {
	padding-left: 11.5em;
}

#comments h3 {
	margin-top: 0;
	margin-bottom: 0.25em;
}

#comments p {
	margin-top: 0;
}

#comments .details {
	float: left;
	width: 9em;
}

#comments .details .comment-user {
	color: #555;
	font-weight: bold;
	margin-bottom: 5px;
}

#comments .details .comment-datetime {
	font-size: 0.834em;
}

#comments form .row {
	margin: 1.5em 0;
}

#comments form .row label {
	color: #555;
	font-weight: bold;
}

#comments form input.comment, #comments form textarea.comment {
	margin-top: 0.5em;
}

/* KOMMENTAR-FOMULAR (und FORUM)
------------------------------------------------------------------------------------- */

form.commentform input.comment, form.commentform textarea.comment, form.commentform input.submit {
	width: 65%;
	margin-top: 3px;
	border: 1px solid #009CDE;
	padding: 0.2em 0.3em;
}

form.commentform input.submit {
	margin-top: 1em;
	width: auto;
}

div.forum .comment.first {
	border-top: 3px solid #009CDE;
	border-bottom: 1px solid #009CDE;
}

