/* BANNERNEWS */

.bannernews {
	font-size: 0.9em;

	border-bottom: 1px solid #B8264A;
	padding: 0 0 13px 0;
	margin: 0 0 15px 0;
}

.bannernews .prefix {
	color: #B8264A;
}

.bannernews .newsdate {
	font-size: 0.9em;
}

.bannernews .newstitle {
	padding: 0;
	margin: 0;
	color: #B8264A;
	font-size: 1em;
}

.bannernews .shorttext {
	font-size: 1em;
}

.bannernews a:link.detaillink {
	color: #B8264A;
	text-decoration: underline;
}
.bannernews a:visited.detaillink {
	color: #B8264A;
	text-decoration: none;
}
.bannernews a:focus.detaillink,
.bannernews a:hover.detaillink,
.bannernews a:active.detaillink {
	color: #FFF;
	background-color: #B8264A;
}
/* Detaillink Image */

.bannernews a:link.detaillink_img {
	color: #fff;
	text-decoration: none;
	background-color: #fff !important;
	margin: 10px;
}
.bannernews a:visited.detaillink_img {
	color: #fff;
	background-color: #fff !important;
	text-decoration: none;
	margin: 10px;
}
.bannernews a:focus.detaillink_img,
.bannernews a:hover.detaillink_img,
.bannernews a:active.detaillink_img {
	color: #FFF;
	background-color: #fff !important;
	margin: 10px;
}

/* "Normale" News */

.newsTable { 
   margin-bottom: 5px; 
} 
 	
a.newsTitel {
	text-decoration: none;
}
a.newsMehr {
	text-decoration: none;
}
	
.newsTable tr td {
	border-bottom: 1px solid #B8264A;
}

.newsContent {
	border-bottom: 1px solid #B8264A;
	padding-bottom: 7px;
}

