
#news-box {
	width: 260px;
	background-color: #e3e3e4;
	background-image: url(../img/bg/bg_news-box.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


#news-box-title {
	height: 35px;
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
}

#news-box-title h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}




#news-box-content {
	padding: 20px 10px;
}

#news-box-content a {
	display: block;
	text-align: right;
	color: #646566;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/bg/bg_link_news_mehr.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

#news-box-content h2 {
	color: #646566;
	font-weight: bold;
	margin-bottom: 0;
}





.news  {
	width: 200px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	background-color: #edf5fc;
	
}




.news .csc-default p.bodytext {
	color:#000000;
	padding-bottom: 6px;
}


.news  h2,
.news .csc-default .csc-header h2 {
	font-size: 14px;
	color:#70b5ba;
	margin: 0;
	padding-top: 0;
	padding-bottom: 30px;
	font-weight: bold;
}

.news .csc-default a,
.news .csc-default a:link, 
.news .csc-default a:visited
.news .csc-default a:hover{
	color:#000000;
	text-decoration:none;
}

.news  h1,
.news .csc-default .csc-header h1 {
	font-size: 25px;
	color:#0f0;
}

.news_link {
	text-align: right;
}

#content_FCE .left .news { 
	border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-webkit-border-radius: 0px 15px 0px 15px;
	border: 0px solid #000000;
}


#content_FCE .right .news { 
	border-radius: 15px 0px 15px 0px;
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border: 0px solid #000000;
}

#content_FCE .left .news_weiss {
	background-color: #FFFFFF;
	border-radius: 0px 15px 0px 15px;
	-moz-border-radius: 0px 15px 0px 15px;
	-webkit-border-radius: 0px 15px 0px 15px;
	border: 2px solid #f1f8fd;
}

#content_FCE .right .news_weiss {
	background-color: #FFFFFF;
	border-radius: 15px 0px 15px 0px;
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border: 2px solid #f1f8fd;
}

