/*Kommentare*/
.comments_headline_container {
	background-color: #DEECF5;
	display: block;
	height: 35px;
	width: 100%;
	margin-bottom: 10px;
}
.comments_container {
	display: block;
	width: 467px;;
}
.comments_info_line {
	display: block;
	margin-bottom: 5px;
}

.comments_headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #297087;
	padding-top: 12px;
	padding-left: 12px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 12px;
}

.comments_message_box {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 12px;
}
.comments_image {
	display: block;
	float: left;
	width: 46px;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.comments_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/*Kommentare ende*/

/*globale Klassen*/
.nickname_global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4399B6;
}
.date_global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

