.blog_title{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	
}

.blog_title a, blog_title a:visited{

	font-size: 18px;
	text-decoration: none;

}

.blog_title a:hover{
	font-size: 18px;
	color: #dd0000;
	text-decoration: underline;
}

.blog_intro {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

.blog_text{
	font-size: 12px;
	line-height: 18px;
}
.blog_text_vorschau{
	font-size: 11px;
	line-height: 18px;
}
#blogbeitrag_footer {
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	font-size: 11px;
	
}

#blogbeitrag_footer a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#blogbeitrag_footer a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}


.blog_username{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;	
	height: 18px;
	margin: 0px;
	padding: 0px;
}
.blog_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;	
	height: 18px;
	margin: 0px;
	padding-top: 3px;
}