@charset "utf-8";
.tx-comments-comments{

}

.tx-comments-comment-head{
	margin-bottom: 0.5em;
	color: #333;
	font-style: italic;
}

.tx-comments-comment-content{
	border: 1px solid #333;
	padding: 0.7em;
	margin-right: 1em;
	margin-bottom: 1.5em;
}

/* Das Kommentar immer mittig ausgeben lassen und auf nicht angezeigt */
#tx-comments-comment-form{
	display: none;
	border: 1px solid #BBB;
	background-color: #fff;
	position: fixed;
	width: 550px;
	top: 15%;
	left: 26%;
	z-index: 20;
	font-size: 12px;
}

/* Falls Javascript ausgeschalten ist */
.tx-comments-comment-form{
	width: 550px;
	border: 1px solid #BBB;
	background-color: #fff;
	font-size: 12px;
}

.tx-comments-comment-form-header{
	font-size: 15px;
	font-weight: bold;
	padding: 1em;
}


.tx-comments-comment-form .comments-label-name,
.tx-comments-comment-form .comments-label-email,
.tx-comments-comment-form .comments-label-homepage,
.tx-comments-comment-form .comments-label-lname{
	clear: both;
	float: left;
	width: 130px;
	height: 21px;
	padding-left: 15px;
}

input.tx-comments-comment-input{
	width: 390px;
	border: 1px solid #BBBBBB;
	background-color: #EEE;
	height: 21px;
	padding: 3px 0 0 3px;
}

.tx-comments-comment-form .comments-label-lname,
.tx-comments-comment-form #tx_comments_pi1_lastname{
	margin-top: 1em; 
}

.tx-comments-comment-form .comments-label-email,
.tx-comments-comment-form .tx-comments-comment-email{
	margin: 1em 0 1em 0;
}


.comments-hint{
	text-align: right;
	margin-right: 1em;
	position: relative;
	top: -1em;
	font-style: italic;
	color: #9F9F9F;
}

.comments-check-newsletter{
	padding-left: 1em;
	margin-top: 1.5em;
}

.comments-check-newsletter input, .comments-check-artikel-inform input{
	position: relative;
	top: 0.1em;
}

div.comments-label-textbox {
	vertical-align: top;
	padding-left: 1em;
	margin-top: 2em;
}

textarea#tx_comments_pi1_content{
	width: 95%;
	border: 1px solid #BBB;
	background-color: #EEE;
	margin-left: 1em;
}

.comments-check-artikel-inform{
	padding-left: 1em;
	margin-top: 1em;
}

.tx-comments-comment-form div.comments-submit-area{
	border-top: 1px solid #E5E5E5;
	background-color: #F7F7F7;
	width: 100%;
	padding: 1em 0 2em 0;
}

.tx-comments-comment-form div.comments-submit-area input#tx_comments_pi1_submit{
	float: right;
	background-image: url(../img/blog/comments-submit.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 217px;
	height: 27px;
	border: none;
	font-size: 12px;
	margin: 0 1em 1em 1em;
}

.tx-comments-comment-form div.comments-submit-area input#comments-cancel-button{
	float: right;
	background-image: url(../img/blog/comments-close.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 59px;
	height: 27px;
	border: none;
	font-size: 12px;
	color: #fff;
}

.tx-comments-comment-form div.comments-submit-area input#tx_comments_pi1_submit:hover{
	background-image: url(../img/blog/comments-submit-active.png);
}

.tx-comments-comment-form div.comments-submit-area input#comments-cancel-button:hover{
	background-image: url(../img/blog/comments-close-active.png);
}


.comments_error{
	color: #f00;
	margin-left: 1em;
}

/* Validation bei deaktiviertem Javascript */
span.tx-comments-required-error{
	color: #f00;
	margin-left: 1em;
}

#commentes_recommend .comments_recommend_header{
	font-size: 15px;
	font-weight: bold;
	padding: 1em;
}

#commentes_recommend{
	display: none;
	border: 1px solid #BBB;
	background-color: #fff;
	position: fixed;
	width: 550px;
	top: 15%;
	left: 26%;
	z-index: 30;
	font-size: 12px;
	margin: 1em;
}

#commentes_recommend div.recommend-label label{
	clear: both;
	float: left;
	height: 21px;
	padding-left: 15px;
	width: 130px;
}

#commentes_recommend input{
	background-color: #eee;
	border: 1px solid #bbb;
	height: 21px;
	padding: 3px 0 0 3px;
	width: 300px;
}

#commentes_recommend div.recommend-label label,
#commentes_recommend input{
	margin-top: 1em;
}

#commentes_recommend div.recommend-submit-area{
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	background-color: #F7F7F7;
	margin-top: 1em;
}

#commentes_recommend div.recommend-submit-area input#recommend_submit{
	background-image: url(../img/blog/comments-submit.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	float: right;
	font-size: 12px;
	height: 27px;
	margin: 0 1em 1em 0;
	width: 217px;
}

#commentes_recommend div.recommend-submit-area input#recommend_submit:hover{
	background-image: url(../img/blog/comments-submit-active.png);
}

#commentes_recommend div.recommend-submit-area input#recommend_button{
	background-image: url(../img/blog/comments-close.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	font-size: 12px;
	height: 27px;
	width: 59px;
	margin: 0;
}

#commentes_recommend div.recommend-submit-area input#recommend_button:hover{
	background-image: url(../img/blog/comments-close-active.png);
}
