/* ----- archiv.css ----- */

/* ----- Comments ----- */

/* ----- Box mit Angaben unter dem Post zum Autor, Datum und Uhrzeit ----- */ 

.graybox {
/*
margin-top: 20px;
padding: 10px;
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
*/
}

/* ----- Ganzer Comment-Bereich ----- */

.serendipity_commentForm {
margin: 5px 0;
}
	
/* ----- Zeigt die abgegebenen Kommentare zu einen Artikel in Listenform in der graybox! an ----- */

.commentlist {
color: #838589;
padding: 0;
font-size: 9px;
text-align: left;
}

/* Ueberschrift innerhalb der Graybox zu den jeweiligen Kommentar */

.commentlist li {
list-style: none;
}

.commentlist p {
margin: 10px 5px 10px;
font-weight: normal;
line-height: 1.5em;
}

/* Text unterhalb der Ueberschrift Kommentare und Trackbacks */

.serendipity_center { 
font-size: 9px;
}

/* Links im Text unterhalb der Ueberschrift Kommentare und Trackbacks */

div.serendipity_center a { 
font-size: 9px !important;
text-decoration: none !important;
}

div.serendipity_center:hover a { 
text-decoration: underline !important;
}

/* ----- Name des Kommentar-Abgebers innerhalb von .serendipity_center ----- */

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
}

/* ----- evtll verlinkte Namen des Kommentar-Abgebers fixen ----- */
cite a {
font-size: 9px !important;
text-decoration: none !important;
}

cite a:hover {
text-decoration: underline !important;
}

/* ----- wird angezeigt, wenn ein zu einem Artikel noch kein Kommentar abgegeben wurde ----- */

.nocomments {
text-align: left;
margin: 0;
padding: 0;
}

/* ----- Kommentar-Textfeld ----- */

.serendipity_commentsValue textarea {
width: 100%;
padding: 2px;
}

/* ----- Name-, E-Mail-, Homepage- und Antwort-Textfeld ----- */

.serendipity_commentsValue input, .serendipity_commentsValue select {
width: 100%;
padding: 2px;
}

/* ----- Beschreibungstext der Textfelder ----- */
.serendipity_commentsLabel {
vertical-align:top; 
}

/* ----- Beschreibungen bzw Links im Sub-Header in den einzelnen Kommentar-Feldern ----- */
div.commentmetadata a { /* ueberschreibt den style .content a, damit die links im comment von denen im div.commentmetadata a differenziert werden koennen */
font-size: 9px !important;
text-decoration: none !important;
}

div.commentmetadata a:hover {
text-decoration: underline !important;
}