.content_center{
	width: 980px;
	height: 526px;
	float: right;
}

.content_content_center{
	position: relative;
	top: 50px;
	background-color: #F4F1F0;
	padding: 10px 10px 0 15px;
	width: 914px;
	height: 456px;
	font-size: 13px;
	text-align: justify;
	line-height: 17px;
}


#sb-wrapper .image img{
border: 2px solid #DED6CE;
}

/* Tiny Scrollbar */
#scrollbar1 { width: 925px; margin: 0px 0 10px;	}
#scrollbar1 .viewport { width: 905px; height: 460px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 25px 0 0 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../img/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../img/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

 #sb-wrapper-inner, #sb-body, #sb-player{
	background: #EDE9E6;
   }


.news-active {
	margin:10px;
}

.news-active .illustration{
	float:left;
	border: 1px solid black;
	margin-right: 15px;
}

.news-active .news_text{
	color:#828282;
	/*text-align: justify;*/
	width: 930px;
}

.news-active .news_text .title{
	font-weight: bold;
	font-size: 16px;
	margin-left:0px;
}

.news-active .news_text .date{
	font-size: 11px;
	color: black;
}

.news-active .news_text p{
	line-break:3px;
}

.news-active .spacer{
	width:20px;
	height:10px;
}

.news{
	margin:8px;
	border-top:1px solid black;
	background-color:white;
	clear: both;
}

.news .date{
	background-color:#DDD6CF;
	padding:3px;
	color:black;
	width:130px;
	float:left;
	height: 100%;
}

.news .news_text, .news .news_text a{
	width:460px;
	color:#828282;
	padding:2px 0 0 8px;
	float:left;
}