#inhalt .article table.comm, #inhalt .article table.comm td {
    table-layout:auto;
	border: 1px solid #fff;
    border-collapse: separate;
    margin: 0;
}
input[type="text"]{
margin:0;
padding:0;
}
input[type="checkbox"]{
margin:0;
}
#inhalt .article p.comments{
	margin:20px 20px 0 0;
	color: #000;
	padding-bottom:2px;
	font-weight:bold;
	border-bottom: 1px dashed #008cba;
}

#inhalt .article .articlec{
	margin: 15px 0 0 20px;
}

textarea.com{
	display:none;
}


#inhalt .articlec p.commenthead{
	margin-top:10px;
	color: #999;
}

#inhalt .article p.acomment{
	margin-top:20px;
}

#inhalt .article p.acomment a img{
border:none;
padding-right:15px;
}

#inhalt .article .separatorc {
	clear: both;
	height:2px;
	margin: 0 20px 0 20px;
	border-top:1px dotted #999;
}