#writecomment input.text,
#writecomment textarea,
#writecomment input.button {
	background: white;
	border: 1px solid #9C9C9C;
	font-size: 1em;
	width: 190px;
	display: inline;
}
#writecomment input.text:hover,
#writecomment textarea:hover,
#writecomment input.button:hover {
	border-color: #666666;
}
#writecomment input.text:focus,
#writecomment textarea:focus {
	background: #EBEBEB;
}
#writecomment label {
	width: 200px;
	font-size: 0.85em;
	font-variant: small-caps;
}
#writecomment input.button {
	width: 195px;
	background: white;
	border: 1px solid #9C9C9C;
	margin-bottom: 15px;
	font-size: 0.9em;
}
#writecomment input.button:focus {
	background: black;
	color: white;
	border-color: #DCDCDC;
}
#writecomment textarea {
	font-size: 0.88em;
}
.comments {
	width: 30em;
	padding-left: 0;
	list-style: none;
	z-index: 10;
}
.comments li {
	text-indent: 0;
	margin-left: 0;
	padding-left: 0;
	background: #F2F2F2;
}
#Inhalt .comments h4 {
	color: #CACACA;
	font-size: 4em;
	float: right;
	margin: 15px 4% 10px 10px;
}
.comments .infos {
	padding: 4px 0;
	border: solid #AFAFAF;
	background: #E7E7E7;
	border-width: 1px 0;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
.comments .infos span {
	font-weight: normal;
	font-style: italic;
	font-size: 0.87em;
	display: block;
	text-indent: 13px;
}
.comments span {
	margin-top: 0;
}