/*NEWS */
div.newslist{

	}
.newslist ul{
	margin: 0px;
	padding: 0px;
	list-style: none;

}


.newslist fieldset{

border: none;
padding-left: 15px;
}

.nounder {
	color: #CCC;
	text-decoration: none;
	display:block;

}

.nounder:hover{
	
	color: #fff;
}

.nounder .listDotMe{
width: 	12px;
height: 11px;
		background-image: url(../buttons/listen_PP.png);
	background-repeat: no-repeat;
	background-position: left top;
display: block;
float:left;	
margin-top: 3px;
}

.nounder:hover .listDotMe{
		background-image: url(../buttons/listen_PP.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.newslist_fixheight{

}
.newslist ul li a.act{

}
.newslist .headline{
	font-size: 12px;
	font-weight: bold;
margin-left: 15px;
	margin-bottom: 5px;

}
.newslist  .datumNews{
	font-size: 11px;
	font-weight: bold;
	color: #00a9e0;

}
.newslist .text {

	font-size: 11px;

float:left;

}
.newslist .rowhover{

	cursor: pointer;
	
}


.newslist li.trenner {
	background-image: url(../buttons/trennerNews.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}