.news-search-form {
	border: 3px solid #FD8D03;
	height: 50px;
	overflow: hidden;
	border-top: none;
	margin-bottom: 35px;
}
input#news_searchword {
	padding: 12px 0px 10px 19px;
	color: #ACACAC;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	border: none;
	border-top: 3px solid #FD8D03;
	width: 512px;
	height: auto;
	background: url('../img/bgs_repeat-x.gif') 0px -270px repeat-x;
}
#news_search_submit {
	width: 53px;
	margin: 0px;
	height: 50px;
	border: none;
	cursor: pointer;
	background: url('../img/sprites.gif') -195px -209px no-repeat;
}

.news-list-browse {
	margin: 15px 0px 30px 180px;

}
.activeLinkWrap {
	border: 1px solid #BFBFBF;
	height: 21px;
	display: block;
	float:left;
	width: 22px;
	text-align: center;
	background: #FD8D03;
	color: white;
	line-height: 21px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	margin-right: 5px
}
.browseLinksWrap a {
	border: 1px solid #BFBFBF;
	height: 21px;
	display: block;
	float:left;
	width: 22px;
	text-align: center;
	color: black !important;
	line-height: 21px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	margin-right: 5px
}
.browseLinksWrap a:hover {
	background: #FD8D03;
	color: white !important;
	text-decoration: none;
}
/* einzelansicht */
.news-single-img {
	float:left;
	padding-right: 10px;
	font-size: 11px;
	line-height: 14px
} 