/* KOMMENTAR ------------------------------------------------------------------
KOMMENTARE
------------------------------------------------------------------------- K.P.*/
#comments-user-display,
#comments-input-box {
	margin: .6em;
}

#center #center-layout p#articles-hooks-comments-write {
	margin: .6em;
	font-size: .8em;
}


div.articles-hooks-comments .form-top input {
	width: 97%;
}

div.articles-hooks-comments .form-top .form-submit input {
	width: auto;
}

div.articles-hooks-comments .form-top textarea {
	width: 97%; 
	height: 10em;
}

div.articles-hooks-comments {
	border: 1px solid #666;
	background: #eeb;
	color: inherit;
	padding: 0;
}

#center #center-layout div.articles-hooks-comments h2 {
	font-size: 1.1em;
	margin: 0;
	padding: .2em;
	background-color: #363;
	color: #fff;
}

div.articles-hooks-comments h3 {
	font-size: .9em;
}

div.articles-hooks-comments h3 img {
	vertical-align:middle;
}

div.articles-hooks-comments h3 a:hover, div.articles-hooks-comments h3 a:focus {
	color: #6c6633;
	background: #eeb;
}

div.articles-hooks-comments h3 a:hover:after, div.articles-hooks-comments h3 a:focus:after {
	content: " #";
	color: #aaa; 
	font-size: .8em; 
	font-style: italic; 
	font-weight: bold; 
	line-height: .6em;
}

div.articles-hooks-comments blockquote {
	margin: 0 .6em;;
	padding: 0;
}

div.articles-hooks-comments blockquote cite {
	padding-left: 18px;
	background: #eeb url(../images/silc/comment.png) no-repeat left center;
	color: inherit;
	font-style: normal;
}

div.articles-hooks-comments blockquote cite span.comments-author {
	font-style: italic;
}

#center #center-layout div.articles-hooks-comments blockquote p.comment {
	quotes: '\00BB' '\00AB' '\203A' '\2039';
}

#center #center-layout div.articles-hooks-comments blockquote p.comment:before {
	content: open-quote;
}

#center #center-layout div.articles-hooks-comments blockquote p.comment:after {
	content: close-quote;
}


/*
div.articles-hooks-comments blockquote cite span.comments-author {
	padding-left: 18px;
	background: #eeb url(../images/silc/author.png) no-repeat left center;
	color: inherit;
}
*/

div.articles-hooks-comments blockquote p {
	quotes: none;
}

h2#comments {
	padding: .3em;
	color: #363;
	background-color: #f5f5d6;
} /* KOMMENTAR 
	IE bekommt margin-top nicht auf die Reihe. 
	Abstand via div.articles-hooks-comments. (?)
------------------------------------------------------------------------- K.P.*/

h2#comments:target:after {
	content: " #"; /* IE kann das nicht */
	color: #ff0000; 
	font-size: .8em; 
	font-style: italic; 
	font-weight: bold; 
	line-height: .6em;
} /* KOMMENTAR 
	CSS3. Nicht mehr benoetigt, weil kein Link mehr.
------------------------------------------------------------------------- K.P.*/