#news{
	margin:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.news_entry{
	position:relative;
	top:0;
	left:0;
	width:280px;
	float: left;
	height:85px;
}
.news_girl_image
{
	width: 79px;
	height: 76px;
	float: left;
	padding-right: 5px;
}
.news_girl_image img{
	width:55px;
	height: 100%;
	background-image: url(/news/images/keinbild.png);
	float: left;
}
.news_stripe{
	background-image: url(/news/moviestripes.gif);
	width: 12px;
	height: 100%;
	float: left;
}
.news_date{
	margin-bottom: 10px;
	clear: left;
	font-size: 14px;
	color: Red;
	font-weight: bold;
	line-height: 30px;
}
.news_text{
	font-size: 11px;
	padding-left: 10px;
	padding-right: 30px;
	height: 76px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	
}
.news_type_1,.news_type_2,.news_type_3,.news_type_4,.news_type_5,.news_type_6{
	width:55px;
	height:76px;
	float:left;
}

.news_type_1{
    background-image: url(/news/images/in.png);
}
.news_type_2{
    background-image: url(/news/images/out.png);
}
.news_type_3{
    background-image: url(/news/images/photo.png);
}
.news_type_4{
    background-image: url(/news/images/neu.png);
}
.news_type_5{
    background-image: url(/news/images/urlaub.png);
}
.news_type_6{
    background-image: url(/news/images/wechsel.png);
}
