.news {
	margin-bottom: 10px;
	background: white;
}
.newsTitle {
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: normal;
	color: #017a98;
}
.newsTeaser, .newsTeaserOnReading {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #ae1355;
}
.newsTeaserOnReading {
	color: #666;
}
.newsText {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #ae1355;
	margin-top: 10px;
}
.newsRessourceEyecatcher {
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
}
.newsRessourceEyecatcherLink {
	display: block;
}
.newsRessourcesImagebank, .newsRessourcesAttachmentbank {
	padding: 3px;
	margin-top: 10px;
}
.newsRessourcesImagebankTitle, .newsRessourcesAttachmentbankTitle {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	letter-spacing: 2px;
}
a.newsRessourcesImagebankImage {
	display: block;
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	border: 1px solid white;
	background-position: center center;
	background-repeat: no-repeat;
}
a.newsRessourcesImagebankImage:hover {
	border: 1px solid #017a98;
}
.newsRessourcesAttachmentbankAttachment {
	
}
a.newsRessourceTeaserImage {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid white;
}
a.newsRessourceTeaserImage:hover {
	border: 1px solid #017a98;
}