.tx-comments-pi1 ul,
.tx-comments-pi1 ol  {
	list-style: none !important;
	padding: 0 !important;
}

.tx-comments-comments {
	margin-bottom: 15px;
}

/**
 *  Anzeige der Kommentare
 */
.tx-comments-comment-1,
.tx-comments-comment-2 {
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding: 10px 10px 5px 70px;
	position: relative;
}

.tx-comments-comments img.comments_gravatar {
	left: 10px;
	position: absolute;
	top: 10px;
}

.tx-comments-comment-name {
	font-weight: bold;
}

.tx-comments-comment-wrote {
	font-style: italic;
}

.tx-comments-comment-date {
	color: #aaaaaa;
	font-size: 0.8em;
	position: absolute;
	right: 5px;
	top: 2px;	
}


/**
 * Formular
 */
.tx-comments-comment-form label {
	display: block;
	float: left;
	padding-top: 5px;
	width: 150px;
}

.tx-comments-comment-form input,
.tx-comments-comment-form textarea,
.tx-comments-required-error {
	margin-top: 5px;
}

.tx-comments-comment-form textarea {
	width: 400px;
}

.tx-comments-comment-form br {
	clear: left;
}

.tx-comments-required-error {
	color: #ff0000;
	display: block;
	font-size: 0.8em;
}

/* das <br/> darf innerhalb der Fehlermeldung kein clear:left haben, sonst
 * wird das <input> unterhalb des <label> verschoben */
.tx-comments-required-error br {
	clear: none;
}

/* um ein Springen nach dem (verzoegerten) Laden von reCAPTCHA zu vermeiden */
.tx-comments-captcha {
	height: 135px;
}


/**
 * Pagebrowser
 */
.tx-comments-pi1 .tx-pagebrowse li.tx-pagebrowse-pages {
	padding-right: 0;
}

.tx-comments-pi1 .tx-pagebrowse {
	margin-bottom: 15px;
}
