
/* - - - - Kommentar-Container im Inhalt - - - -  */

#weblog_artikelinfo {
	margin: 10px 0 30px 0px;
	padding: 4px 10px;
	background-color:#f0f0f0;
	font-size:0.85em;
}

#weblog_artikelinfo a{
	background-color:#f0f0f0;
}

#kommentar {
/*	margin: 10px 15% 30px 0px; */
	margin: 10px 0 30px 0px; /* BF: wie weblog_artikelinfo */
	padding: 0px 10px 10px 10px;
	background-color:#f8f8f8;
	border: 1px dashed #3A5060;
}

#kommentar.kommentar_koerper {
	margin: 0px;
	padding: 10px;
	background-color:#f0f0f0;
	/* border: 0px dashed #ececec; */
}

#kommentar.kommentar_koerper a{
	background-color:#efefef;
}

#kommentar.kommentar_fuss{
	margin: 0px;
	float:left;
	/* font-size:0.85em; */
	font-weight:normal;
	padding: 0.4em 0 3px 0px;
	color: #444;
	background-color:#f8f8f8;
	/* border-bootom: 0px dashed #ececec; */
}

#kommentar.kommentar_fuss a{
	background-color:#f8f8f8;
}

#kommentar_box {
	margin: 0;
	padding: 0;
	background-color:white;
}

#kommentar_box_koerper {
	margin-bottom: 2px;
	padding: 0;
	background-color:white;
}

#kommentar_box_koerperdiv{
	clear:both;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:4px;
	padding: 3px 25px 5px 5px;
	line-height:1.6em;
	color : #777;
	border: 1px dashed #e0e0e0;
	background-color : #f5f5f5;
	font-size:1em;
} 

#kommentar_box_koerperdiv p{
	clear:both;
} 

#kommentar_box_koerperdiv h2 {
	margin-left:0px;
	font-size:1.2em;
	font-weight:bold;
	padding:1em 10px 8px 0px;
	color: #ff3300;
}

#kommentar_box_koerper p.textarea_hinweis{
	clear:both;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:4px;
	padding: 0px 45px 5px 5px;
	line-height:1.6em;
	color : #777;
	border: 1px dashed #e0e0e0;
	background-color : #f5f5f5;
	font-size:1em;
} 

#kommentar_box_koerper p.textarea_hinweis a{
	background-color : #f5f5f5;
	font-size:0.8em;
}

#kommentar_box_koerper textarea {
	margin:5px;
	padding: 5px 5px 5px 5px;
	color:#888;
	background-color : white;
	border: 1px dashed #e0e0e0;
}

#kommentar_box_koerperdiv label {
	float:left;
	padding: 2px 5px 0px 0px;
	color:#777;
}

#kommentar_box_koerperdiv input {
	float:left;
	border: 1px dashed #E96D1A;
	margin:3px;
	padding: 0px 5px 0px 5px;
	background-color : white;
	color:#777;
}

/* - - - - Artikel-Container im Inhalt - - - -  */

#weblog {
	text-align: left;
	float: left;
	color: #333;
	background-color: white;
	width: 550px;
	font-family :  Arial, Verdana,Gill Sans, Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	font-size : 12px;
}

#artikel_inhalt {

	border-bottom: 1px dotted #aaa;
}

#artikel_inhalt h1 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:1.4em;
	font-weight:bold;
	line-height: 1.1em;
	color: #555;
}

#artikel_inhalt h2 {
	margin-left:0px;
	margin-right:15%;
	font-size:1.2em;
	font-weight:bold;
	padding:0.5em 10px 8px 0px;
	color: #555;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

#artikel_inhalt h2.kommentar {
	margin-left:0px;
	margin-right:0px;
	font-size:1.2em;
	font-weight:bold;
	padding:0.5em 10px 8px 0px;
	color: #3A5060;
	border-top: 1px dotted #aaa;
	border-bottom: 0px dotted #aaa;
}

#artikel_inhalt h4 {
	font-size:1.1em;
	line-height: 1.1em;
	font-weight:bold;
	color: #3a5060;
	border-bottom: 1px dotted #aaa;
	margin: -5px 15% 0px 0px;
	padding: 0px 0px 0px 0px;
	


}

#artikel_inhalt a {
	font-weight : 600;	
	text-decoration : none;	
	border-bottom : 1px dotted #3a5060;
}

#artikel_inhalt td.sf_titel{
	text-align:left;
	background-color : #fbefcd;
	color : #3a5060;
	font-weight : bold;
	font-size: 1.0em;
}

#artikel_inhalt td.sf_titel a{
	text-align:left;
	background-color : #fbefcd;
	color : #3a5060;
	font-weight : bold;
	font-size: 1.2em;
}

#artikel_inhalt td.sf_excerpt {
	text-align:left;
	background-color : #FFFDDB;
	color : #3a5060;
	font-weight : normal;
	font-size: 1.0em;
	}

#artikel_inhalt td.sf_fusszeile {
	text-align:left;
	background-color : #eef4f5;
	color : #3a5060;
	font-weight : normal;
	font-size: 0.9em;
	}
	
	#artikel_inhalt td.sf_fusszeile a{
	text-align:left;
	background-color : #eef4f5;
	color : #3a5060;
	font-weight : normal;
	font-size: 0.9em;
	}
	
#artikel_inhalt td.sf_zwischenzeile {
	text-align:left;
	background-color : #ffffff;
	color : #ffffff;
	}

