	
	#m-blog {
		 border: 1px solid #ccc; 
		 border-top: 0px; 
		 padding: 5px; 
		 height: 238px; 
		 width: 263px; 
		 overflow-x: hidden; 
		 overflow-y: scroll; 
		 background-image: url('http://img.preistipp.de/preistipp/php-boxes/blogNew/bg.gif'); 
		 background-repeat: no-repeat; 
		 background-position: 180px 10px;
	}
	
	.m-blog-date {
		color: #337ec4; 
		font-weight: bold; 
		font-size: 10px;
	}
	
	.m-blog-title a {
		color: #222222; 
		font-weight: bold; 
		font-size: 10px;
		text-decoration: none;
	}
	
	.m-blog-teaser {
		color: #222222; 
		font-size: 10px; 
		margin-top: 10px; 
		text-align: justify; 
		padding-bottom: 10px; 
		margin-bottom: 10px; 
		border-bottom: 1px solid #337ec4;
	}
