/* CSS-Styles comments */

.tx-comments-pi1 {
	line-height: 170%;
	margin-bottom: 2em;
}

.tx-comments-comment-admin {
	margin: 10px 20px;
	background-color: #e0e0e0;
	padding: 5px 9px;
	text-align: center;
}
.tx-comments-comment-form {
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #E0E0E0;
}

.tx-comments-comment-form fieldset {
	border: 0 none;	
}
.tx-comments-comment-form h4 {
	font-size: 1em;
	margin-bottom: 1em;
}
.tx-comments-comment-form label {
	width: 110px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 3px;
	line-height: 1em;
}
.tx-comments-comment-form input,
.tx-comments-comment-form textarea { 
	margin-top: 8px;
}

.tx-comments-comment-input {
	width: 200px;
}
.tx-comments-comment-form textarea {
	width: 370px;
	height: 180px;
	padding: 4px;
	line-height: 170%;
}
/* Input-Feld captcha */
.tx-comments-captcha {
}
.tx-comments-captcha .tx-comments-comment-input { 
	width: 100px;
	letter-spacing: 0.3em;
}
.tx-comments-captcha img {
	border: 1px solid #d0d0d0;
	vertical-align: bottom;
	margin-top: 8px;
}
.tx-comments-comment-form br {
	clear: left;
}
.tx-comments-comment-date {
	font-weight: normal;
	float: right;
}
.tx-comments-comment-name {
	font-weight: bold;
	padding: 8px 3px 3px;
	color: #3C74C7;
}

.tx-comments-comment-1,
.tx-comments-comment-2 {
	margin-bottom: 10px;
	padding: 6px 5px 5px 5px;

	border: 1px solid #e0e0e0;
	background-color: #EFEFEF;

	/* Für Firefox und Safari, abgerundete Ecken */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.tx-comments-comment-1 {
	background-color: #EFE6E6;
}
.tx-comments-comment-content {
	padding: 8px 3px 3px 3px;
	text-align: justify;
}
.tx-comments-page-browser {
	text-align: center; margin: 15px 0;
}
.tx-comments-page-browser-current,
.tx-comments-page-browser a {
	padding: 0 3px;
}
p.tx-comments-required-mark {
	margin: 1em 0;
}
span.tx-comments-required-mark {
	color: red;
}
.tx-comments-required-error {
	display: block;
	color: red;
	background-color: #f5f500;
	margin: 3px 0 10px 0;
	padding: 3px 5px;
}
.tx-comments-form-top-message {
	border: 1px solid #d0d0d0;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
}
.tx-comments-closed {
	border: 1px solid #d0d0d0;
	padding: 10px 10px; margin: 10px 0;
}
.tx-comments-closed img {
	vertical-align: baseline;
	margin-left: 4px;
	padding-right: 4px;
}
.tx-comments-comment-report {
	font-size: 80%;
	margin: 7px 0 5px 15px;
}

.tx-comments-rating {
	margin-left: 15px;
}


