/* CSS Document */

.newslist { margin-bottom: 1em; }

.newslist a {
	color: #898989;
}

.newslist .list, .newslist .pager {
	margin-bottom: 10px;
}

.newslist .entry {
	margin-left: 25px;
	margin-right: 20px;
	padding: 10px 5px;
}
.newslist .title {
	
}
.newslist .title a {
	font-weight: bold;
}

.newslist .datum {
	float: right;	
}

.newslist .bb {
}	

.newslist .body {
	text-align: justify;
}
.newslist .text p { margin: 0; padding: 0; }

.newslist .active {
	background-position: bottom right;
	background-repeat: no-repeat;		
}
.newslist .switcher .sel {
	font-weight: bold;
}

